| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AttachUserPolicyResult> |
AbstractAmazonIdentityManagementAsync.attachUserPolicyAsync(AttachUserPolicyRequest request,
AsyncHandler<AttachUserPolicyRequest,AttachUserPolicyResult> asyncHandler) |
Future<AttachUserPolicyResult> |
AmazonIdentityManagementAsyncClient.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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.