|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteRolePolicyRequest | |
---|---|
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. |
Uses of DeleteRolePolicyRequest in com.amazonaws.services.identitymanagement |
---|
Methods in com.amazonaws.services.identitymanagement with parameters of type DeleteRolePolicyRequest | |
---|---|
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> |
AmazonIdentityManagementAsyncClient.deleteRolePolicyAsync(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,
AsyncHandler<DeleteRolePolicyRequest,Void> asyncHandler)
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. |
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type DeleteRolePolicyRequest | |
---|---|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteRolePolicyAsync(DeleteRolePolicyRequest deleteRolePolicyRequest,
AsyncHandler<DeleteRolePolicyRequest,Void> asyncHandler)
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. |
Uses of DeleteRolePolicyRequest in com.amazonaws.services.identitymanagement.model |
---|
Methods in com.amazonaws.services.identitymanagement.model that return DeleteRolePolicyRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |