| 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 inline policy that is embedded in the specified
user.
|
void |
AmazonIdentityManagement.deleteUserPolicy(DeleteUserPolicyRequest deleteUserPolicyRequest)
Deletes the specified inline policy that is embedded in the specified
user.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteUserPolicyAsync(DeleteUserPolicyRequest deleteUserPolicyRequest)
Deletes the specified inline policy that is embedded in the specified
user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteUserPolicyAsync(DeleteUserPolicyRequest deleteUserPolicyRequest)
Deletes the specified inline policy that is embedded in the specified
user.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteUserPolicyAsync(DeleteUserPolicyRequest deleteUserPolicyRequest,
AsyncHandler<DeleteUserPolicyRequest,Void> asyncHandler)
Deletes the specified inline policy that is embedded in the specified
user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteUserPolicyAsync(DeleteUserPolicyRequest deleteUserPolicyRequest,
AsyncHandler<DeleteUserPolicyRequest,Void> asyncHandler)
Deletes the specified inline policy that is embedded in the specified
user.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsync.deleteUserPolicyAsync(DeleteUserPolicyRequest deleteUserPolicyRequest,
AsyncHandler<DeleteUserPolicyRequest,Void> asyncHandler)
Deletes the specified inline policy that is embedded in the specified
user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteUserPolicyAsync(DeleteUserPolicyRequest deleteUserPolicyRequest,
AsyncHandler<DeleteUserPolicyRequest,Void> asyncHandler)
Deletes the specified inline policy that is embedded in the specified
user.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteUserPolicyRequest |
DeleteUserPolicyRequest.clone() |
DeleteUserPolicyRequest |
DeleteUserPolicyRequest.withPolicyName(String policyName)
The name identifying the policy document to delete.
|
DeleteUserPolicyRequest |
DeleteUserPolicyRequest.withUserName(String userName)
The name (friendly name, not ARN) identifying the user that the policy
is embedded in.
|
Copyright © 2015. All rights reserved.