Uses of Class
software.amazon.awssdk.services.waf.model.IPSetDescriptorType
-
Packages that use IPSetDescriptorType Package Description software.amazon.awssdk.services.waf.model -
-
Uses of IPSetDescriptorType in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return IPSetDescriptorType Modifier and Type Method Description static IPSetDescriptorTypeIPSetDescriptorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IPSetDescriptorTypeIPSetDescriptor. type()SpecifyIPV4orIPV6.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 software.amazon.awssdk.services.waf.model that return types with arguments of type IPSetDescriptorType Modifier and Type Method Description static Set<IPSetDescriptorType>IPSetDescriptorType. knownValues()Methods in software.amazon.awssdk.services.waf.model with parameters of type IPSetDescriptorType Modifier and Type Method Description IPSetDescriptor.BuilderIPSetDescriptor.Builder. type(IPSetDescriptorType type)SpecifyIPV4orIPV6.
-