| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
| com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonIdentityManagementClient.deleteGroupPolicy(DeleteGroupPolicyRequest deleteGroupPolicyRequest)
Deletes the specified inline policy that is embedded in the specified
group.
|
void |
AmazonIdentityManagement.deleteGroupPolicy(DeleteGroupPolicyRequest deleteGroupPolicyRequest)
Deletes the specified inline policy that is embedded in the specified
group.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteGroupPolicyAsync(DeleteGroupPolicyRequest deleteGroupPolicyRequest)
Deletes the specified inline policy that is embedded in the specified
group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteGroupPolicyAsync(DeleteGroupPolicyRequest deleteGroupPolicyRequest)
Deletes the specified inline policy that is embedded in the specified
group.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteGroupPolicyAsync(DeleteGroupPolicyRequest deleteGroupPolicyRequest,
AsyncHandler<DeleteGroupPolicyRequest,Void> asyncHandler)
Deletes the specified inline policy that is embedded in the specified
group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteGroupPolicyAsync(DeleteGroupPolicyRequest deleteGroupPolicyRequest,
AsyncHandler<DeleteGroupPolicyRequest,Void> asyncHandler)
Deletes the specified inline policy that is embedded in the specified
group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsync.deleteGroupPolicyAsync(DeleteGroupPolicyRequest deleteGroupPolicyRequest,
AsyncHandler<DeleteGroupPolicyRequest,Void> asyncHandler)
Deletes the specified inline policy that is embedded in the specified
group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteGroupPolicyAsync(DeleteGroupPolicyRequest deleteGroupPolicyRequest,
AsyncHandler<DeleteGroupPolicyRequest,Void> asyncHandler)
Deletes the specified inline policy that is embedded in the specified
group.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteGroupPolicyRequest |
DeleteGroupPolicyRequest.clone() |
DeleteGroupPolicyRequest |
DeleteGroupPolicyRequest.withGroupName(String groupName)
The name (friendly name, not ARN) identifying the group that the
policy is embedded in.
|
DeleteGroupPolicyRequest |
DeleteGroupPolicyRequest.withPolicyName(String policyName)
The name identifying the policy document to delete.
|
Copyright © 2015. All rights reserved.