Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.NumberAttributeConstraintsType.Builder
Packages that use NumberAttributeConstraintsType.Builder
-
Uses of NumberAttributeConstraintsType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return NumberAttributeConstraintsType.BuilderModifier and TypeMethodDescriptionNumberAttributeConstraintsType.builder()The maximum length of a number attribute value.The minimum value of an attribute that is of the number data type.NumberAttributeConstraintsType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type NumberAttributeConstraintsType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NumberAttributeConstraintsType.Builder>NumberAttributeConstraintsType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type NumberAttributeConstraintsType.BuilderModifier and TypeMethodDescriptiondefault SchemaAttributeType.BuilderSchemaAttributeType.Builder.numberAttributeConstraints(Consumer<NumberAttributeConstraintsType.Builder> numberAttributeConstraints) Specifies the constraints for an attribute of the number type.