| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGroupsResponse> |
CognitoIdentityProviderAsyncClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Lists the groups associated with a user pool.
|
default ListGroupsResponse |
CognitoIdentityProviderClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Lists the groups associated with a user pool.
|
default ListGroupsPublisher |
CognitoIdentityProviderAsyncClient.listGroupsPaginator(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Lists the groups associated with a user pool.
|
default ListGroupsIterable |
CognitoIdentityProviderClient.listGroupsPaginator(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Lists the groups associated with a user pool.
|
| Modifier and Type | Method and Description |
|---|---|
static ListGroupsRequest.Builder |
ListGroupsRequest.builder() |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.limit(Integer limit)
The limit of the request to list groups.
|
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListGroupsRequest.Builder |
ListGroupsRequest.toBuilder() |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.userPoolId(String userPoolId)
The user pool ID for the user pool.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListGroupsRequest.Builder> |
ListGroupsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.