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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
ListGroupPoliciesResult |
ListGroupPoliciesResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more policy names to list.
|
ListGroupPoliciesResult |
ListGroupPoliciesResult.withMarker(String marker)
If
IsTruncated is true , this element is
present and contains the value to use for the Marker
parameter in a subsequent pagination request. |
ListGroupPoliciesResult |
ListGroupPoliciesResult.withPolicyNames(Collection<String> policyNames)
A list of policy names.
|
ListGroupPoliciesResult |
ListGroupPoliciesResult.withPolicyNames(String... policyNames)
A list of policy names.
|
Copyright © 2014. All rights reserved.