Uses of Class
software.amazon.awssdk.services.resiliencehub.model.DifferenceType
-
Packages that use DifferenceType Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of DifferenceType in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return DifferenceType Modifier and Type Method Description DifferenceTypeComplianceDrift. diffType()Difference type between actual and expected recovery point objective (RPO) and recovery time objective (RTO) values.DifferenceTypeResourceDrift. diffType()Indicates if the resource was added or removed.static DifferenceTypeDifferenceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DifferenceTypeDifferenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static DifferenceType[]DifferenceType. 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 DifferenceType Modifier and Type Method Description static Set<DifferenceType>DifferenceType. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type DifferenceType Modifier and Type Method Description ComplianceDrift.BuilderComplianceDrift.Builder. diffType(DifferenceType diffType)Difference type between actual and expected recovery point objective (RPO) and recovery time objective (RTO) values.ResourceDrift.BuilderResourceDrift.Builder. diffType(DifferenceType diffType)Indicates if the resource was added or removed.
-