| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Input |
AddApplicationInputRequest.input()
The Input to add.
|
| Modifier and Type | Method and Description |
|---|---|
List<Input> |
SqlApplicationConfiguration.inputs()
The array of Input objects describing the input streams used by the application.
|
| Modifier and Type | Method and Description |
|---|---|
AddApplicationInputRequest.Builder |
AddApplicationInputRequest.Builder.input(Input input)
The Input to add.
|
SqlApplicationConfiguration.Builder |
SqlApplicationConfiguration.Builder.inputs(Input... inputs)
The array of Input objects describing the input streams used by the application.
|
| Modifier and Type | Method and Description |
|---|---|
SqlApplicationConfiguration.Builder |
SqlApplicationConfiguration.Builder.inputs(Collection<Input> inputs)
The array of Input objects describing the input streams used by the application.
|
Copyright © 2022. All rights reserved.