| 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, FLINK-1_6, FLINK-1_8
, or FLINK-1_11). |
ApplicationSummary |
ApplicationSummary.withRuntimeEnvironment(RuntimeEnvironment runtimeEnvironment)
The runtime environment for the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withRuntimeEnvironment(RuntimeEnvironment runtimeEnvironment)
The runtime environment for the application (
SQL-1_0, FLINK-1_6, FLINK-1_8
, or FLINK-1_11). |
Copyright © 2021. All rights reserved.