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.deleteUserPolicy(DeleteUserPolicyRequest deleteUserPolicyRequest)
Deletes the specified policy associated with the specified user.
|
void |
AmazonIdentityManagement.deleteUserPolicy(DeleteUserPolicyRequest deleteUserPolicyRequest)
Deletes the specified policy associated with the specified user.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteUserPolicyAsync(DeleteUserPolicyRequest deleteUserPolicyRequest)
Deletes the specified policy associated with the specified user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteUserPolicyAsync(DeleteUserPolicyRequest deleteUserPolicyRequest)
Deletes the specified policy associated with the specified user.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteUserPolicyAsync(DeleteUserPolicyRequest deleteUserPolicyRequest,
AsyncHandler<DeleteUserPolicyRequest,Void> asyncHandler)
Deletes the specified policy associated with the specified user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteUserPolicyAsync(DeleteUserPolicyRequest deleteUserPolicyRequest,
AsyncHandler<DeleteUserPolicyRequest,Void> asyncHandler)
Deletes the specified policy associated with the specified user.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonIdentityManagementAsync.deleteUserPolicyAsync(DeleteUserPolicyRequest deleteUserPolicyRequest,
AsyncHandler<DeleteUserPolicyRequest,Void> asyncHandler)
Deletes the specified policy associated with the specified user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteUserPolicyAsync(DeleteUserPolicyRequest deleteUserPolicyRequest,
AsyncHandler<DeleteUserPolicyRequest,Void> asyncHandler)
Deletes the specified policy associated with the specified user.
|
Modifier and Type | Method and Description |
---|---|
DeleteUserPolicyRequest |
DeleteUserPolicyRequest.withPolicyName(String policyName)
Name of the policy document to delete.
|
DeleteUserPolicyRequest |
DeleteUserPolicyRequest.withUserName(String userName)
Name of the user the policy is associated with.
|
Copyright © 2014. All rights reserved.