| 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 inline policy that is embedded in the specified
role.
|
void |
AmazonIdentityManagement.deleteRolePolicy(DeleteRolePolicyRequest deleteRolePolicyRequest)
Deletes the specified inline policy that is embedded in the specified
role.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteRolePolicyAsync(DeleteRolePolicyRequest deleteRolePolicyRequest)
Deletes the specified inline policy that is embedded in the specified
role.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteRolePolicyAsync(DeleteRolePolicyRequest deleteRolePolicyRequest)
Deletes the specified inline policy that is embedded in the specified
role.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteRolePolicyAsync(DeleteRolePolicyRequest deleteRolePolicyRequest,
AsyncHandler<DeleteRolePolicyRequest,Void> asyncHandler)
Deletes the specified inline policy that is embedded in the specified
role.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteRolePolicyAsync(DeleteRolePolicyRequest deleteRolePolicyRequest,
AsyncHandler<DeleteRolePolicyRequest,Void> asyncHandler)
Deletes the specified inline policy that is embedded in the specified
role.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsync.deleteRolePolicyAsync(DeleteRolePolicyRequest deleteRolePolicyRequest,
AsyncHandler<DeleteRolePolicyRequest,Void> asyncHandler)
Deletes the specified inline policy that is embedded in the specified
role.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteRolePolicyAsync(DeleteRolePolicyRequest deleteRolePolicyRequest,
AsyncHandler<DeleteRolePolicyRequest,Void> asyncHandler)
Deletes the specified inline policy that is embedded in the specified
role.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteRolePolicyRequest |
DeleteRolePolicyRequest.clone() |
DeleteRolePolicyRequest |
DeleteRolePolicyRequest.withPolicyName(String policyName)
The name identifying the policy document to delete.
|
DeleteRolePolicyRequest |
DeleteRolePolicyRequest.withRoleName(String roleName)
The name (friendly name, not ARN) identifying the role that the policy
is embedded in.
|
Copyright © 2015. All rights reserved.