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 |
---|---|
DescribeUserPoolResult |
AWSCognitoIdentityProvider.describeUserPool(DescribeUserPoolRequest describeUserPoolRequest)
Returns the configuration information and metadata of the specified user pool.
|
DescribeUserPoolResult |
AbstractAWSCognitoIdentityProvider.describeUserPool(DescribeUserPoolRequest request) |
DescribeUserPoolResult |
AWSCognitoIdentityProviderClient.describeUserPool(DescribeUserPoolRequest request)
Returns the configuration information and metadata of the specified user pool.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeUserPoolResult> |
AWSCognitoIdentityProviderAsync.describeUserPoolAsync(DescribeUserPoolRequest describeUserPoolRequest,
AsyncHandler<DescribeUserPoolRequest,DescribeUserPoolResult> asyncHandler)
Returns the configuration information and metadata of the specified user pool.
|
Future<DescribeUserPoolResult> |
AWSCognitoIdentityProviderAsyncClient.describeUserPoolAsync(DescribeUserPoolRequest request,
AsyncHandler<DescribeUserPoolRequest,DescribeUserPoolResult> asyncHandler) |
Future<DescribeUserPoolResult> |
AbstractAWSCognitoIdentityProviderAsync.describeUserPoolAsync(DescribeUserPoolRequest request,
AsyncHandler<DescribeUserPoolRequest,DescribeUserPoolResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeUserPoolResult |
DescribeUserPoolResult.clone() |
DescribeUserPoolResult |
DescribeUserPoolResult.withUserPool(UserPoolType userPool)
The container of metadata returned by the server to describe the pool.
|
Copyright © 2019. All rights reserved.