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