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 policy that is associated with the specified
group.
|
void |
AmazonIdentityManagement.deleteGroupPolicy(DeleteGroupPolicyRequest deleteGroupPolicyRequest)
Deletes the specified policy that is associated with the specified
group.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteGroupPolicyAsync(DeleteGroupPolicyRequest deleteGroupPolicyRequest)
Deletes the specified policy that is associated with the specified
group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteGroupPolicyAsync(DeleteGroupPolicyRequest deleteGroupPolicyRequest)
Deletes the specified policy that is associated with the specified
group.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteGroupPolicyAsync(DeleteGroupPolicyRequest deleteGroupPolicyRequest,
AsyncHandler<DeleteGroupPolicyRequest,Void> asyncHandler)
Deletes the specified policy that is associated with the specified
group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteGroupPolicyAsync(DeleteGroupPolicyRequest deleteGroupPolicyRequest,
AsyncHandler<DeleteGroupPolicyRequest,Void> asyncHandler)
Deletes the specified policy that is associated with the specified
group.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonIdentityManagementAsync.deleteGroupPolicyAsync(DeleteGroupPolicyRequest deleteGroupPolicyRequest,
AsyncHandler<DeleteGroupPolicyRequest,Void> asyncHandler)
Deletes the specified policy that is associated with the specified
group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteGroupPolicyAsync(DeleteGroupPolicyRequest deleteGroupPolicyRequest,
AsyncHandler<DeleteGroupPolicyRequest,Void> asyncHandler)
Deletes the specified policy that is associated with the specified
group.
|
Modifier and Type | Method and Description |
---|---|
DeleteGroupPolicyRequest |
DeleteGroupPolicyRequest.withGroupName(String groupName)
Name of the group the policy is associated with.
|
DeleteGroupPolicyRequest |
DeleteGroupPolicyRequest.withPolicyName(String policyName)
Name of the policy document to delete.
|
Copyright © 2014. All rights reserved.