| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeEnvironment |
RuntimeEnvironment.fromValue(String value)
Use this in place of valueOf.
|
static RuntimeEnvironment |
RuntimeEnvironment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeEnvironment[] |
RuntimeEnvironment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationDetail |
ApplicationDetail.withRuntimeEnvironment(RuntimeEnvironment runtimeEnvironment)
The runtime environment for the application (
SQL-1.0 or FLINK-1_6). |
ApplicationSummary |
ApplicationSummary.withRuntimeEnvironment(RuntimeEnvironment runtimeEnvironment)
The runtime environment for the application (
SQL-1.0 or FLINK-1_6). |
CreateApplicationRequest |
CreateApplicationRequest.withRuntimeEnvironment(RuntimeEnvironment runtimeEnvironment)
The runtime environment for the application (
SQL-1.0 or FLINK-1_6). |
Copyright © 2019. All rights reserved.