| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UnableToDetectSchemaException |
UnableToDetectSchemaException.withProcessedInputRecords(Collection<String> processedInputRecords)
Stream data that was modified by the processor specified in the
InputProcessingConfiguration
parameter. |
UnableToDetectSchemaException |
UnableToDetectSchemaException.withProcessedInputRecords(String... processedInputRecords)
Stream data that was modified by the processor specified in the
InputProcessingConfiguration
parameter. |
UnableToDetectSchemaException |
UnableToDetectSchemaException.withRawInputRecords(Collection<String> rawInputRecords)
Raw stream data that was sampled to infer the schema.
|
UnableToDetectSchemaException |
UnableToDetectSchemaException.withRawInputRecords(String... rawInputRecords)
Raw stream data that was sampled to infer the schema.
|
Copyright © 2023. All rights reserved.