Uses of Class
com.amazonaws.services.identitymanagement.model.AttachUserPolicyRequest
-
Packages that use AttachUserPolicyRequest Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of AttachUserPolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type AttachUserPolicyRequest Modifier and Type Method Description AttachUserPolicyResultAbstractAmazonIdentityManagement. attachUserPolicy(AttachUserPolicyRequest request)AttachUserPolicyResultAmazonIdentityManagement. attachUserPolicy(AttachUserPolicyRequest attachUserPolicyRequest)Attaches the specified managed policy to the specified user.AttachUserPolicyResultAmazonIdentityManagementClient. attachUserPolicy(AttachUserPolicyRequest attachUserPolicyRequest)Attaches the specified managed policy to the specified user.Future<AttachUserPolicyResult>AbstractAmazonIdentityManagementAsync. attachUserPolicyAsync(AttachUserPolicyRequest request)Future<AttachUserPolicyResult>AbstractAmazonIdentityManagementAsync. attachUserPolicyAsync(AttachUserPolicyRequest request, AsyncHandler<AttachUserPolicyRequest,AttachUserPolicyResult> asyncHandler)Future<AttachUserPolicyResult>AmazonIdentityManagementAsync. attachUserPolicyAsync(AttachUserPolicyRequest attachUserPolicyRequest)Attaches the specified managed policy to the specified user.Future<AttachUserPolicyResult>AmazonIdentityManagementAsync. attachUserPolicyAsync(AttachUserPolicyRequest attachUserPolicyRequest, AsyncHandler<AttachUserPolicyRequest,AttachUserPolicyResult> asyncHandler)Attaches the specified managed policy to the specified user.Future<AttachUserPolicyResult>AmazonIdentityManagementAsyncClient. attachUserPolicyAsync(AttachUserPolicyRequest request)Future<AttachUserPolicyResult>AmazonIdentityManagementAsyncClient. attachUserPolicyAsync(AttachUserPolicyRequest request, AsyncHandler<AttachUserPolicyRequest,AttachUserPolicyResult> asyncHandler)Method parameters in com.amazonaws.services.identitymanagement with type arguments of type AttachUserPolicyRequest Modifier and Type Method Description Future<AttachUserPolicyResult>AbstractAmazonIdentityManagementAsync. attachUserPolicyAsync(AttachUserPolicyRequest request, AsyncHandler<AttachUserPolicyRequest,AttachUserPolicyResult> asyncHandler)Future<AttachUserPolicyResult>AmazonIdentityManagementAsync. attachUserPolicyAsync(AttachUserPolicyRequest attachUserPolicyRequest, AsyncHandler<AttachUserPolicyRequest,AttachUserPolicyResult> asyncHandler)Attaches the specified managed policy to the specified user.Future<AttachUserPolicyResult>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 AttachUserPolicyRequest Modifier and Type Method Description AttachUserPolicyRequestAttachUserPolicyRequest. clone()AttachUserPolicyRequestAttachUserPolicyRequest. withPolicyArn(String policyArn)The Amazon Resource Name (ARN) of the IAM policy you want to attach.AttachUserPolicyRequestAttachUserPolicyRequest. withUserName(String userName)The name (friendly name, not ARN) of the IAM user to attach the policy to.
-