Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.OutputUpdate
-
Packages that use OutputUpdate Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of OutputUpdate in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type OutputUpdate Modifier and Type Method Description List<OutputUpdate>SqlApplicationConfigurationUpdate. outputUpdates()The array of OutputUpdate objects describing the new destination streams used by the application.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type OutputUpdate Modifier and Type Method Description SqlApplicationConfigurationUpdate.BuilderSqlApplicationConfigurationUpdate.Builder. outputUpdates(OutputUpdate... outputUpdates)The array of OutputUpdate objects describing the new destination streams used by the application.Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.model with type arguments of type OutputUpdate Modifier and Type Method Description SqlApplicationConfigurationUpdate.BuilderSqlApplicationConfigurationUpdate.Builder. outputUpdates(Collection<OutputUpdate> outputUpdates)The array of OutputUpdate objects describing the new destination streams used by the application.
-