Package | Description |
---|---|
com.amazonaws.services.cognitoidp |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
ListGroupsResult |
AWSCognitoIdentityProvider.listGroups(ListGroupsRequest listGroupsRequest)
Lists the groups associated with a user pool.
|
ListGroupsResult |
AbstractAWSCognitoIdentityProvider.listGroups(ListGroupsRequest request) |
ListGroupsResult |
AWSCognitoIdentityProviderClient.listGroups(ListGroupsRequest request)
Lists the groups associated with a user pool.
|
Future<ListGroupsResult> |
AWSCognitoIdentityProviderAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest)
Lists the groups associated with a user pool.
|
Future<ListGroupsResult> |
AWSCognitoIdentityProviderAsyncClient.listGroupsAsync(ListGroupsRequest request) |
Future<ListGroupsResult> |
AbstractAWSCognitoIdentityProviderAsync.listGroupsAsync(ListGroupsRequest request) |
Future<ListGroupsResult> |
AWSCognitoIdentityProviderAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Lists the groups associated with a user pool.
|
Future<ListGroupsResult> |
AWSCognitoIdentityProviderAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Future<ListGroupsResult> |
AbstractAWSCognitoIdentityProviderAsync.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<ListGroupsResult> |
AWSCognitoIdentityProviderAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Lists the groups associated with a user pool.
|
Future<ListGroupsResult> |
AWSCognitoIdentityProviderAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Future<ListGroupsResult> |
AbstractAWSCognitoIdentityProviderAsync.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
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 © 2020. All rights reserved.