Uses of Class
software.amazon.awssdk.services.fms.model.EntryType
-
Packages that use EntryType Package Description software.amazon.awssdk.services.fms.model -
-
Uses of EntryType in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return EntryType Modifier and Type Method Description EntryTypeEntryDescription. entryType()Specifies whether the entry is managed by Firewall Manager or by a user, and, for Firewall Manager-managed entries, specifies whether the entry is among those that run first in the network ACL or those that run last.static EntryTypeEntryType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EntryTypeEntryType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntryType[]EntryType. 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 EntryType Modifier and Type Method Description static Set<EntryType>EntryType. knownValues()Methods in software.amazon.awssdk.services.fms.model with parameters of type EntryType Modifier and Type Method Description EntryDescription.BuilderEntryDescription.Builder. entryType(EntryType entryType)Specifies whether the entry is managed by Firewall Manager or by a user, and, for Firewall Manager-managed entries, specifies whether the entry is among those that run first in the network ACL or those that run last.
-