| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
DescribeUserPoolClientResult |
AmazonCognitoIdentityProviderClient.describeUserPoolClient(DescribeUserPoolClientRequest describeUserPoolClientRequest)
Client method for returning the configuration information and metadata of
the specified user pool app client.
|
DescribeUserPoolClientResult |
AmazonCognitoIdentityProvider.describeUserPoolClient(DescribeUserPoolClientRequest describeUserPoolClientRequest)
Client method for returning the configuration information and metadata of
the specified user pool app client.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeUserPoolClientRequest |
DescribeUserPoolClientRequest.withClientId(String clientId)
The app client ID of the app associated with the user pool.
|
DescribeUserPoolClientRequest |
DescribeUserPoolClientRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool you want to describe.
|
Copyright © 2020. All rights reserved.