Uses of Class
software.amazon.awssdk.services.resiliencehub.model.AssessmentStatus
-
Packages that use AssessmentStatus Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of AssessmentStatus in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return AssessmentStatus Modifier and Type Method Description AssessmentStatusAppAssessment. assessmentStatus()Current status of the assessment for the resiliency policy.AssessmentStatusAppAssessmentSummary. assessmentStatus()Current status of the assessment for the resiliency policy.AssessmentStatusDeleteAppAssessmentResponse. assessmentStatus()The current status of the assessment for the resiliency policy.static AssessmentStatusAssessmentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AssessmentStatusAssessmentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AssessmentStatus[]AssessmentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type AssessmentStatus Modifier and Type Method Description List<AssessmentStatus>ListAppAssessmentsRequest. assessmentStatus()The current status of the assessment for the resiliency policy.static Set<AssessmentStatus>AssessmentStatus. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type AssessmentStatus Modifier and Type Method Description AppAssessment.BuilderAppAssessment.Builder. assessmentStatus(AssessmentStatus assessmentStatus)Current status of the assessment for the resiliency policy.AppAssessmentSummary.BuilderAppAssessmentSummary.Builder. assessmentStatus(AssessmentStatus assessmentStatus)Current status of the assessment for the resiliency policy.DeleteAppAssessmentResponse.BuilderDeleteAppAssessmentResponse.Builder. assessmentStatus(AssessmentStatus assessmentStatus)The current status of the assessment for the resiliency policy.ListAppAssessmentsRequest.BuilderListAppAssessmentsRequest.Builder. assessmentStatus(AssessmentStatus... assessmentStatus)The current status of the assessment for the resiliency policy.Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type AssessmentStatus Modifier and Type Method Description ListAppAssessmentsRequest.BuilderListAppAssessmentsRequest.Builder. assessmentStatus(Collection<AssessmentStatus> assessmentStatus)The current status of the assessment for the resiliency policy.
-