| 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.putGroupPolicy(PutGroupPolicyRequest putGroupPolicyRequest)
Adds (or updates) an inline policy document that is embedded in the
specified group.
|
void |
AmazonIdentityManagement.putGroupPolicy(PutGroupPolicyRequest putGroupPolicyRequest)
Adds (or updates) an inline policy document that is embedded in the
specified group.
|
Future<Void> |
AmazonIdentityManagementAsync.putGroupPolicyAsync(PutGroupPolicyRequest putGroupPolicyRequest)
Adds (or updates) an inline policy document that is embedded in the
specified group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.putGroupPolicyAsync(PutGroupPolicyRequest putGroupPolicyRequest)
Adds (or updates) an inline policy document that is embedded in the
specified group.
|
Future<Void> |
AmazonIdentityManagementAsync.putGroupPolicyAsync(PutGroupPolicyRequest putGroupPolicyRequest,
AsyncHandler<PutGroupPolicyRequest,Void> asyncHandler)
Adds (or updates) an inline policy document that is embedded in the
specified group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.putGroupPolicyAsync(PutGroupPolicyRequest putGroupPolicyRequest,
AsyncHandler<PutGroupPolicyRequest,Void> asyncHandler)
Adds (or updates) an inline policy document that is embedded in the
specified group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsync.putGroupPolicyAsync(PutGroupPolicyRequest putGroupPolicyRequest,
AsyncHandler<PutGroupPolicyRequest,Void> asyncHandler)
Adds (or updates) an inline policy document that is embedded in the
specified group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.putGroupPolicyAsync(PutGroupPolicyRequest putGroupPolicyRequest,
AsyncHandler<PutGroupPolicyRequest,Void> asyncHandler)
Adds (or updates) an inline policy document that is embedded in the
specified group.
|
| Modifier and Type | Method and Description |
|---|---|
PutGroupPolicyRequest |
PutGroupPolicyRequest.clone() |
PutGroupPolicyRequest |
PutGroupPolicyRequest.withGroupName(String groupName)
The name of the group to associate the policy with.
|
PutGroupPolicyRequest |
PutGroupPolicyRequest.withPolicyDocument(String policyDocument)
The policy document.
|
PutGroupPolicyRequest |
PutGroupPolicyRequest.withPolicyName(String policyName)
The name of the policy document.
|
Copyright © 2015. All rights reserved.