| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement | |
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonIdentityManagement.putGroupPolicy(PutGroupPolicyRequest putGroupPolicyRequest)
Adds (or updates) an inline policy document that is embedded in the
specified group.
|
void |
AbstractAmazonIdentityManagement.putGroupPolicy(PutGroupPolicyRequest request) |
void |
AmazonIdentityManagementClient.putGroupPolicy(PutGroupPolicyRequest putGroupPolicyRequest)
Adds (or updates) an inline policy document that is embedded in the
specified group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.putGroupPolicyAsync(PutGroupPolicyRequest request) |
Future<Void> |
AmazonIdentityManagementAsync.putGroupPolicyAsync(PutGroupPolicyRequest putGroupPolicyRequest)
Adds (or updates) an inline policy document that is embedded in the
specified group.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.putGroupPolicyAsync(PutGroupPolicyRequest request) |
Future<Void> |
AmazonIdentityManagementAsyncClient.putGroupPolicyAsync(PutGroupPolicyRequest request,
AsyncHandler<PutGroupPolicyRequest,Void> asyncHandler) |
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> |
AbstractAmazonIdentityManagementAsync.putGroupPolicyAsync(PutGroupPolicyRequest request,
AsyncHandler<PutGroupPolicyRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsyncClient.putGroupPolicyAsync(PutGroupPolicyRequest request,
AsyncHandler<PutGroupPolicyRequest,Void> asyncHandler) |
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> |
AbstractAmazonIdentityManagementAsync.putGroupPolicyAsync(PutGroupPolicyRequest request,
AsyncHandler<PutGroupPolicyRequest,Void> asyncHandler) |
| 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 © 2016. All rights reserved.