| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement | |
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonIdentityManagement.putRolePolicy(PutRolePolicyRequest putRolePolicyRequest)
Adds (or updates) an inline policy document that is embedded in the
specified role.
|
void |
AbstractAmazonIdentityManagement.putRolePolicy(PutRolePolicyRequest request) |
void |
AmazonIdentityManagementClient.putRolePolicy(PutRolePolicyRequest putRolePolicyRequest)
Adds (or updates) an inline policy document that is embedded in the
specified role.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.putRolePolicyAsync(PutRolePolicyRequest request) |
Future<Void> |
AmazonIdentityManagementAsync.putRolePolicyAsync(PutRolePolicyRequest putRolePolicyRequest)
Adds (or updates) an inline policy document that is embedded in the
specified role.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.putRolePolicyAsync(PutRolePolicyRequest request) |
Future<Void> |
AmazonIdentityManagementAsyncClient.putRolePolicyAsync(PutRolePolicyRequest request,
AsyncHandler<PutRolePolicyRequest,Void> asyncHandler) |
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> |
AbstractAmazonIdentityManagementAsync.putRolePolicyAsync(PutRolePolicyRequest request,
AsyncHandler<PutRolePolicyRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsyncClient.putRolePolicyAsync(PutRolePolicyRequest request,
AsyncHandler<PutRolePolicyRequest,Void> asyncHandler) |
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> |
AbstractAmazonIdentityManagementAsync.putRolePolicyAsync(PutRolePolicyRequest request,
AsyncHandler<PutRolePolicyRequest,Void> asyncHandler) |
| 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 © 2016. All rights reserved.