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