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