Uses of Class
software.amazon.awssdk.services.fis.model.ExperimentReportConfigurationOutputsS3Configuration
-
Packages that use ExperimentReportConfigurationOutputsS3Configuration Package Description software.amazon.awssdk.services.fis.model -
-
Uses of ExperimentReportConfigurationOutputsS3Configuration in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return ExperimentReportConfigurationOutputsS3Configuration Modifier and Type Method Description ExperimentReportConfigurationOutputsS3ConfigurationExperimentReportConfigurationOutputs. s3Configuration()The S3 destination for the experiment report.Methods in software.amazon.awssdk.services.fis.model with parameters of type ExperimentReportConfigurationOutputsS3Configuration Modifier and Type Method Description ExperimentReportConfigurationOutputs.BuilderExperimentReportConfigurationOutputs.Builder. s3Configuration(ExperimentReportConfigurationOutputsS3Configuration s3Configuration)The S3 destination for the experiment report.
-