| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
| com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonIdentityManagementClient.attachUserPolicy(AttachUserPolicyRequest attachUserPolicyRequest)
Attaches the specified managed policy to the specified user.
|
void |
AmazonIdentityManagement.attachUserPolicy(AttachUserPolicyRequest attachUserPolicyRequest)
Attaches the specified managed policy to the specified user.
|
Future<Void> |
AmazonIdentityManagementAsync.attachUserPolicyAsync(AttachUserPolicyRequest attachUserPolicyRequest)
Attaches the specified managed policy to the specified user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.attachUserPolicyAsync(AttachUserPolicyRequest attachUserPolicyRequest)
Attaches the specified managed policy to the specified user.
|
Future<Void> |
AmazonIdentityManagementAsync.attachUserPolicyAsync(AttachUserPolicyRequest attachUserPolicyRequest,
AsyncHandler<AttachUserPolicyRequest,Void> asyncHandler)
Attaches the specified managed policy to the specified user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.attachUserPolicyAsync(AttachUserPolicyRequest attachUserPolicyRequest,
AsyncHandler<AttachUserPolicyRequest,Void> asyncHandler)
Attaches the specified managed policy to the specified user.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsync.attachUserPolicyAsync(AttachUserPolicyRequest attachUserPolicyRequest,
AsyncHandler<AttachUserPolicyRequest,Void> asyncHandler)
Attaches the specified managed policy to the specified user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.attachUserPolicyAsync(AttachUserPolicyRequest attachUserPolicyRequest,
AsyncHandler<AttachUserPolicyRequest,Void> 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).
|
AttachUserPolicyRequest |
AttachUserPolicyRequest.withUserName(String userName)
The name (friendly name, not ARN) of the user to attach the policy to.
|
Copyright © 2015. All rights reserved.