Uses of Class
software.amazon.awssdk.services.fis.model.ExperimentTemplateReportConfigurationCloudWatchDashboard
-
Packages that use ExperimentTemplateReportConfigurationCloudWatchDashboard Package Description software.amazon.awssdk.services.fis.model -
-
Uses of ExperimentTemplateReportConfigurationCloudWatchDashboard in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return types with arguments of type ExperimentTemplateReportConfigurationCloudWatchDashboard Modifier and Type Method Description List<ExperimentTemplateReportConfigurationCloudWatchDashboard>ExperimentTemplateReportConfigurationDataSources. cloudWatchDashboards()The CloudWatch dashboards to include as data sources in the experiment report.Methods in software.amazon.awssdk.services.fis.model with parameters of type ExperimentTemplateReportConfigurationCloudWatchDashboard Modifier and Type Method Description ExperimentTemplateReportConfigurationDataSources.BuilderExperimentTemplateReportConfigurationDataSources.Builder. cloudWatchDashboards(ExperimentTemplateReportConfigurationCloudWatchDashboard... cloudWatchDashboards)The CloudWatch dashboards to include as data sources in the experiment report.Method parameters in software.amazon.awssdk.services.fis.model with type arguments of type ExperimentTemplateReportConfigurationCloudWatchDashboard Modifier and Type Method Description ExperimentTemplateReportConfigurationDataSources.BuilderExperimentTemplateReportConfigurationDataSources.Builder. cloudWatchDashboards(Collection<ExperimentTemplateReportConfigurationCloudWatchDashboard> cloudWatchDashboards)The CloudWatch dashboards to include as data sources in the experiment report.
-