Uses of Enum
software.amazon.awssdk.core.traits.TimestampFormatTrait.Format
Packages that use TimestampFormatTrait.Format
-
Uses of TimestampFormatTrait.Format in software.amazon.awssdk.core.traits
Methods in software.amazon.awssdk.core.traits that return TimestampFormatTrait.FormatModifier and TypeMethodDescriptionTimestampFormatTrait.format()static TimestampFormatTrait.FormatTimestampFormatTrait.Format.fromString(String strFormat) Creates a timestamp format enum from the string defined in the model.static TimestampFormatTrait.FormatReturns the enum constant of this type with the specified name.static TimestampFormatTrait.Format[]TimestampFormatTrait.Format.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.core.traits with parameters of type TimestampFormatTrait.FormatModifier and TypeMethodDescriptionstatic TimestampFormatTraitTimestampFormatTrait.create(TimestampFormatTrait.Format timestampFormat)