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 |
---|---|
GetGroupPolicyResult |
AmazonIdentityManagementClient.getGroupPolicy(GetGroupPolicyRequest getGroupPolicyRequest)
Retrieves the specified policy document for the specified group.
|
GetGroupPolicyResult |
AmazonIdentityManagement.getGroupPolicy(GetGroupPolicyRequest getGroupPolicyRequest)
Retrieves the specified policy document for the specified group.
|
Modifier and Type | Method and Description |
---|---|
Future<GetGroupPolicyResult> |
AmazonIdentityManagementAsync.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest)
Retrieves the specified policy document for the specified group.
|
Future<GetGroupPolicyResult> |
AmazonIdentityManagementAsyncClient.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest)
Retrieves the specified policy document for the specified group.
|
Future<GetGroupPolicyResult> |
AmazonIdentityManagementAsync.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest,
AsyncHandler<GetGroupPolicyRequest,GetGroupPolicyResult> asyncHandler)
Retrieves the specified policy document for the specified group.
|
Future<GetGroupPolicyResult> |
AmazonIdentityManagementAsyncClient.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest,
AsyncHandler<GetGroupPolicyRequest,GetGroupPolicyResult> asyncHandler)
Retrieves the specified policy document for the specified group.
|
Modifier and Type | Method and Description |
---|---|
Future<GetGroupPolicyResult> |
AmazonIdentityManagementAsync.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest,
AsyncHandler<GetGroupPolicyRequest,GetGroupPolicyResult> asyncHandler)
Retrieves the specified policy document for the specified group.
|
Future<GetGroupPolicyResult> |
AmazonIdentityManagementAsyncClient.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest,
AsyncHandler<GetGroupPolicyRequest,GetGroupPolicyResult> asyncHandler)
Retrieves the specified policy document for the specified group.
|
Modifier and Type | Method and Description |
---|---|
GetGroupPolicyResult |
GetGroupPolicyResult.withGroupName(String groupName)
The group the policy is associated with.
|
GetGroupPolicyResult |
GetGroupPolicyResult.withPolicyDocument(String policyDocument)
The policy document.
|
GetGroupPolicyResult |
GetGroupPolicyResult.withPolicyName(String policyName)
The name of the policy.
|
Copyright © 2014. All rights reserved.