Uses of Class
software.amazon.awssdk.services.fms.model.EntryViolationReason
-
Packages that use EntryViolationReason Package Description software.amazon.awssdk.services.fms.model -
-
Uses of EntryViolationReason in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return EntryViolationReason Modifier and Type Method Description static EntryViolationReasonEntryViolationReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EntryViolationReasonEntryViolationReason. valueOf(String name)Returns the enum constant of this type with the specified name.static EntryViolationReason[]EntryViolationReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type EntryViolationReason Modifier and Type Method Description List<EntryViolationReason>EntryViolation. entryViolationReasons()Descriptions of the violations that Firewall Manager found for these entries.static Set<EntryViolationReason>EntryViolationReason. knownValues()Methods in software.amazon.awssdk.services.fms.model with parameters of type EntryViolationReason Modifier and Type Method Description EntryViolation.BuilderEntryViolation.Builder. entryViolationReasons(EntryViolationReason... entryViolationReasons)Descriptions of the violations that Firewall Manager found for these entries.Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type EntryViolationReason Modifier and Type Method Description EntryViolation.BuilderEntryViolation.Builder. entryViolationReasons(Collection<EntryViolationReason> entryViolationReasons)Descriptions of the violations that Firewall Manager found for these entries.
-