| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement | |
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonIdentityManagement.putUserPolicy(PutUserPolicyRequest putUserPolicyRequest)
Adds (or updates) an inline policy document that is embedded in the
specified user.
|
void |
AbstractAmazonIdentityManagement.putUserPolicy(PutUserPolicyRequest request) |
void |
AmazonIdentityManagementClient.putUserPolicy(PutUserPolicyRequest putUserPolicyRequest)
Adds (or updates) an inline policy document that is embedded in the
specified user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.putUserPolicyAsync(PutUserPolicyRequest request) |
Future<Void> |
AmazonIdentityManagementAsync.putUserPolicyAsync(PutUserPolicyRequest putUserPolicyRequest)
Adds (or updates) an inline policy document that is embedded in the
specified user.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.putUserPolicyAsync(PutUserPolicyRequest request) |
Future<Void> |
AmazonIdentityManagementAsyncClient.putUserPolicyAsync(PutUserPolicyRequest request,
AsyncHandler<PutUserPolicyRequest,Void> asyncHandler) |
Future<Void> |
AmazonIdentityManagementAsync.putUserPolicyAsync(PutUserPolicyRequest putUserPolicyRequest,
AsyncHandler<PutUserPolicyRequest,Void> asyncHandler)
Adds (or updates) an inline policy document that is embedded in the
specified user.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.putUserPolicyAsync(PutUserPolicyRequest request,
AsyncHandler<PutUserPolicyRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsyncClient.putUserPolicyAsync(PutUserPolicyRequest request,
AsyncHandler<PutUserPolicyRequest,Void> asyncHandler) |
Future<Void> |
AmazonIdentityManagementAsync.putUserPolicyAsync(PutUserPolicyRequest putUserPolicyRequest,
AsyncHandler<PutUserPolicyRequest,Void> asyncHandler)
Adds (or updates) an inline policy document that is embedded in the
specified user.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.putUserPolicyAsync(PutUserPolicyRequest request,
AsyncHandler<PutUserPolicyRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutUserPolicyRequest |
PutUserPolicyRequest.clone() |
PutUserPolicyRequest |
PutUserPolicyRequest.withPolicyDocument(String policyDocument)
The policy document.
|
PutUserPolicyRequest |
PutUserPolicyRequest.withPolicyName(String policyName)
The name of the policy document.
|
PutUserPolicyRequest |
PutUserPolicyRequest.withUserName(String userName)
The name of the user to associate the policy with.
|
Copyright © 2016. All rights reserved.