| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement | |
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonIdentityManagement.attachRolePolicy(AttachRolePolicyRequest attachRolePolicyRequest)
Attaches the specified managed policy to the specified role.
|
void |
AbstractAmazonIdentityManagement.attachRolePolicy(AttachRolePolicyRequest request) |
void |
AmazonIdentityManagementClient.attachRolePolicy(AttachRolePolicyRequest attachRolePolicyRequest)
Attaches the specified managed policy to the specified role.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.attachRolePolicyAsync(AttachRolePolicyRequest request) |
Future<Void> |
AmazonIdentityManagementAsync.attachRolePolicyAsync(AttachRolePolicyRequest attachRolePolicyRequest)
Attaches the specified managed policy to the specified role.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.attachRolePolicyAsync(AttachRolePolicyRequest request) |
Future<Void> |
AmazonIdentityManagementAsyncClient.attachRolePolicyAsync(AttachRolePolicyRequest request,
AsyncHandler<AttachRolePolicyRequest,Void> asyncHandler) |
Future<Void> |
AmazonIdentityManagementAsync.attachRolePolicyAsync(AttachRolePolicyRequest attachRolePolicyRequest,
AsyncHandler<AttachRolePolicyRequest,Void> asyncHandler)
Attaches the specified managed policy to the specified role.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.attachRolePolicyAsync(AttachRolePolicyRequest request,
AsyncHandler<AttachRolePolicyRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsyncClient.attachRolePolicyAsync(AttachRolePolicyRequest request,
AsyncHandler<AttachRolePolicyRequest,Void> asyncHandler) |
Future<Void> |
AmazonIdentityManagementAsync.attachRolePolicyAsync(AttachRolePolicyRequest attachRolePolicyRequest,
AsyncHandler<AttachRolePolicyRequest,Void> asyncHandler)
Attaches the specified managed policy to the specified role.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.attachRolePolicyAsync(AttachRolePolicyRequest request,
AsyncHandler<AttachRolePolicyRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AttachRolePolicyRequest |
AttachRolePolicyRequest.clone() |
AttachRolePolicyRequest |
AttachRolePolicyRequest.withPolicyArn(String policyArn) |
AttachRolePolicyRequest |
AttachRolePolicyRequest.withRoleName(String roleName)
The name (friendly name, not ARN) of the role to attach the policy to.
|
Copyright © 2016. All rights reserved.