Uses of Class
com.amazonaws.services.identitymanagement.model.AttachUserPolicyRequest
Packages that use AttachUserPolicyRequest
Package
Description
-
Uses of AttachUserPolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type AttachUserPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.attachUserPolicy
(AttachUserPolicyRequest request) AmazonIdentityManagement.attachUserPolicy
(AttachUserPolicyRequest attachUserPolicyRequest) Attaches the specified managed policy to the specified user.AmazonIdentityManagementClient.attachUserPolicy
(AttachUserPolicyRequest attachUserPolicyRequest) Attaches the specified managed policy to the specified user.AbstractAmazonIdentityManagementAsync.attachUserPolicyAsync
(AttachUserPolicyRequest request) AbstractAmazonIdentityManagementAsync.attachUserPolicyAsync
(AttachUserPolicyRequest request, AsyncHandler<AttachUserPolicyRequest, AttachUserPolicyResult> asyncHandler) AmazonIdentityManagementAsync.attachUserPolicyAsync
(AttachUserPolicyRequest attachUserPolicyRequest) Attaches the specified managed policy to the specified user.AmazonIdentityManagementAsync.attachUserPolicyAsync
(AttachUserPolicyRequest attachUserPolicyRequest, AsyncHandler<AttachUserPolicyRequest, AttachUserPolicyResult> asyncHandler) Attaches the specified managed policy to the specified user.AmazonIdentityManagementAsyncClient.attachUserPolicyAsync
(AttachUserPolicyRequest request) AmazonIdentityManagementAsyncClient.attachUserPolicyAsync
(AttachUserPolicyRequest request, AsyncHandler<AttachUserPolicyRequest, AttachUserPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type AttachUserPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.attachUserPolicyAsync
(AttachUserPolicyRequest request, AsyncHandler<AttachUserPolicyRequest, AttachUserPolicyResult> asyncHandler) AmazonIdentityManagementAsync.attachUserPolicyAsync
(AttachUserPolicyRequest attachUserPolicyRequest, AsyncHandler<AttachUserPolicyRequest, AttachUserPolicyResult> asyncHandler) Attaches the specified managed policy to the specified user.AmazonIdentityManagementAsyncClient.attachUserPolicyAsync
(AttachUserPolicyRequest request, AsyncHandler<AttachUserPolicyRequest, AttachUserPolicyResult> asyncHandler) -
Uses of AttachUserPolicyRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return AttachUserPolicyRequestModifier and TypeMethodDescriptionAttachUserPolicyRequest.clone()
AttachUserPolicyRequest.withPolicyArn
(String policyArn) The Amazon Resource Name (ARN) of the IAM policy you want to attach.AttachUserPolicyRequest.withUserName
(String userName) The name (friendly name, not ARN) of the IAM user to attach the policy to.