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 |
---|---|
ListGroupPoliciesResult |
AmazonIdentityManagementClient.listGroupPolicies(ListGroupPoliciesRequest listGroupPoliciesRequest)
Lists the names of the policies associated with the specified group.
|
ListGroupPoliciesResult |
AmazonIdentityManagement.listGroupPolicies(ListGroupPoliciesRequest listGroupPoliciesRequest)
Lists the names of the policies associated with the specified group.
|
Future<ListGroupPoliciesResult> |
AmazonIdentityManagementAsync.listGroupPoliciesAsync(ListGroupPoliciesRequest listGroupPoliciesRequest)
Lists the names of the policies associated with the specified group.
|
Future<ListGroupPoliciesResult> |
AmazonIdentityManagementAsyncClient.listGroupPoliciesAsync(ListGroupPoliciesRequest listGroupPoliciesRequest)
Lists the names of the policies associated with the specified group.
|
Future<ListGroupPoliciesResult> |
AmazonIdentityManagementAsync.listGroupPoliciesAsync(ListGroupPoliciesRequest listGroupPoliciesRequest,
AsyncHandler<ListGroupPoliciesRequest,ListGroupPoliciesResult> asyncHandler)
Lists the names of the policies associated with the specified group.
|
Future<ListGroupPoliciesResult> |
AmazonIdentityManagementAsyncClient.listGroupPoliciesAsync(ListGroupPoliciesRequest listGroupPoliciesRequest,
AsyncHandler<ListGroupPoliciesRequest,ListGroupPoliciesResult> asyncHandler)
Lists the names of the policies associated with the specified group.
|
Modifier and Type | Method and Description |
---|---|
Future<ListGroupPoliciesResult> |
AmazonIdentityManagementAsync.listGroupPoliciesAsync(ListGroupPoliciesRequest listGroupPoliciesRequest,
AsyncHandler<ListGroupPoliciesRequest,ListGroupPoliciesResult> asyncHandler)
Lists the names of the policies associated with the specified group.
|
Future<ListGroupPoliciesResult> |
AmazonIdentityManagementAsyncClient.listGroupPoliciesAsync(ListGroupPoliciesRequest listGroupPoliciesRequest,
AsyncHandler<ListGroupPoliciesRequest,ListGroupPoliciesResult> asyncHandler)
Lists the names of the policies associated with the specified group.
|
Modifier and Type | Method and Description |
---|---|
ListGroupPoliciesRequest |
ListGroupPoliciesRequest.withGroupName(String groupName)
The name of the group to list policies for.
|
ListGroupPoliciesRequest |
ListGroupPoliciesRequest.withMarker(String marker)
Use this only when paginating results, and only in a subsequent
request after you've received a response where the results are
truncated.
|
ListGroupPoliciesRequest |
ListGroupPoliciesRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number
of policy names you want in the response.
|
Copyright © 2014. All rights reserved.