Uses of Class
com.amazonaws.services.identitymanagement.model.DeleteUserPolicyRequest
Packages that use DeleteUserPolicyRequest
Package
Description
-
Uses of DeleteUserPolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type DeleteUserPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.deleteUserPolicy(DeleteUserPolicyRequest request) AmazonIdentityManagement.deleteUserPolicy(DeleteUserPolicyRequest deleteUserPolicyRequest) Deletes the specified inline policy that is embedded in the specified IAM user.AmazonIdentityManagementClient.deleteUserPolicy(DeleteUserPolicyRequest deleteUserPolicyRequest) Deletes the specified inline policy that is embedded in the specified IAM user.AbstractAmazonIdentityManagementAsync.deleteUserPolicyAsync(DeleteUserPolicyRequest request) AbstractAmazonIdentityManagementAsync.deleteUserPolicyAsync(DeleteUserPolicyRequest request, AsyncHandler<DeleteUserPolicyRequest, DeleteUserPolicyResult> asyncHandler) AmazonIdentityManagementAsync.deleteUserPolicyAsync(DeleteUserPolicyRequest deleteUserPolicyRequest) Deletes the specified inline policy that is embedded in the specified IAM user.AmazonIdentityManagementAsync.deleteUserPolicyAsync(DeleteUserPolicyRequest deleteUserPolicyRequest, AsyncHandler<DeleteUserPolicyRequest, DeleteUserPolicyResult> asyncHandler) Deletes the specified inline policy that is embedded in the specified IAM user.AmazonIdentityManagementAsyncClient.deleteUserPolicyAsync(DeleteUserPolicyRequest request) AmazonIdentityManagementAsyncClient.deleteUserPolicyAsync(DeleteUserPolicyRequest request, AsyncHandler<DeleteUserPolicyRequest, DeleteUserPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type DeleteUserPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.deleteUserPolicyAsync(DeleteUserPolicyRequest request, AsyncHandler<DeleteUserPolicyRequest, DeleteUserPolicyResult> asyncHandler) AmazonIdentityManagementAsync.deleteUserPolicyAsync(DeleteUserPolicyRequest deleteUserPolicyRequest, AsyncHandler<DeleteUserPolicyRequest, DeleteUserPolicyResult> asyncHandler) Deletes the specified inline policy that is embedded in the specified IAM user.AmazonIdentityManagementAsyncClient.deleteUserPolicyAsync(DeleteUserPolicyRequest request, AsyncHandler<DeleteUserPolicyRequest, DeleteUserPolicyResult> asyncHandler) -
Uses of DeleteUserPolicyRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return DeleteUserPolicyRequestModifier and TypeMethodDescriptionDeleteUserPolicyRequest.clone()DeleteUserPolicyRequest.withPolicyName(String policyName) The name identifying the policy document to delete.DeleteUserPolicyRequest.withUserName(String userName) The name (friendly name, not ARN) identifying the user that the policy is embedded in.