| 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.attachRolePolicy(AttachRolePolicyRequest attachRolePolicyRequest)
Attaches the specified managed policy to the specified role.
|
void |
AmazonIdentityManagement.attachRolePolicy(AttachRolePolicyRequest attachRolePolicyRequest)
Attaches the specified managed policy to the specified role.
|
Future<Void> |
AmazonIdentityManagementAsync.attachRolePolicyAsync(AttachRolePolicyRequest attachRolePolicyRequest)
Attaches the specified managed policy to the specified role.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.attachRolePolicyAsync(AttachRolePolicyRequest attachRolePolicyRequest)
Attaches the specified managed policy to the specified role.
|
Future<Void> |
AmazonIdentityManagementAsync.attachRolePolicyAsync(AttachRolePolicyRequest attachRolePolicyRequest,
AsyncHandler<AttachRolePolicyRequest,Void> asyncHandler)
Attaches the specified managed policy to the specified role.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.attachRolePolicyAsync(AttachRolePolicyRequest attachRolePolicyRequest,
AsyncHandler<AttachRolePolicyRequest,Void> asyncHandler)
Attaches the specified managed policy to the specified role.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsync.attachRolePolicyAsync(AttachRolePolicyRequest attachRolePolicyRequest,
AsyncHandler<AttachRolePolicyRequest,Void> asyncHandler)
Attaches the specified managed policy to the specified role.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.attachRolePolicyAsync(AttachRolePolicyRequest attachRolePolicyRequest,
AsyncHandler<AttachRolePolicyRequest,Void> asyncHandler)
Attaches the specified managed policy to the specified role.
|
| Modifier and Type | Method and Description |
|---|---|
AttachRolePolicyRequest |
AttachRolePolicyRequest.clone() |
AttachRolePolicyRequest |
AttachRolePolicyRequest.withPolicyArn(String policyArn)
The Amazon Resource Name (ARN).
|
AttachRolePolicyRequest |
AttachRolePolicyRequest.withRoleName(String roleName)
The name (friendly name, not ARN) of the role to attach the policy to.
|
Copyright © 2015. All rights reserved.