Uses of Class
software.amazon.awssdk.services.waf.model.IPSet
-
Packages that use IPSet Package Description software.amazon.awssdk.services.waf.model -
-
Uses of IPSet in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return IPSet Modifier and Type Method Description IPSetCreateIpSetResponse. ipSet()The IPSet returned in theCreateIPSetresponse.IPSetGetIpSetResponse. ipSet()Information about the IPSet that you specified in theGetIPSetrequest.Methods in software.amazon.awssdk.services.waf.model with parameters of type IPSet Modifier and Type Method Description CreateIpSetResponse.BuilderCreateIpSetResponse.Builder. ipSet(IPSet ipSet)The IPSet returned in theCreateIPSetresponse.GetIpSetResponse.BuilderGetIpSetResponse.Builder. ipSet(IPSet ipSet)Information about the IPSet that you specified in theGetIPSetrequest.
-