| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
List<Variable> |
ContainerDatasetAction.variables()
The values of variables used in the context of the execution of the containerized application (basically,
parameters passed to the application).
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDatasetAction.Builder |
ContainerDatasetAction.Builder.variables(Variable... variables)
The values of variables used in the context of the execution of the containerized application (basically,
parameters passed to the application).
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDatasetAction.Builder |
ContainerDatasetAction.Builder.variables(Collection<Variable> variables)
The values of variables used in the context of the execution of the containerized application (basically,
parameters passed to the application).
|
Copyright © 2023. All rights reserved.