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 |
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> |
AWSCognitoIdentityProviderAsync.listGroupsAsync(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,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
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) |
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> |
AbstractAWSCognitoIdentityProviderAsync.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Future<ListGroupsResult> |
AWSCognitoIdentityProviderAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
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 © 2019. All rights reserved.