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 |
---|---|
ListGroupsResult |
AmazonIdentityManagementClient.listGroups()
Lists the groups that have the specified path prefix.
|
ListGroupsResult |
AmazonIdentityManagement.listGroups()
Lists the groups that have the specified path prefix.
|
ListGroupsResult |
AmazonIdentityManagementClient.listGroups(ListGroupsRequest listGroupsRequest)
Lists the groups that have the specified path prefix.
|
ListGroupsResult |
AmazonIdentityManagement.listGroups(ListGroupsRequest listGroupsRequest)
Lists the groups that have the specified path prefix.
|
Modifier and Type | Method and Description |
---|---|
Future<ListGroupsResult> |
AmazonIdentityManagementAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest)
Lists the groups that have the specified path prefix.
|
Future<ListGroupsResult> |
AmazonIdentityManagementAsyncClient.listGroupsAsync(ListGroupsRequest listGroupsRequest)
Lists the groups that have the specified path prefix.
|
Future<ListGroupsResult> |
AmazonIdentityManagementAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Lists the groups that have the specified path prefix.
|
Future<ListGroupsResult> |
AmazonIdentityManagementAsyncClient.listGroupsAsync(ListGroupsRequest listGroupsRequest,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Lists the groups that have the specified path prefix.
|
Modifier and Type | Method and Description |
---|---|
Future<ListGroupsResult> |
AmazonIdentityManagementAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Lists the groups that have the specified path prefix.
|
Future<ListGroupsResult> |
AmazonIdentityManagementAsyncClient.listGroupsAsync(ListGroupsRequest listGroupsRequest,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Lists the groups that have the specified path prefix.
|
Modifier and Type | Method and Description |
---|---|
ListGroupsResult |
ListGroupsResult.withGroups(Collection<Group> groups)
A list of groups.
|
ListGroupsResult |
ListGroupsResult.withGroups(Group... groups)
A list of groups.
|
ListGroupsResult |
ListGroupsResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more groups to list.
|
ListGroupsResult |
ListGroupsResult.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. |
Copyright © 2014. All rights reserved.