Modifier and Type | Method and Description |
---|---|
PutUserPolicyResult |
AmazonIdentityManagementClient.putUserPolicy(PutUserPolicyRequest putUserPolicyRequest)
Adds or updates an inline policy document that is embedded in the
specified IAM user.
|
PutUserPolicyResult |
AmazonIdentityManagement.putUserPolicy(PutUserPolicyRequest putUserPolicyRequest)
Adds or updates an inline policy document that is embedded in the
specified IAM user.
|
PutUserPolicyResult |
AbstractAmazonIdentityManagement.putUserPolicy(PutUserPolicyRequest request) |
java.util.concurrent.Future<PutUserPolicyResult> |
AmazonIdentityManagementAsyncClient.putUserPolicyAsync(PutUserPolicyRequest request) |
java.util.concurrent.Future<PutUserPolicyResult> |
AmazonIdentityManagementAsync.putUserPolicyAsync(PutUserPolicyRequest putUserPolicyRequest)
Adds or updates an inline policy document that is embedded in the
specified IAM user.
|
java.util.concurrent.Future<PutUserPolicyResult> |
AbstractAmazonIdentityManagementAsync.putUserPolicyAsync(PutUserPolicyRequest request) |
java.util.concurrent.Future<PutUserPolicyResult> |
AmazonIdentityManagementAsyncClient.putUserPolicyAsync(PutUserPolicyRequest request,
AsyncHandler<PutUserPolicyRequest,PutUserPolicyResult> asyncHandler) |
java.util.concurrent.Future<PutUserPolicyResult> |
AmazonIdentityManagementAsync.putUserPolicyAsync(PutUserPolicyRequest putUserPolicyRequest,
AsyncHandler<PutUserPolicyRequest,PutUserPolicyResult> asyncHandler)
Adds or updates an inline policy document that is embedded in the
specified IAM user.
|
java.util.concurrent.Future<PutUserPolicyResult> |
AbstractAmazonIdentityManagementAsync.putUserPolicyAsync(PutUserPolicyRequest request,
AsyncHandler<PutUserPolicyRequest,PutUserPolicyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<PutUserPolicyResult> |
AmazonIdentityManagementAsyncClient.putUserPolicyAsync(PutUserPolicyRequest request,
AsyncHandler<PutUserPolicyRequest,PutUserPolicyResult> asyncHandler) |
java.util.concurrent.Future<PutUserPolicyResult> |
AmazonIdentityManagementAsync.putUserPolicyAsync(PutUserPolicyRequest putUserPolicyRequest,
AsyncHandler<PutUserPolicyRequest,PutUserPolicyResult> asyncHandler)
Adds or updates an inline policy document that is embedded in the
specified IAM user.
|
java.util.concurrent.Future<PutUserPolicyResult> |
AbstractAmazonIdentityManagementAsync.putUserPolicyAsync(PutUserPolicyRequest request,
AsyncHandler<PutUserPolicyRequest,PutUserPolicyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PutUserPolicyRequest |
PutUserPolicyRequest.clone() |
PutUserPolicyRequest |
PutUserPolicyRequest.withPolicyDocument(java.lang.String policyDocument)
The policy document.
|
PutUserPolicyRequest |
PutUserPolicyRequest.withPolicyName(java.lang.String policyName)
The name of the policy document.
|
PutUserPolicyRequest |
PutUserPolicyRequest.withUserName(java.lang.String userName)
The name of the user to associate the policy with.
|
Modifier and Type | Method and Description |
---|---|
Request<PutUserPolicyRequest> |
PutUserPolicyRequestMarshaller.marshall(PutUserPolicyRequest putUserPolicyRequest) |
Modifier and Type | Method and Description |
---|---|
Request<PutUserPolicyRequest> |
PutUserPolicyRequestMarshaller.marshall(PutUserPolicyRequest putUserPolicyRequest) |