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.putUserPolicy(PutUserPolicyRequest putUserPolicyRequest)
Adds (or updates) a policy document associated with the specified
user.
|
void |
AmazonIdentityManagement.putUserPolicy(PutUserPolicyRequest putUserPolicyRequest)
Adds (or updates) a policy document associated with the specified
user.
|
Future<Void> |
AmazonIdentityManagementAsync.putUserPolicyAsync(PutUserPolicyRequest putUserPolicyRequest)
Adds (or updates) a policy document associated with the specified
user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.putUserPolicyAsync(PutUserPolicyRequest putUserPolicyRequest)
Adds (or updates) a policy document associated with the specified
user.
|
Future<Void> |
AmazonIdentityManagementAsync.putUserPolicyAsync(PutUserPolicyRequest putUserPolicyRequest,
AsyncHandler<PutUserPolicyRequest,Void> asyncHandler)
Adds (or updates) a policy document associated with the specified
user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.putUserPolicyAsync(PutUserPolicyRequest putUserPolicyRequest,
AsyncHandler<PutUserPolicyRequest,Void> asyncHandler)
Adds (or updates) a policy document associated with the specified
user.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonIdentityManagementAsync.putUserPolicyAsync(PutUserPolicyRequest putUserPolicyRequest,
AsyncHandler<PutUserPolicyRequest,Void> asyncHandler)
Adds (or updates) a policy document associated with the specified
user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.putUserPolicyAsync(PutUserPolicyRequest putUserPolicyRequest,
AsyncHandler<PutUserPolicyRequest,Void> asyncHandler)
Adds (or updates) a policy document associated with the specified
user.
|
Modifier and Type | Method and Description |
---|---|
PutUserPolicyRequest |
PutUserPolicyRequest.withPolicyDocument(String policyDocument)
The policy document.
|
PutUserPolicyRequest |
PutUserPolicyRequest.withPolicyName(String policyName)
Name of the policy document.
|
PutUserPolicyRequest |
PutUserPolicyRequest.withUserName(String userName)
Name of the user to associate the policy with.
|
Copyright © 2014. All rights reserved.