Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.TermsEnforcementType
-
Packages that use TermsEnforcementType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of TermsEnforcementType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return TermsEnforcementType Modifier and Type Method Description TermsEnforcementTypeCreateTermsRequest. enforcement()This parameter is reserved for future use and currently accepts only one value.TermsEnforcementTypeTermsDescriptionType. enforcement()This parameter is reserved for future use and currently accepts one value.TermsEnforcementTypeTermsType. enforcement()This parameter is reserved for future use and currently accepts one value.TermsEnforcementTypeUpdateTermsRequest. enforcement()This parameter is reserved for future use and currently accepts only one value.static TermsEnforcementTypeTermsEnforcementType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TermsEnforcementTypeTermsEnforcementType. valueOf(String name)Returns the enum constant of this type with the specified name.static TermsEnforcementType[]TermsEnforcementType. 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 TermsEnforcementType Modifier and Type Method Description static Set<TermsEnforcementType>TermsEnforcementType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type TermsEnforcementType Modifier and Type Method Description CreateTermsRequest.BuilderCreateTermsRequest.Builder. enforcement(TermsEnforcementType enforcement)This parameter is reserved for future use and currently accepts only one value.TermsDescriptionType.BuilderTermsDescriptionType.Builder. enforcement(TermsEnforcementType enforcement)This parameter is reserved for future use and currently accepts one value.TermsType.BuilderTermsType.Builder. enforcement(TermsEnforcementType enforcement)This parameter is reserved for future use and currently accepts one value.UpdateTermsRequest.BuilderUpdateTermsRequest.Builder. enforcement(TermsEnforcementType enforcement)This parameter is reserved for future use and currently accepts only one value.
-