| Package | Description |
|---|---|
| com.amazonaws.services.identitystore |
The Identity Store service used by IAM Identity Center provides a single place to retrieve all of your identities
(users and groups).
|
| com.amazonaws.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResult |
AbstractAWSIdentityStore.listGroups(ListGroupsRequest request) |
ListGroupsResult |
AWSIdentityStore.listGroups(ListGroupsRequest listGroupsRequest)
Lists all groups in the identity store.
|
ListGroupsResult |
AWSIdentityStoreClient.listGroups(ListGroupsRequest request)
Lists all groups in the identity store.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListGroupsResult> |
AbstractAWSIdentityStoreAsync.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Future<ListGroupsResult> |
AWSIdentityStoreAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Future<ListGroupsResult> |
AWSIdentityStoreAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Lists all groups in the identity store.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResult |
ListGroupsResult.clone() |
ListGroupsResult |
ListGroupsResult.withGroups(Collection<Group> groups)
A list of
Group objects in the identity store. |
ListGroupsResult |
ListGroupsResult.withGroups(Group... groups)
A list of
Group objects in the identity store. |
ListGroupsResult |
ListGroupsResult.withNextToken(String nextToken)
The pagination token used for the
ListUsers and ListGroups API operations. |
Copyright © 2024. All rights reserved.