Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateTermsResponse
-
Packages that use UpdateTermsResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of UpdateTermsResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return UpdateTermsResponse Modifier and Type Method Description default UpdateTermsResponseCognitoIdentityProviderClient. updateTerms(Consumer<UpdateTermsRequest.Builder> updateTermsRequest)Modifies existing terms documents for the requested app client.default UpdateTermsResponseCognitoIdentityProviderClient. updateTerms(UpdateTermsRequest updateTermsRequest)Modifies existing terms documents for the requested app client.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type UpdateTermsResponse Modifier and Type Method Description default CompletableFuture<UpdateTermsResponse>CognitoIdentityProviderAsyncClient. updateTerms(Consumer<UpdateTermsRequest.Builder> updateTermsRequest)Modifies existing terms documents for the requested app client.default CompletableFuture<UpdateTermsResponse>CognitoIdentityProviderAsyncClient. updateTerms(UpdateTermsRequest updateTermsRequest)Modifies existing terms documents for the requested app client.
-