Uses of Class
software.amazon.awssdk.services.pipes.model.TimeFieldType
-
Packages that use TimeFieldType Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of TimeFieldType in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return TimeFieldType Modifier and Type Method Description static TimeFieldTypeTimeFieldType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TimeFieldTypePipeTargetTimestreamParameters. timeFieldType()The type of time value used.static TimeFieldTypeTimeFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeFieldType[]TimeFieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type TimeFieldType Modifier and Type Method Description static Set<TimeFieldType>TimeFieldType. knownValues()Methods in software.amazon.awssdk.services.pipes.model with parameters of type TimeFieldType Modifier and Type Method Description PipeTargetTimestreamParameters.BuilderPipeTargetTimestreamParameters.Builder. timeFieldType(TimeFieldType timeFieldType)The type of time value used.
-