| 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 |
|---|---|
ApplicationSummary |
ApplicationSummary.withRuntimeEnvironment(RuntimeEnvironment runtimeEnvironment)
The runtime environment for the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withRuntimeEnvironment(RuntimeEnvironment runtimeEnvironment)
The runtime environment for the application.
|
SnapshotDetails |
SnapshotDetails.withRuntimeEnvironment(RuntimeEnvironment runtimeEnvironment)
The Flink Runtime for the application snapshot.
|
ApplicationDetail |
ApplicationDetail.withRuntimeEnvironment(RuntimeEnvironment runtimeEnvironment)
The runtime environment for the application.
|
UpdateApplicationRequest |
UpdateApplicationRequest.withRuntimeEnvironmentUpdate(RuntimeEnvironment runtimeEnvironmentUpdate)
Updates the Managed Service for Apache Flink runtime environment used to run your code.
|
Copyright © 2024. All rights reserved.