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.deleteRolePolicy(DeleteRolePolicyRequest deleteRolePolicyRequest)
Deletes the specified policy associated with the specified role.
|
void |
AmazonIdentityManagement.deleteRolePolicy(DeleteRolePolicyRequest deleteRolePolicyRequest)
Deletes the specified policy associated with the specified role.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteRolePolicyAsync(DeleteRolePolicyRequest deleteRolePolicyRequest)
Deletes the specified policy associated with the specified role.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteRolePolicyAsync(DeleteRolePolicyRequest deleteRolePolicyRequest)
Deletes the specified policy associated with the specified role.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteRolePolicyAsync(DeleteRolePolicyRequest deleteRolePolicyRequest,
AsyncHandler<DeleteRolePolicyRequest,Void> asyncHandler)
Deletes the specified policy associated with the specified role.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteRolePolicyAsync(DeleteRolePolicyRequest deleteRolePolicyRequest,
AsyncHandler<DeleteRolePolicyRequest,Void> asyncHandler)
Deletes the specified policy associated with the specified role.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonIdentityManagementAsync.deleteRolePolicyAsync(DeleteRolePolicyRequest deleteRolePolicyRequest,
AsyncHandler<DeleteRolePolicyRequest,Void> asyncHandler)
Deletes the specified policy associated with the specified role.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteRolePolicyAsync(DeleteRolePolicyRequest deleteRolePolicyRequest,
AsyncHandler<DeleteRolePolicyRequest,Void> asyncHandler)
Deletes the specified policy associated with the specified role.
|
Modifier and Type | Method and Description |
---|---|
DeleteRolePolicyRequest |
DeleteRolePolicyRequest.withPolicyName(String policyName)
Name of the policy document to delete.
|
DeleteRolePolicyRequest |
DeleteRolePolicyRequest.withRoleName(String roleName)
Name of the role the associated with the policy.
|
Copyright © 2014. All rights reserved.