Uses of Class
software.amazon.awssdk.services.fis.model.ExperimentTemplateReportConfigurationDataSourcesInput
-
Packages that use ExperimentTemplateReportConfigurationDataSourcesInput Package Description software.amazon.awssdk.services.fis.model -
-
Uses of ExperimentTemplateReportConfigurationDataSourcesInput in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return ExperimentTemplateReportConfigurationDataSourcesInput Modifier and Type Method Description ExperimentTemplateReportConfigurationDataSourcesInputCreateExperimentTemplateReportConfigurationInput. dataSources()The data sources for the experiment report.ExperimentTemplateReportConfigurationDataSourcesInputUpdateExperimentTemplateReportConfigurationInput. dataSources()The data sources for the experiment report.Methods in software.amazon.awssdk.services.fis.model with parameters of type ExperimentTemplateReportConfigurationDataSourcesInput Modifier and Type Method Description CreateExperimentTemplateReportConfigurationInput.BuilderCreateExperimentTemplateReportConfigurationInput.Builder. dataSources(ExperimentTemplateReportConfigurationDataSourcesInput dataSources)The data sources for the experiment report.UpdateExperimentTemplateReportConfigurationInput.BuilderUpdateExperimentTemplateReportConfigurationInput.Builder. dataSources(ExperimentTemplateReportConfigurationDataSourcesInput dataSources)The data sources for the experiment report.
-