| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static RecordFormatType |
RecordFormatType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RecordFormatType |
DestinationSchema.recordFormatType()
Specifies the format of the records on the output stream.
|
RecordFormatType |
RecordFormat.recordFormatType()
The type of record format.
|
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 |
|---|---|
static Set<RecordFormatType> |
RecordFormatType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DestinationSchema.Builder |
DestinationSchema.Builder.recordFormatType(RecordFormatType recordFormatType)
Specifies the format of the records on the output stream.
|
RecordFormat.Builder |
RecordFormat.Builder.recordFormatType(RecordFormatType recordFormatType)
The type of record format.
|
Copyright © 2023. All rights reserved.