| Package | Description |
|---|---|
| com.amazonaws.services.identitystore |
The AWS Single Sign-On (SSO) Identity Store service 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 |
AWSIdentityStore.listGroups(ListGroupsRequest listGroupsRequest)
Lists the attribute name and value of the group that you specified in the search.
|
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) |
Future<ListGroupsResult> |
AWSIdentityStoreAsyncClient.listGroupsAsync(ListGroupsRequest request) |
Future<ListGroupsResult> |
AbstractAWSIdentityStoreAsync.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> |
AWSIdentityStoreAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Future<ListGroupsResult> |
AbstractAWSIdentityStoreAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListGroupsResult> |
AWSIdentityStoreAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Future<ListGroupsResult> |
AbstractAWSIdentityStoreAsync.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.
|
| 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.
|
ListGroupsRequest |
ListGroupsRequest.withNextToken(String nextToken)
The pagination token used for the
ListUsers and ListGroups API operations. |
Copyright © 2021. All rights reserved.