Uses of Interface
software.amazon.awssdk.services.waf.model.IPSet.Builder
-
Packages that use IPSet.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of IPSet.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return IPSet.Builder Modifier and Type Method Description static IPSet.BuilderIPSet. builder()IPSet.BuilderIPSet.Builder. ipSetDescriptors(Collection<IPSetDescriptor> ipSetDescriptors)The IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.IPSet.BuilderIPSet.Builder. ipSetDescriptors(Consumer<IPSetDescriptor.Builder>... ipSetDescriptors)The IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.IPSet.BuilderIPSet.Builder. ipSetDescriptors(IPSetDescriptor... ipSetDescriptors)The IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.IPSet.BuilderIPSet.Builder. ipSetId(String ipSetId)TheIPSetIdfor anIPSet.IPSet.BuilderIPSet.Builder. name(String name)A friendly name or description of the IPSet.IPSet.BuilderIPSet. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type IPSet.Builder Modifier and Type Method Description static Class<? extends IPSet.Builder>IPSet. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type IPSet.Builder Modifier and Type Method Description default CreateIpSetResponse.BuilderCreateIpSetResponse.Builder. ipSet(Consumer<IPSet.Builder> ipSet)The IPSet returned in theCreateIPSetresponse.default GetIpSetResponse.BuilderGetIpSetResponse.Builder. ipSet(Consumer<IPSet.Builder> ipSet)Information about the IPSet that you specified in theGetIPSetrequest.
-