| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
ListGroupsResult |
ListGroupsResult.clone() |
ListGroupsResult |
ListGroupsResult.withGroups(Collection<GroupType> groups)
The group objects for the groups.
|
ListGroupsResult |
ListGroupsResult.withGroups(GroupType... groups)
The group objects for the groups.
|
ListGroupsResult |
ListGroupsResult.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.
|
Copyright © 2024. All rights reserved.