Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.TermsType
-
Packages that use TermsType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of TermsType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return TermsType Modifier and Type Method Description TermsTypeCreateTermsResponse. terms()A summary of your terms documents.TermsTypeDescribeTermsResponse. terms()A summary of the requested terms documents.TermsTypeUpdateTermsResponse. terms()A summary of the updates to your terms documents.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type TermsType Modifier and Type Method Description CreateTermsResponse.BuilderCreateTermsResponse.Builder. terms(TermsType terms)A summary of your terms documents.DescribeTermsResponse.BuilderDescribeTermsResponse.Builder. terms(TermsType terms)A summary of the requested terms documents.UpdateTermsResponse.BuilderUpdateTermsResponse.Builder. terms(TermsType terms)A summary of the updates to your terms documents.
-