Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.TermsSourceType
-
Packages that use TermsSourceType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of TermsSourceType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return TermsSourceType Modifier and Type Method Description static TermsSourceTypeTermsSourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TermsSourceTypeCreateTermsRequest. termsSource()This parameter is reserved for future use and currently accepts only one value.TermsSourceTypeTermsType. termsSource()This parameter is reserved for future use and currently accepts one value.TermsSourceTypeUpdateTermsRequest. termsSource()This parameter is reserved for future use and currently accepts only one value.static TermsSourceTypeTermsSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static TermsSourceType[]TermsSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type TermsSourceType Modifier and Type Method Description static Set<TermsSourceType>TermsSourceType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type TermsSourceType Modifier and Type Method Description CreateTermsRequest.BuilderCreateTermsRequest.Builder. termsSource(TermsSourceType termsSource)This parameter is reserved for future use and currently accepts only one value.TermsType.BuilderTermsType.Builder. termsSource(TermsSourceType termsSource)This parameter is reserved for future use and currently accepts one value.UpdateTermsRequest.BuilderUpdateTermsRequest.Builder. termsSource(TermsSourceType termsSource)This parameter is reserved for future use and currently accepts only one value.
-