Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
AttachUserPolicyResult |
AmazonIdentityManagementClient.attachUserPolicy(AttachUserPolicyRequest attachUserPolicyRequest)
Attaches the specified managed policy to the specified user.
|
AttachUserPolicyResult |
AbstractAmazonIdentityManagement.attachUserPolicy(AttachUserPolicyRequest request) |
AttachUserPolicyResult |
AmazonIdentityManagement.attachUserPolicy(AttachUserPolicyRequest attachUserPolicyRequest)
Attaches the specified managed policy to the specified user.
|
Future<AttachUserPolicyResult> |
AbstractAmazonIdentityManagementAsync.attachUserPolicyAsync(AttachUserPolicyRequest request) |
Future<AttachUserPolicyResult> |
AmazonIdentityManagementAsync.attachUserPolicyAsync(AttachUserPolicyRequest attachUserPolicyRequest)
Attaches the specified managed policy to the specified user.
|
Future<AttachUserPolicyResult> |
AmazonIdentityManagementAsyncClient.attachUserPolicyAsync(AttachUserPolicyRequest request) |
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) |
Modifier and Type | Method and 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) |
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 © 2018. All rights reserved.