| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement | |
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonIdentityManagement.deleteRolePolicy(DeleteRolePolicyRequest deleteRolePolicyRequest)
Deletes the specified inline policy that is embedded in the specified
role.
|
void |
AbstractAmazonIdentityManagement.deleteRolePolicy(DeleteRolePolicyRequest request) |
void |
AmazonIdentityManagementClient.deleteRolePolicy(DeleteRolePolicyRequest deleteRolePolicyRequest)
Deletes the specified inline policy that is embedded in the specified
role.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteRolePolicyAsync(DeleteRolePolicyRequest request) |
Future<Void> |
AmazonIdentityManagementAsync.deleteRolePolicyAsync(DeleteRolePolicyRequest deleteRolePolicyRequest)
Deletes the specified inline policy that is embedded in the specified
role.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.deleteRolePolicyAsync(DeleteRolePolicyRequest request) |
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteRolePolicyAsync(DeleteRolePolicyRequest request,
AsyncHandler<DeleteRolePolicyRequest,Void> asyncHandler) |
Future<Void> |
AmazonIdentityManagementAsync.deleteRolePolicyAsync(DeleteRolePolicyRequest deleteRolePolicyRequest,
AsyncHandler<DeleteRolePolicyRequest,Void> asyncHandler)
Deletes the specified inline policy that is embedded in the specified
role.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.deleteRolePolicyAsync(DeleteRolePolicyRequest request,
AsyncHandler<DeleteRolePolicyRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteRolePolicyAsync(DeleteRolePolicyRequest request,
AsyncHandler<DeleteRolePolicyRequest,Void> asyncHandler) |
Future<Void> |
AmazonIdentityManagementAsync.deleteRolePolicyAsync(DeleteRolePolicyRequest deleteRolePolicyRequest,
AsyncHandler<DeleteRolePolicyRequest,Void> asyncHandler)
Deletes the specified inline policy that is embedded in the specified
role.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.deleteRolePolicyAsync(DeleteRolePolicyRequest request,
AsyncHandler<DeleteRolePolicyRequest,Void> asyncHandler) |
| 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 © 2016. All rights reserved.