Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.TermsSourceType
Packages that use TermsSourceType
-
Uses of TermsSourceType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return TermsSourceTypeModifier and TypeMethodDescriptionstatic TermsSourceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TermsSourceTypeCreateTermsRequest.termsSource()This parameter is reserved for future use and currently accepts only one value.final TermsSourceTypeTermsType.termsSource()This parameter is reserved for future use and currently accepts one value.final TermsSourceTypeUpdateTermsRequest.termsSource()This parameter is reserved for future use and currently accepts only one value.static TermsSourceTypeReturns 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 TermsSourceTypeMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type TermsSourceTypeModifier and TypeMethodDescriptionCreateTermsRequest.Builder.termsSource(TermsSourceType termsSource) This parameter is reserved for future use and currently accepts only one value.TermsType.Builder.termsSource(TermsSourceType termsSource) This parameter is reserved for future use and currently accepts one value.UpdateTermsRequest.Builder.termsSource(TermsSourceType termsSource) This parameter is reserved for future use and currently accepts only one value.