Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ListUserPoolClientSecretsResponse
Packages that use ListUserPoolClientSecretsResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of ListUserPoolClientSecretsResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return ListUserPoolClientSecretsResponseModifier and TypeMethodDescriptionCognitoIdentityProviderClient.listUserPoolClientSecrets(Consumer<ListUserPoolClientSecretsRequest.Builder> listUserPoolClientSecretsRequest) Lists all client secrets associated with a user pool app client.CognitoIdentityProviderClient.listUserPoolClientSecrets(ListUserPoolClientSecretsRequest listUserPoolClientSecretsRequest) Lists all client secrets associated with a user pool app client.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type ListUserPoolClientSecretsResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.listUserPoolClientSecrets(Consumer<ListUserPoolClientSecretsRequest.Builder> listUserPoolClientSecretsRequest) Lists all client secrets associated with a user pool app client.CognitoIdentityProviderAsyncClient.listUserPoolClientSecrets(ListUserPoolClientSecretsRequest listUserPoolClientSecretsRequest) Lists all client secrets associated with a user pool app client.