| 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.putRolePolicy(PutRolePolicyRequest putRolePolicyRequest)
Adds (or updates) an inline policy document that is embedded in the
specified role.
|
void |
AmazonIdentityManagement.putRolePolicy(PutRolePolicyRequest putRolePolicyRequest)
Adds (or updates) an inline policy document that is embedded in the
specified role.
|
Future<Void> |
AmazonIdentityManagementAsync.putRolePolicyAsync(PutRolePolicyRequest putRolePolicyRequest)
Adds (or updates) an inline policy document that is embedded in the
specified role.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.putRolePolicyAsync(PutRolePolicyRequest putRolePolicyRequest)
Adds (or updates) an inline policy document that is embedded in the
specified role.
|
Future<Void> |
AmazonIdentityManagementAsync.putRolePolicyAsync(PutRolePolicyRequest putRolePolicyRequest,
AsyncHandler<PutRolePolicyRequest,Void> asyncHandler)
Adds (or updates) an inline policy document that is embedded in the
specified role.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.putRolePolicyAsync(PutRolePolicyRequest putRolePolicyRequest,
AsyncHandler<PutRolePolicyRequest,Void> asyncHandler)
Adds (or updates) an inline policy document that is embedded in the
specified role.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsync.putRolePolicyAsync(PutRolePolicyRequest putRolePolicyRequest,
AsyncHandler<PutRolePolicyRequest,Void> asyncHandler)
Adds (or updates) an inline policy document that is embedded in the
specified role.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.putRolePolicyAsync(PutRolePolicyRequest putRolePolicyRequest,
AsyncHandler<PutRolePolicyRequest,Void> asyncHandler)
Adds (or updates) an inline policy document that is embedded in the
specified role.
|
| Modifier and Type | Method and Description |
|---|---|
PutRolePolicyRequest |
PutRolePolicyRequest.clone() |
PutRolePolicyRequest |
PutRolePolicyRequest.withPolicyDocument(String policyDocument)
The policy document.
|
PutRolePolicyRequest |
PutRolePolicyRequest.withPolicyName(String policyName)
The name of the policy document.
|
PutRolePolicyRequest |
PutRolePolicyRequest.withRoleName(String roleName)
The name of the role to associate the policy with.
|
Copyright © 2015. All rights reserved.