Uses of Class
software.amazon.awssdk.services.auditmanager.model.AssessmentReportStatus
-
Packages that use AssessmentReportStatus Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of AssessmentReportStatus in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return AssessmentReportStatus Modifier and Type Method Description static AssessmentReportStatusAssessmentReportStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AssessmentReportStatusAssessmentReport. status()The current status of the specified assessment report.AssessmentReportStatusAssessmentReportMetadata. status()The current status of the assessment report.static AssessmentReportStatusAssessmentReportStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AssessmentReportStatus[]AssessmentReportStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type AssessmentReportStatus Modifier and Type Method Description static Set<AssessmentReportStatus>AssessmentReportStatus. knownValues()Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type AssessmentReportStatus Modifier and Type Method Description AssessmentReport.BuilderAssessmentReport.Builder. status(AssessmentReportStatus status)The current status of the specified assessment report.AssessmentReportMetadata.BuilderAssessmentReportMetadata.Builder. status(AssessmentReportStatus status)The current status of the assessment report.
-