Uses of Class
com.amazonaws.services.waf.model.IPSetDescriptorType
-
Packages that use IPSetDescriptorType Package Description com.amazonaws.services.waf.model -
-
Uses of IPSetDescriptorType in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return IPSetDescriptorType Modifier and Type Method Description static IPSetDescriptorTypeIPSetDescriptorType. fromValue(String value)Use this in place of valueOf.static IPSetDescriptorTypeIPSetDescriptorType. valueOf(String name)Returns the enum constant of this type with the specified name.static IPSetDescriptorType[]IPSetDescriptorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.waf.model with parameters of type IPSetDescriptorType Modifier and Type Method Description voidIPSetDescriptor. setType(IPSetDescriptorType type)SpecifyIPV4.IPSetDescriptorIPSetDescriptor. withType(IPSetDescriptorType type)SpecifyIPV4.
-