Uses of Class
software.amazon.awssdk.services.resiliencehub.model.DriftType
-
Packages that use DriftType Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of DriftType in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return DriftType Modifier and Type Method Description DriftTypeComplianceDrift. driftType()The type of drift detected.static DriftTypeDriftType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DriftTypeDriftType. valueOf(String name)Returns the enum constant of this type with the specified name.static DriftType[]DriftType. 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 DriftType Modifier and Type Method Description static Set<DriftType>DriftType. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type DriftType Modifier and Type Method Description ComplianceDrift.BuilderComplianceDrift.Builder. driftType(DriftType driftType)The type of drift detected.
-