Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.ApplicationMode
-
Packages that use ApplicationMode Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of ApplicationMode in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return ApplicationMode Modifier and Type Method Description ApplicationModeApplicationDetail. applicationMode()To create a Managed Service for Apache Flink Studio notebook, you must set the mode toINTERACTIVE.ApplicationModeApplicationSummary. applicationMode()For a Managed Service for Apache Flink application, the mode isSTREAMING.ApplicationModeCreateApplicationRequest. applicationMode()Use theSTREAMINGmode to create a Managed Service for Apache Flink application.static ApplicationModeApplicationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ApplicationModeApplicationMode. 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.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type ApplicationMode Modifier and Type Method Description static Set<ApplicationMode>ApplicationMode. knownValues()Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type ApplicationMode Modifier and Type Method Description ApplicationDetail.BuilderApplicationDetail.Builder. applicationMode(ApplicationMode applicationMode)To create a Managed Service for Apache Flink Studio notebook, you must set the mode toINTERACTIVE.ApplicationSummary.BuilderApplicationSummary.Builder. applicationMode(ApplicationMode applicationMode)For a Managed Service for Apache Flink application, the mode isSTREAMING.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. applicationMode(ApplicationMode applicationMode)Use theSTREAMINGmode to create a Managed Service for Apache Flink application.
-