Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.RecordFormatType
-
Packages that use RecordFormatType Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of RecordFormatType in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return RecordFormatType Modifier and Type Method Description static RecordFormatTypeRecordFormatType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecordFormatTypeDestinationSchema. recordFormatType()Specifies the format of the records on the output stream.RecordFormatTypeRecordFormat. recordFormatType()The type of record format.static RecordFormatTypeRecordFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static RecordFormatType[]RecordFormatType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type RecordFormatType Modifier and Type Method Description static Set<RecordFormatType>RecordFormatType. knownValues()Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type RecordFormatType Modifier and Type Method Description DestinationSchema.BuilderDestinationSchema.Builder. recordFormatType(RecordFormatType recordFormatType)Specifies the format of the records on the output stream.RecordFormat.BuilderRecordFormat.Builder. recordFormatType(RecordFormatType recordFormatType)The type of record format.
-