| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationMode |
ApplicationMode.fromValue(String value)
Use this in place of valueOf.
|
static ApplicationMode |
ApplicationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationMode[] |
ApplicationMode.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.withApplicationMode(ApplicationMode applicationMode)
To create a Kinesis Data Analytics Studio notebook, you must set the mode to
INTERACTIVE. |
ApplicationSummary |
ApplicationSummary.withApplicationMode(ApplicationMode applicationMode)
For a Kinesis Data Analytics for Apache Flink application, the mode is
STREAMING. |
CreateApplicationRequest |
CreateApplicationRequest.withApplicationMode(ApplicationMode applicationMode)
Use the
STREAMING mode to create a Kinesis Data Analytics Studio notebook. |
Copyright © 2021. All rights reserved.