| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement | |
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonIdentityManagement.attachUserPolicy(AttachUserPolicyRequest attachUserPolicyRequest)
Attaches the specified managed policy to the specified user.
|
void |
AbstractAmazonIdentityManagement.attachUserPolicy(AttachUserPolicyRequest request) |
void |
AmazonIdentityManagementClient.attachUserPolicy(AttachUserPolicyRequest attachUserPolicyRequest)
Attaches the specified managed policy to the specified user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.attachUserPolicyAsync(AttachUserPolicyRequest request) |
Future<Void> |
AmazonIdentityManagementAsync.attachUserPolicyAsync(AttachUserPolicyRequest attachUserPolicyRequest)
Attaches the specified managed policy to the specified user.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.attachUserPolicyAsync(AttachUserPolicyRequest request) |
Future<Void> |
AmazonIdentityManagementAsyncClient.attachUserPolicyAsync(AttachUserPolicyRequest request,
AsyncHandler<AttachUserPolicyRequest,Void> asyncHandler) |
Future<Void> |
AmazonIdentityManagementAsync.attachUserPolicyAsync(AttachUserPolicyRequest attachUserPolicyRequest,
AsyncHandler<AttachUserPolicyRequest,Void> asyncHandler)
Attaches the specified managed policy to the specified user.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.attachUserPolicyAsync(AttachUserPolicyRequest request,
AsyncHandler<AttachUserPolicyRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsyncClient.attachUserPolicyAsync(AttachUserPolicyRequest request,
AsyncHandler<AttachUserPolicyRequest,Void> asyncHandler) |
Future<Void> |
AmazonIdentityManagementAsync.attachUserPolicyAsync(AttachUserPolicyRequest attachUserPolicyRequest,
AsyncHandler<AttachUserPolicyRequest,Void> asyncHandler)
Attaches the specified managed policy to the specified user.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.attachUserPolicyAsync(AttachUserPolicyRequest request,
AsyncHandler<AttachUserPolicyRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AttachUserPolicyRequest |
AttachUserPolicyRequest.clone() |
AttachUserPolicyRequest |
AttachUserPolicyRequest.withPolicyArn(String policyArn) |
AttachUserPolicyRequest |
AttachUserPolicyRequest.withUserName(String userName)
The name (friendly name, not ARN) of the user to attach the policy to.
|
Copyright © 2016. All rights reserved.