| 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 inline policy document that is embedded in
the specified group.
|
GetGroupPolicyResult |
AmazonIdentityManagement.getGroupPolicy(GetGroupPolicyRequest getGroupPolicyRequest)
Retrieves the specified inline policy document that is embedded in
the specified group.
|
Future<GetGroupPolicyResult> |
AmazonIdentityManagementAsync.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest)
Retrieves the specified inline policy document that is embedded in
the specified group.
|
Future<GetGroupPolicyResult> |
AmazonIdentityManagementAsyncClient.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest)
Retrieves the specified inline policy document that is embedded in
the specified group.
|
Future<GetGroupPolicyResult> |
AmazonIdentityManagementAsync.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest,
AsyncHandler<GetGroupPolicyRequest,GetGroupPolicyResult> asyncHandler)
Retrieves the specified inline policy document that is embedded in
the specified group.
|
Future<GetGroupPolicyResult> |
AmazonIdentityManagementAsyncClient.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest,
AsyncHandler<GetGroupPolicyRequest,GetGroupPolicyResult> asyncHandler)
Retrieves the specified inline policy document that is embedded in
the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetGroupPolicyResult> |
AmazonIdentityManagementAsync.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest,
AsyncHandler<GetGroupPolicyRequest,GetGroupPolicyResult> asyncHandler)
Retrieves the specified inline policy document that is embedded in
the specified group.
|
Future<GetGroupPolicyResult> |
AmazonIdentityManagementAsyncClient.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest,
AsyncHandler<GetGroupPolicyRequest,GetGroupPolicyResult> asyncHandler)
Retrieves the specified inline policy document that is embedded in
the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
GetGroupPolicyRequest |
GetGroupPolicyRequest.clone() |
GetGroupPolicyRequest |
GetGroupPolicyRequest.withGroupName(String groupName)
The name of the group the policy is associated with.
|
GetGroupPolicyRequest |
GetGroupPolicyRequest.withPolicyName(String policyName)
The name of the policy document to get.
|
Copyright © 2015. All rights reserved.