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