Uses of Class
software.amazon.awssdk.services.fis.model.ExperimentReportStatus
-
Packages that use ExperimentReportStatus Package Description software.amazon.awssdk.services.fis.model -
-
Uses of ExperimentReportStatus in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return ExperimentReportStatus Modifier and Type Method Description static ExperimentReportStatusExperimentReportStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExperimentReportStatusExperimentReportState. status()The state of the experiment report generation.static ExperimentReportStatusExperimentReportStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ExperimentReportStatus[]ExperimentReportStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fis.model that return types with arguments of type ExperimentReportStatus Modifier and Type Method Description static Set<ExperimentReportStatus>ExperimentReportStatus. knownValues()Methods in software.amazon.awssdk.services.fis.model with parameters of type ExperimentReportStatus Modifier and Type Method Description ExperimentReportState.BuilderExperimentReportState.Builder. status(ExperimentReportStatus status)The state of the experiment report generation.
-