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