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