Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.TermsExistsException
-
Packages that use TermsExistsException Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of TermsExistsException in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that throw TermsExistsException Modifier and Type Method Description default CreateTermsResponseCognitoIdentityProviderClient. createTerms(Consumer<CreateTermsRequest.Builder> createTermsRequest)Creates terms documents for the requested app client.default CreateTermsResponseCognitoIdentityProviderClient. createTerms(CreateTermsRequest createTermsRequest)Creates terms documents for the requested app client.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.
-