Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.DeleteTermsResponse
Packages that use DeleteTermsResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of DeleteTermsResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return DeleteTermsResponseModifier and TypeMethodDescriptiondefault DeleteTermsResponseCognitoIdentityProviderClient.deleteTerms(Consumer<DeleteTermsRequest.Builder> deleteTermsRequest) Deletes the terms documents with the requested ID from your app client.default DeleteTermsResponseCognitoIdentityProviderClient.deleteTerms(DeleteTermsRequest deleteTermsRequest) Deletes the terms documents with the requested ID from your app client.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type DeleteTermsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<DeleteTermsResponse>CognitoIdentityProviderAsyncClient.deleteTerms(Consumer<DeleteTermsRequest.Builder> deleteTermsRequest) Deletes the terms documents with the requested ID from your app client.default CompletableFuture<DeleteTermsResponse>CognitoIdentityProviderAsyncClient.deleteTerms(DeleteTermsRequest deleteTermsRequest) Deletes the terms documents with the requested ID from your app client.