Uses of Class
software.amazon.awssdk.services.fms.model.ViolationReason
-
Packages that use ViolationReason Package Description software.amazon.awssdk.services.fms.model -
-
Uses of ViolationReason in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return ViolationReason Modifier and Type Method Description static ViolationReasonViolationReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ViolationReasonViolationReason. valueOf(String name)Returns the enum constant of this type with the specified name.static ViolationReason[]ViolationReason. values()Returns an array containing the constants of this enum type, in the order they are declared.ViolationReasonComplianceViolator. violationReason()The reason that the resource is not protected by the policy.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type ViolationReason Modifier and Type Method Description static Set<ViolationReason>ViolationReason. knownValues()Methods in software.amazon.awssdk.services.fms.model with parameters of type ViolationReason Modifier and Type Method Description ComplianceViolator.BuilderComplianceViolator.Builder. violationReason(ViolationReason violationReason)The reason that the resource is not protected by the policy.
-