Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.TermsDescriptionType
-
Packages that use TermsDescriptionType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
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 TermsDescriptionType Modifier and Type Method Description List<TermsDescriptionType>ListTermsResponse. terms()A summary of the requested terms documents.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type TermsDescriptionType Modifier and Type Method Description ListTermsResponse.BuilderListTermsResponse.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 TermsDescriptionType Modifier and Type Method Description ListTermsResponse.BuilderListTermsResponse.Builder. terms(Collection<TermsDescriptionType> terms)A summary of the requested terms documents.
-