| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.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> |
SqlApplicationConfiguration.outputs()
The array of Output objects describing the destination streams used by the application.
|
| Modifier and Type | Method and Description |
|---|---|
AddApplicationOutputRequest.Builder |
AddApplicationOutputRequest.Builder.output(Output output)
An array of objects, each describing one output configuration.
|
SqlApplicationConfiguration.Builder |
SqlApplicationConfiguration.Builder.outputs(Output... outputs)
The array of Output objects describing the destination streams used by the application.
|
| Modifier and Type | Method and Description |
|---|---|
SqlApplicationConfiguration.Builder |
SqlApplicationConfiguration.Builder.outputs(Collection<Output> outputs)
The array of Output objects describing the destination streams used by the application.
|
Copyright © 2022. All rights reserved.