Uses of Enum
software.amazon.awssdk.services.databasemigration.model.DatePartitionDelimiterValue
Packages that use DatePartitionDelimiterValue
-
Uses of DatePartitionDelimiterValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return DatePartitionDelimiterValueModifier and TypeMethodDescriptionS3Settings.datePartitionDelimiter()Specifies a date separating delimiter to use during folder partitioning.static DatePartitionDelimiterValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DatePartitionDelimiterValueReturns the enum constant of this type with the specified name.static DatePartitionDelimiterValue[]DatePartitionDelimiterValue.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 DatePartitionDelimiterValueModifier and TypeMethodDescriptionstatic Set<DatePartitionDelimiterValue>DatePartitionDelimiterValue.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type DatePartitionDelimiterValueModifier and TypeMethodDescriptionS3Settings.Builder.datePartitionDelimiter(DatePartitionDelimiterValue datePartitionDelimiter) Specifies a date separating delimiter to use during folder partitioning.