Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
Future<AttachGroupPolicyResult> |
AbstractAmazonIdentityManagementAsync.attachGroupPolicyAsync(AttachGroupPolicyRequest request,
AsyncHandler<AttachGroupPolicyRequest,AttachGroupPolicyResult> asyncHandler) |
Future<AttachGroupPolicyResult> |
AmazonIdentityManagementAsync.attachGroupPolicyAsync(AttachGroupPolicyRequest attachGroupPolicyRequest,
AsyncHandler<AttachGroupPolicyRequest,AttachGroupPolicyResult> asyncHandler)
Attaches the specified managed policy to the specified IAM group.
|
Future<AttachGroupPolicyResult> |
AmazonIdentityManagementAsyncClient.attachGroupPolicyAsync(AttachGroupPolicyRequest request,
AsyncHandler<AttachGroupPolicyRequest,AttachGroupPolicyResult> asyncHandler) |
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) of the IAM policy you want to attach.
|
Copyright © 2018. All rights reserved.