Uses of Class
com.amazonaws.services.identitymanagement.model.DeleteRolePolicyResult
-
Packages that use DeleteRolePolicyResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of DeleteRolePolicyResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return DeleteRolePolicyResult Modifier and Type Method Description DeleteRolePolicyResult
AbstractAmazonIdentityManagement. deleteRolePolicy(DeleteRolePolicyRequest request)
DeleteRolePolicyResult
AmazonIdentityManagement. deleteRolePolicy(DeleteRolePolicyRequest deleteRolePolicyRequest)
Deletes the specified inline policy that is embedded in the specified IAM role.DeleteRolePolicyResult
AmazonIdentityManagementClient. deleteRolePolicy(DeleteRolePolicyRequest deleteRolePolicyRequest)
Deletes the specified inline policy that is embedded in the specified IAM role.Method parameters in com.amazonaws.services.identitymanagement with type arguments of type DeleteRolePolicyResult Modifier and Type Method Description Future<DeleteRolePolicyResult>
AbstractAmazonIdentityManagementAsync. deleteRolePolicyAsync(DeleteRolePolicyRequest request, AsyncHandler<DeleteRolePolicyRequest,DeleteRolePolicyResult> asyncHandler)
Future<DeleteRolePolicyResult>
AmazonIdentityManagementAsync. deleteRolePolicyAsync(DeleteRolePolicyRequest deleteRolePolicyRequest, AsyncHandler<DeleteRolePolicyRequest,DeleteRolePolicyResult> asyncHandler)
Deletes the specified inline policy that is embedded in the specified IAM role.Future<DeleteRolePolicyResult>
AmazonIdentityManagementAsyncClient. deleteRolePolicyAsync(DeleteRolePolicyRequest request, AsyncHandler<DeleteRolePolicyRequest,DeleteRolePolicyResult> asyncHandler)
-
Uses of DeleteRolePolicyResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return DeleteRolePolicyResult Modifier and Type Method Description DeleteRolePolicyResult
DeleteRolePolicyResult. clone()
-