| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListGroupsResponse |
CognitoIdentityProviderClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Lists the groups associated with a user pool.
|
default ListGroupsResponse |
CognitoIdentityProviderClient.listGroups(ListGroupsRequest listGroupsRequest)
Lists the groups associated with a user pool.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGroupsResponse> |
CognitoIdentityProviderAsyncClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Lists the groups associated with a user pool.
|
default CompletableFuture<ListGroupsResponse> |
CognitoIdentityProviderAsyncClient.listGroups(ListGroupsRequest listGroupsRequest)
Lists the groups associated with a user pool.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListGroupsResponse> |
ListGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListGroupsResponse> subscriber) |
Copyright © 2022. All rights reserved.