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 DeleteRolePolicyResultAbstractAmazonIdentityManagement. deleteRolePolicy(DeleteRolePolicyRequest request)DeleteRolePolicyResultAmazonIdentityManagement. deleteRolePolicy(DeleteRolePolicyRequest deleteRolePolicyRequest)Deletes the specified inline policy that is embedded in the specified IAM role.DeleteRolePolicyResultAmazonIdentityManagementClient. 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 DeleteRolePolicyResultDeleteRolePolicyResult. clone()
-