Uses of Class
software.amazon.awssdk.services.fis.model.ExperimentReportConfigurationCloudWatchDashboard
-
Packages that use ExperimentReportConfigurationCloudWatchDashboard Package Description software.amazon.awssdk.services.fis.model -
-
Uses of ExperimentReportConfigurationCloudWatchDashboard in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return types with arguments of type ExperimentReportConfigurationCloudWatchDashboard Modifier and Type Method Description List<ExperimentReportConfigurationCloudWatchDashboard>ExperimentReportConfigurationDataSources. 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 ExperimentReportConfigurationCloudWatchDashboard Modifier and Type Method Description ExperimentReportConfigurationDataSources.BuilderExperimentReportConfigurationDataSources.Builder. cloudWatchDashboards(ExperimentReportConfigurationCloudWatchDashboard... 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 ExperimentReportConfigurationCloudWatchDashboard Modifier and Type Method Description ExperimentReportConfigurationDataSources.BuilderExperimentReportConfigurationDataSources.Builder. cloudWatchDashboards(Collection<ExperimentReportConfigurationCloudWatchDashboard> cloudWatchDashboards)The CloudWatch dashboards to include as data sources in the experiment report.
-