| Package | Description |
|---|---|
| com.amazonaws.services.identitystore | |
| com.amazonaws.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResult |
AbstractAWSIdentityStore.listGroups(ListGroupsRequest request) |
ListGroupsResult |
AWSIdentityStoreClient.listGroups(ListGroupsRequest request)
Lists the attribute name and value of the group that you specified in the search.
|
ListGroupsResult |
AWSIdentityStore.listGroups(ListGroupsRequest listGroupsRequest)
Lists the attribute name and value of the group that you specified in the search.
|
Future<ListGroupsResult> |
AWSIdentityStoreAsyncClient.listGroupsAsync(ListGroupsRequest request) |
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,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListGroupsResult> |
AWSIdentityStoreAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
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) |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsRequest |
ListGroupsRequest.clone() |
ListGroupsRequest |
ListGroupsRequest.withFilters(Collection<Filter> filters)
A list of
Filter objects, which is used in the ListUsers and ListGroups
request. |
ListGroupsRequest |
ListGroupsRequest.withFilters(Filter... filters)
A list of
Filter objects, which is used in the ListUsers and ListGroups
request. |
ListGroupsRequest |
ListGroupsRequest.withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store, such as d-1234567890.
|
ListGroupsRequest |
ListGroupsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned per request, which is used in the
ListUsers and
ListGroups request to specify how many results to return in one page. |
ListGroupsRequest |
ListGroupsRequest.withNextToken(String nextToken)
The pagination token used for the
ListUsers and ListGroups APIs. |
Copyright © 2021. All rights reserved.