| Package | Description |
|---|---|
| com.amazonaws.services.identitystore | |
| com.amazonaws.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResult |
AWSIdentityStoreClient.listGroups(ListGroupsRequest request)
Lists the attribute name and value of the group that you specified in the search.
|
ListGroupsResult |
AbstractAWSIdentityStore.listGroups(ListGroupsRequest request) |
ListGroupsResult |
AWSIdentityStore.listGroups(ListGroupsRequest listGroupsRequest)
Lists the attribute name and value of the group that you specified in the search.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListGroupsResult> |
AWSIdentityStoreAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest)
Lists the attribute name and value of the group that you specified in the search.
|
Future<ListGroupsResult> |
AbstractAWSIdentityStoreAsync.listGroupsAsync(ListGroupsRequest request) |
Future<ListGroupsResult> |
AWSIdentityStoreAsyncClient.listGroupsAsync(ListGroupsRequest request) |
Future<ListGroupsResult> |
AWSIdentityStoreAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Lists the attribute name and value of the group that you specified in the search.
|
Future<ListGroupsResult> |
AbstractAWSIdentityStoreAsync.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Future<ListGroupsResult> |
AWSIdentityStoreAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListGroupsResult> |
AWSIdentityStoreAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Lists the attribute name and value of the group that you specified in the search.
|
Future<ListGroupsResult> |
AbstractAWSIdentityStoreAsync.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Future<ListGroupsResult> |
AWSIdentityStoreAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
| 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 APIs. |
Copyright © 2021. All rights reserved.