| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResult |
AbstractAWSCognitoIdentityProvider.listGroups(ListGroupsRequest request) |
ListGroupsResult |
AWSCognitoIdentityProviderClient.listGroups(ListGroupsRequest request)
Lists the groups associated with a user pool.
|
ListGroupsResult |
AWSCognitoIdentityProvider.listGroups(ListGroupsRequest listGroupsRequest)
Lists the groups associated with a user pool.
|
Future<ListGroupsResult> |
AbstractAWSCognitoIdentityProviderAsync.listGroupsAsync(ListGroupsRequest request) |
Future<ListGroupsResult> |
AWSCognitoIdentityProviderAsyncClient.listGroupsAsync(ListGroupsRequest request) |
Future<ListGroupsResult> |
AWSCognitoIdentityProviderAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest)
Lists the groups associated with a user pool.
|
Future<ListGroupsResult> |
AbstractAWSCognitoIdentityProviderAsync.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Future<ListGroupsResult> |
AWSCognitoIdentityProviderAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Future<ListGroupsResult> |
AWSCognitoIdentityProviderAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Lists the groups associated with a user pool.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListGroupsResult> |
AbstractAWSCognitoIdentityProviderAsync.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Future<ListGroupsResult> |
AWSCognitoIdentityProviderAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Future<ListGroupsResult> |
AWSCognitoIdentityProviderAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Lists the groups associated with a user pool.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupsRequest |
ListGroupsRequest.clone() |
ListGroupsRequest |
ListGroupsRequest.withLimit(Integer limit)
The limit of the request to list groups.
|
ListGroupsRequest |
ListGroupsRequest.withNextToken(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 |
ListGroupsRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
Copyright © 2024. All rights reserved.