| 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.attachGroupPolicy(AttachGroupPolicyRequest attachGroupPolicyRequest)
Attaches the specified managed policy to the specified group.
|
void |
AmazonIdentityManagement.attachGroupPolicy(AttachGroupPolicyRequest attachGroupPolicyRequest)
Attaches the specified managed policy to the specified group.
|
Future<Void> |
AmazonIdentityManagementAsync.attachGroupPolicyAsync(AttachGroupPolicyRequest attachGroupPolicyRequest)
Attaches the specified managed policy to the specified group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.attachGroupPolicyAsync(AttachGroupPolicyRequest attachGroupPolicyRequest)
Attaches the specified managed policy to the specified group.
|
Future<Void> |
AmazonIdentityManagementAsync.attachGroupPolicyAsync(AttachGroupPolicyRequest attachGroupPolicyRequest,
AsyncHandler<AttachGroupPolicyRequest,Void> asyncHandler)
Attaches the specified managed policy to the specified group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.attachGroupPolicyAsync(AttachGroupPolicyRequest attachGroupPolicyRequest,
AsyncHandler<AttachGroupPolicyRequest,Void> asyncHandler)
Attaches the specified managed policy to the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsync.attachGroupPolicyAsync(AttachGroupPolicyRequest attachGroupPolicyRequest,
AsyncHandler<AttachGroupPolicyRequest,Void> asyncHandler)
Attaches the specified managed policy to the specified group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.attachGroupPolicyAsync(AttachGroupPolicyRequest attachGroupPolicyRequest,
AsyncHandler<AttachGroupPolicyRequest,Void> asyncHandler)
Attaches the specified managed policy to the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
AttachGroupPolicyRequest |
AttachGroupPolicyRequest.clone() |
AttachGroupPolicyRequest |
AttachGroupPolicyRequest.withGroupName(String groupName)
The name (friendly name, not ARN) of the group to attach the policy
to.
|
AttachGroupPolicyRequest |
AttachGroupPolicyRequest.withPolicyArn(String policyArn)
The Amazon Resource Name (ARN).
|
Copyright © 2015. All rights reserved.