Uses of Class
software.amazon.awssdk.core.traits.TimestampFormatTrait.Format
-
Packages that use TimestampFormatTrait.Format Package Description software.amazon.awssdk.core.traits -
-
Uses of TimestampFormatTrait.Format in software.amazon.awssdk.core.traits
Methods in software.amazon.awssdk.core.traits that return TimestampFormatTrait.Format Modifier and Type Method Description TimestampFormatTrait.FormatTimestampFormatTrait. format()static TimestampFormatTrait.FormatTimestampFormatTrait.Format. fromString(String strFormat)Creates a timestamp format enum from the string defined in the model.static TimestampFormatTrait.FormatTimestampFormatTrait.Format. valueOf(String name)Returns 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.Format Modifier and Type Method Description static TimestampFormatTraitTimestampFormatTrait. create(TimestampFormatTrait.Format timestampFormat)
-