Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.DeleteUserPoolClientSecretResponse
Packages that use DeleteUserPoolClientSecretResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of DeleteUserPoolClientSecretResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return DeleteUserPoolClientSecretResponseModifier and TypeMethodDescriptionCognitoIdentityProviderClient.deleteUserPoolClientSecret(Consumer<DeleteUserPoolClientSecretRequest.Builder> deleteUserPoolClientSecretRequest) Deletes a specific client secret from a user pool app client.CognitoIdentityProviderClient.deleteUserPoolClientSecret(DeleteUserPoolClientSecretRequest deleteUserPoolClientSecretRequest) Deletes a specific client secret from a user pool app client.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type DeleteUserPoolClientSecretResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.deleteUserPoolClientSecret(Consumer<DeleteUserPoolClientSecretRequest.Builder> deleteUserPoolClientSecretRequest) Deletes a specific client secret from a user pool app client.CognitoIdentityProviderAsyncClient.deleteUserPoolClientSecret(DeleteUserPoolClientSecretRequest deleteUserPoolClientSecretRequest) Deletes a specific client secret from a user pool app client.