Uses of Class
com.amazonaws.services.cognitoidp.model.DescribeUserPoolClientRequest
Packages that use DescribeUserPoolClientRequest
-
Uses of DescribeUserPoolClientRequest in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp with parameters of type DescribeUserPoolClientRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProvider.describeUserPoolClient
(DescribeUserPoolClientRequest request) AWSCognitoIdentityProvider.describeUserPoolClient
(DescribeUserPoolClientRequest describeUserPoolClientRequest) Client method for returning the configuration information and metadata of the specified user pool client.AWSCognitoIdentityProviderClient.describeUserPoolClient
(DescribeUserPoolClientRequest describeUserPoolClientRequest) Client method for returning the configuration information and metadata of the specified user pool client.AbstractAWSCognitoIdentityProviderAsync.describeUserPoolClientAsync
(DescribeUserPoolClientRequest request) AbstractAWSCognitoIdentityProviderAsync.describeUserPoolClientAsync
(DescribeUserPoolClientRequest request, AsyncHandler<DescribeUserPoolClientRequest, DescribeUserPoolClientResult> asyncHandler) AWSCognitoIdentityProviderAsync.describeUserPoolClientAsync
(DescribeUserPoolClientRequest describeUserPoolClientRequest) Client method for returning the configuration information and metadata of the specified user pool client.AWSCognitoIdentityProviderAsync.describeUserPoolClientAsync
(DescribeUserPoolClientRequest describeUserPoolClientRequest, AsyncHandler<DescribeUserPoolClientRequest, DescribeUserPoolClientResult> asyncHandler) Client method for returning the configuration information and metadata of the specified user pool client.AWSCognitoIdentityProviderAsyncClient.describeUserPoolClientAsync
(DescribeUserPoolClientRequest request) AWSCognitoIdentityProviderAsyncClient.describeUserPoolClientAsync
(DescribeUserPoolClientRequest request, AsyncHandler<DescribeUserPoolClientRequest, DescribeUserPoolClientResult> asyncHandler) Method parameters in com.amazonaws.services.cognitoidp with type arguments of type DescribeUserPoolClientRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProviderAsync.describeUserPoolClientAsync
(DescribeUserPoolClientRequest request, AsyncHandler<DescribeUserPoolClientRequest, DescribeUserPoolClientResult> asyncHandler) AWSCognitoIdentityProviderAsync.describeUserPoolClientAsync
(DescribeUserPoolClientRequest describeUserPoolClientRequest, AsyncHandler<DescribeUserPoolClientRequest, DescribeUserPoolClientResult> asyncHandler) Client method for returning the configuration information and metadata of the specified user pool client.AWSCognitoIdentityProviderAsyncClient.describeUserPoolClientAsync
(DescribeUserPoolClientRequest request, AsyncHandler<DescribeUserPoolClientRequest, DescribeUserPoolClientResult> asyncHandler) -
Uses of DescribeUserPoolClientRequest in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return DescribeUserPoolClientRequestModifier and TypeMethodDescriptionDescribeUserPoolClientRequest.clone()
DescribeUserPoolClientRequest.withClientId
(String clientId) The ID of the client associated with the user pool.DescribeUserPoolClientRequest.withUserPoolId
(String userPoolId) The user pool ID for the user pool you want to describe.