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 AttachUserPolicyResult
AbstractAmazonIdentityManagement. attachUserPolicy(AttachUserPolicyRequest request)
AttachUserPolicyResult
AmazonIdentityManagement. attachUserPolicy(AttachUserPolicyRequest attachUserPolicyRequest)
Attaches the specified managed policy to the specified user.AttachUserPolicyResult
AmazonIdentityManagementClient. 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 AttachUserPolicyRequest
AttachUserPolicyRequest. clone()
AttachUserPolicyRequest
AttachUserPolicyRequest. withPolicyArn(String policyArn)
The Amazon Resource Name (ARN) of the IAM policy you want to attach.AttachUserPolicyRequest
AttachUserPolicyRequest. withUserName(String userName)
The name (friendly name, not ARN) of the IAM user to attach the policy to.
-