| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<OutputUpdate> |
SqlApplicationConfigurationUpdate.outputUpdates()
The array of OutputUpdate objects describing the new destination streams used by the application.
|
| Modifier and Type | Method and Description |
|---|---|
SqlApplicationConfigurationUpdate.Builder |
SqlApplicationConfigurationUpdate.Builder.outputUpdates(OutputUpdate... outputUpdates)
The array of OutputUpdate objects describing the new destination streams used by the application.
|
| Modifier and Type | Method and Description |
|---|---|
SqlApplicationConfigurationUpdate.Builder |
SqlApplicationConfigurationUpdate.Builder.outputUpdates(Collection<OutputUpdate> outputUpdates)
The array of OutputUpdate objects describing the new destination streams used by the application.
|
Copyright © 2022. All rights reserved.