Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.DeleteTermsResponse
-
Packages that use DeleteTermsResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 DeleteTermsResponse Modifier and Type Method Description default 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 DeleteTermsResponse Modifier and Type Method Description default 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.
-