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