Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.TermsDescriptionType
Packages that use TermsDescriptionType
-
Uses of TermsDescriptionType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type TermsDescriptionTypeModifier and TypeMethodDescriptionfinal List<TermsDescriptionType>ListTermsResponse.terms()A summary of the requested terms documents.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type TermsDescriptionTypeModifier and TypeMethodDescriptionListTermsResponse.Builder.terms(TermsDescriptionType... terms) A summary of the requested terms documents.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type TermsDescriptionTypeModifier and TypeMethodDescriptionListTermsResponse.Builder.terms(Collection<TermsDescriptionType> terms) A summary of the requested terms documents.