Uses of Class
software.amazon.awssdk.services.resiliencehub.model.DriftStatus
-
Packages that use DriftStatus Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of DriftStatus in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return DriftStatus Modifier and Type Method Description DriftStatusAppAssessment. driftStatus()Indicates if compliance drifts (deviations) were detected while running an assessment for your application.DriftStatusAppAssessmentSummary. driftStatus()Indicates if compliance drifts (deviations) were detected while running an assessment for your application.static DriftStatusDriftStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DriftStatusDriftStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DriftStatus[]DriftStatus. 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 DriftStatus Modifier and Type Method Description static Set<DriftStatus>DriftStatus. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type DriftStatus Modifier and Type Method Description AppAssessment.BuilderAppAssessment.Builder. driftStatus(DriftStatus driftStatus)Indicates if compliance drifts (deviations) were detected while running an assessment for your application.AppAssessmentSummary.BuilderAppAssessmentSummary.Builder. driftStatus(DriftStatus driftStatus)Indicates if compliance drifts (deviations) were detected while running an assessment for your application.
-