| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static RecordFormatType |
RecordFormatType.fromValue(String value)
Use this in place of valueOf.
|
static RecordFormatType |
RecordFormatType.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.
|
| Modifier and Type | Method and Description |
|---|---|
RecordFormat |
RecordFormat.withRecordFormatType(RecordFormatType recordFormatType)
The type of record format.
|
DestinationSchema |
DestinationSchema.withRecordFormatType(RecordFormatType recordFormatType)
Specifies the format of the records on the output stream.
|
Copyright © 2022. All rights reserved.