| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2 |
Amazon Kinesis Data Analytics is a fully managed service that you can use to process and analyze streaming data using
Java, SQL, or Scala.
|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DiscoverInputSchemaResult |
AbstractAmazonKinesisAnalyticsV2.discoverInputSchema(DiscoverInputSchemaRequest request) |
DiscoverInputSchemaResult |
AmazonKinesisAnalyticsV2.discoverInputSchema(DiscoverInputSchemaRequest discoverInputSchemaRequest)
Infers a schema for a SQL-based Kinesis Data Analytics application by evaluating sample records on the specified
streaming source (Kinesis data stream or Kinesis Data Firehose delivery stream) or Amazon S3 object.
|
DiscoverInputSchemaResult |
AmazonKinesisAnalyticsV2Client.discoverInputSchema(DiscoverInputSchemaRequest request)
Infers a schema for a SQL-based Kinesis Data Analytics application by evaluating sample records on the specified
streaming source (Kinesis data stream or Kinesis Data Firehose delivery stream) or Amazon S3 object.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DiscoverInputSchemaResult> |
AbstractAmazonKinesisAnalyticsV2Async.discoverInputSchemaAsync(DiscoverInputSchemaRequest request) |
Future<DiscoverInputSchemaResult> |
AmazonKinesisAnalyticsV2AsyncClient.discoverInputSchemaAsync(DiscoverInputSchemaRequest request) |
Future<DiscoverInputSchemaResult> |
AmazonKinesisAnalyticsV2Async.discoverInputSchemaAsync(DiscoverInputSchemaRequest discoverInputSchemaRequest)
Infers a schema for a SQL-based Kinesis Data Analytics application by evaluating sample records on the specified
streaming source (Kinesis data stream or Kinesis Data Firehose delivery stream) or Amazon S3 object.
|
Future<DiscoverInputSchemaResult> |
AbstractAmazonKinesisAnalyticsV2Async.discoverInputSchemaAsync(DiscoverInputSchemaRequest request,
AsyncHandler<DiscoverInputSchemaRequest,DiscoverInputSchemaResult> asyncHandler) |
Future<DiscoverInputSchemaResult> |
AmazonKinesisAnalyticsV2AsyncClient.discoverInputSchemaAsync(DiscoverInputSchemaRequest request,
AsyncHandler<DiscoverInputSchemaRequest,DiscoverInputSchemaResult> asyncHandler) |
Future<DiscoverInputSchemaResult> |
AmazonKinesisAnalyticsV2Async.discoverInputSchemaAsync(DiscoverInputSchemaRequest discoverInputSchemaRequest,
AsyncHandler<DiscoverInputSchemaRequest,DiscoverInputSchemaResult> asyncHandler)
Infers a schema for a SQL-based Kinesis Data Analytics application by evaluating sample records on the specified
streaming source (Kinesis data stream or Kinesis Data Firehose delivery stream) or Amazon S3 object.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DiscoverInputSchemaResult> |
AbstractAmazonKinesisAnalyticsV2Async.discoverInputSchemaAsync(DiscoverInputSchemaRequest request,
AsyncHandler<DiscoverInputSchemaRequest,DiscoverInputSchemaResult> asyncHandler) |
Future<DiscoverInputSchemaResult> |
AmazonKinesisAnalyticsV2AsyncClient.discoverInputSchemaAsync(DiscoverInputSchemaRequest request,
AsyncHandler<DiscoverInputSchemaRequest,DiscoverInputSchemaResult> asyncHandler) |
Future<DiscoverInputSchemaResult> |
AmazonKinesisAnalyticsV2Async.discoverInputSchemaAsync(DiscoverInputSchemaRequest discoverInputSchemaRequest,
AsyncHandler<DiscoverInputSchemaRequest,DiscoverInputSchemaResult> asyncHandler)
Infers a schema for a SQL-based Kinesis Data Analytics application by evaluating sample records on the specified
streaming source (Kinesis data stream or Kinesis Data Firehose delivery stream) or Amazon S3 object.
|
| Modifier and Type | Method and Description |
|---|---|
DiscoverInputSchemaResult |
DiscoverInputSchemaResult.clone() |
DiscoverInputSchemaResult |
DiscoverInputSchemaResult.withInputSchema(SourceSchema inputSchema)
The schema inferred from the streaming source.
|
DiscoverInputSchemaResult |
DiscoverInputSchemaResult.withParsedInputRecords(Collection<List<String>> parsedInputRecords)
An array of elements, where each element corresponds to a row in a stream record (a stream record can have more
than one row).
|
DiscoverInputSchemaResult |
DiscoverInputSchemaResult.withParsedInputRecords(List<String>... parsedInputRecords)
An array of elements, where each element corresponds to a row in a stream record (a stream record can have more
than one row).
|
DiscoverInputSchemaResult |
DiscoverInputSchemaResult.withProcessedInputRecords(Collection<String> processedInputRecords)
The stream data that was modified by the processor specified in the
InputProcessingConfiguration
parameter. |
DiscoverInputSchemaResult |
DiscoverInputSchemaResult.withProcessedInputRecords(String... processedInputRecords)
The stream data that was modified by the processor specified in the
InputProcessingConfiguration
parameter. |
DiscoverInputSchemaResult |
DiscoverInputSchemaResult.withRawInputRecords(Collection<String> rawInputRecords)
The raw stream data that was sampled to infer the schema.
|
DiscoverInputSchemaResult |
DiscoverInputSchemaResult.withRawInputRecords(String... rawInputRecords)
The raw stream data that was sampled to infer the schema.
|
Copyright © 2024. All rights reserved.