| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeEnvironment |
RuntimeEnvironment.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RuntimeEnvironment |
ApplicationDetail.runtimeEnvironment()
The runtime environment for the application (
SQL-1_0, FLINK-1_6, FLINK-1_8
, or FLINK-1_11). |
RuntimeEnvironment |
ApplicationSummary.runtimeEnvironment()
The runtime environment for the application.
|
RuntimeEnvironment |
CreateApplicationRequest.runtimeEnvironment()
The runtime environment for the application (
SQL-1_0, FLINK-1_6, FLINK-1_8
, or FLINK-1_11). |
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 |
|---|---|
static Set<RuntimeEnvironment> |
RuntimeEnvironment.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationDetail.Builder |
ApplicationDetail.Builder.runtimeEnvironment(RuntimeEnvironment runtimeEnvironment)
The runtime environment for the application (
SQL-1_0, FLINK-1_6,
FLINK-1_8, or FLINK-1_11). |
ApplicationSummary.Builder |
ApplicationSummary.Builder.runtimeEnvironment(RuntimeEnvironment runtimeEnvironment)
The runtime environment for the application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.runtimeEnvironment(RuntimeEnvironment runtimeEnvironment)
The runtime environment for the application (
SQL-1_0, FLINK-1_6,
FLINK-1_8, or FLINK-1_11). |
Copyright © 2022. All rights reserved.