Uses of Class
software.amazon.awssdk.services.kinesisanalytics.model.ReferenceDataSourceDescription
-
Packages that use ReferenceDataSourceDescription Package Description software.amazon.awssdk.services.kinesisanalytics.model -
-
Uses of ReferenceDataSourceDescription in software.amazon.awssdk.services.kinesisanalytics.model
Methods in software.amazon.awssdk.services.kinesisanalytics.model that return types with arguments of type ReferenceDataSourceDescription Modifier and Type Method Description List<ReferenceDataSourceDescription>ApplicationDetail. referenceDataSourceDescriptions()Describes reference data sources configured for the application.Methods in software.amazon.awssdk.services.kinesisanalytics.model with parameters of type ReferenceDataSourceDescription Modifier and Type Method Description ApplicationDetail.BuilderApplicationDetail.Builder. referenceDataSourceDescriptions(ReferenceDataSourceDescription... referenceDataSourceDescriptions)Describes reference data sources configured for the application.Method parameters in software.amazon.awssdk.services.kinesisanalytics.model with type arguments of type ReferenceDataSourceDescription Modifier and Type Method Description ApplicationDetail.BuilderApplicationDetail.Builder. referenceDataSourceDescriptions(Collection<ReferenceDataSourceDescription> referenceDataSourceDescriptions)Describes reference data sources configured for the application.
-