Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.TermsEnforcementType
Packages that use TermsEnforcementType
-
Uses of TermsEnforcementType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return TermsEnforcementTypeModifier and TypeMethodDescriptionfinal TermsEnforcementTypeCreateTermsRequest.enforcement()This parameter is reserved for future use and currently accepts only one value.final TermsEnforcementTypeTermsDescriptionType.enforcement()This parameter is reserved for future use and currently accepts one value.final TermsEnforcementTypeTermsType.enforcement()This parameter is reserved for future use and currently accepts one value.final TermsEnforcementTypeUpdateTermsRequest.enforcement()This parameter is reserved for future use and currently accepts only one value.static TermsEnforcementTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static TermsEnforcementTypeReturns 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 TermsEnforcementTypeModifier and TypeMethodDescriptionstatic Set<TermsEnforcementType>TermsEnforcementType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type TermsEnforcementTypeModifier and TypeMethodDescriptionCreateTermsRequest.Builder.enforcement(TermsEnforcementType enforcement) This parameter is reserved for future use and currently accepts only one value.TermsDescriptionType.Builder.enforcement(TermsEnforcementType enforcement) This parameter is reserved for future use and currently accepts one value.TermsType.Builder.enforcement(TermsEnforcementType enforcement) This parameter is reserved for future use and currently accepts one value.UpdateTermsRequest.Builder.enforcement(TermsEnforcementType enforcement) This parameter is reserved for future use and currently accepts only one value.