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.
|
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 |
---|---|
GetGroupPolicyRequest |
GetGroupPolicyRequest.withGroupName(String groupName)
Name of the group the policy is associated with.
|
GetGroupPolicyRequest |
GetGroupPolicyRequest.withPolicyName(String policyName)
Name of the policy document to get.
|
Copyright © 2014. All rights reserved.