Uses of Class
software.amazon.awssdk.services.databasemigration.model.DatePartitionSequenceValue
-
Packages that use DatePartitionSequenceValue Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of DatePartitionSequenceValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return DatePartitionSequenceValue Modifier and Type Method Description DatePartitionSequenceValueS3Settings. datePartitionSequence()Identifies the sequence of the date format to use during folder partitioning.static DatePartitionSequenceValueDatePartitionSequenceValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DatePartitionSequenceValueDatePartitionSequenceValue. valueOf(String name)Returns 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 DatePartitionSequenceValue Modifier and Type Method Description static Set<DatePartitionSequenceValue>DatePartitionSequenceValue. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type DatePartitionSequenceValue Modifier and Type Method Description S3Settings.BuilderS3Settings.Builder. datePartitionSequence(DatePartitionSequenceValue datePartitionSequence)Identifies the sequence of the date format to use during folder partitioning.
-