| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
Output |
AddApplicationOutputRequest.output()
An array of objects, each describing one output configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<Output> |
CreateApplicationRequest.outputs()
You can configure application output to write data from any of the in-application streams to up to three
destinations.
|
| Modifier and Type | Method and Description |
|---|---|
AddApplicationOutputRequest.Builder |
AddApplicationOutputRequest.Builder.output(Output output)
An array of objects, each describing one output configuration.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.outputs(Output... outputs)
You can configure application output to write data from any of the in-application streams to up to three
destinations.
|
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.outputs(Collection<Output> outputs)
You can configure application output to write data from any of the in-application streams to up to three
destinations.
|
Copyright © 2023. All rights reserved.