Uses of Enum
software.amazon.awssdk.services.databasemigration.model.DatePartitionSequenceValue
Packages that use DatePartitionSequenceValue
-
Uses of DatePartitionSequenceValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return DatePartitionSequenceValueModifier and TypeMethodDescriptionS3Settings.datePartitionSequence()Identifies the sequence of the date format to use during folder partitioning.static DatePartitionSequenceValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DatePartitionSequenceValueReturns the enum constant of this type with the specified name.static DatePartitionSequenceValue[]DatePartitionSequenceValue.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type DatePartitionSequenceValueModifier and TypeMethodDescriptionstatic Set<DatePartitionSequenceValue>DatePartitionSequenceValue.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type DatePartitionSequenceValueModifier and TypeMethodDescriptionS3Settings.Builder.datePartitionSequence(DatePartitionSequenceValue datePartitionSequence) Identifies the sequence of the date format to use during folder partitioning.