Uses of Enum
software.amazon.awssdk.services.s3.model.PartitionDateSource
Packages that use PartitionDateSource
-
Uses of PartitionDateSource in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return PartitionDateSourceModifier and TypeMethodDescriptionstatic PartitionDateSourceUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PartitionDateSourcePartitionedPrefix.partitionDateSource()Specifies the partition date source for the partitioned prefix.static PartitionDateSourceReturns the enum constant of this type with the specified name.static PartitionDateSource[]PartitionDateSource.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type PartitionDateSourceModifier and TypeMethodDescriptionstatic Set<PartitionDateSource>PartitionDateSource.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type PartitionDateSourceModifier and TypeMethodDescriptionPartitionedPrefix.Builder.partitionDateSource(PartitionDateSource partitionDateSource) Specifies the partition date source for the partitioned prefix.