Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.DeleteUserPoolClientResponse
-
Packages that use DeleteUserPoolClientResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of DeleteUserPoolClientResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return DeleteUserPoolClientResponse Modifier and Type Method Description default DeleteUserPoolClientResponse
CognitoIdentityProviderClient. deleteUserPoolClient(Consumer<DeleteUserPoolClientRequest.Builder> deleteUserPoolClientRequest)
Allows the developer to delete the user pool client.default DeleteUserPoolClientResponse
CognitoIdentityProviderClient. deleteUserPoolClient(DeleteUserPoolClientRequest deleteUserPoolClientRequest)
Allows the developer to delete the user pool client.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type DeleteUserPoolClientResponse Modifier and Type Method Description default CompletableFuture<DeleteUserPoolClientResponse>
CognitoIdentityProviderAsyncClient. deleteUserPoolClient(Consumer<DeleteUserPoolClientRequest.Builder> deleteUserPoolClientRequest)
Allows the developer to delete the user pool client.default CompletableFuture<DeleteUserPoolClientResponse>
CognitoIdentityProviderAsyncClient. deleteUserPoolClient(DeleteUserPoolClientRequest deleteUserPoolClientRequest)
Allows the developer to delete the user pool client.
-