| 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 | |
| software.amazon.awssdk.services.cognitoidentityprovider.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListGroupsResponse |
CognitoIdentityProviderClient.listGroups(ListGroupsRequest listGroupsRequest)
Lists the groups associated with a user pool.
|
default CompletableFuture<ListGroupsResponse> |
CognitoIdentityProviderAsyncClient.listGroups(ListGroupsRequest listGroupsRequest)
Lists the groups associated with a user pool.
|
default ListGroupsIterable |
CognitoIdentityProviderClient.listGroupsPaginator(ListGroupsRequest listGroupsRequest)
Lists the groups associated with a user pool.
|
default ListGroupsPublisher |
CognitoIdentityProviderAsyncClient.listGroupsPaginator(ListGroupsRequest listGroupsRequest)
Lists the groups associated with a user pool.
|
| Constructor and Description |
|---|
ListGroupsIterable(CognitoIdentityProviderClient client,
ListGroupsRequest firstRequest) |
ListGroupsPublisher(CognitoIdentityProviderAsyncClient client,
ListGroupsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListGroupsRequestMarshaller.marshall(ListGroupsRequest listGroupsRequest) |
Copyright © 2022. All rights reserved.