Uses of Class
software.amazon.awssdk.services.wafv2.model.UpdateIpSetRequest
-
Packages that use UpdateIpSetRequest Package Description software.amazon.awssdk.services.wafv2 WAF software.amazon.awssdk.services.wafv2.transform -
-
Uses of UpdateIpSetRequest in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 with parameters of type UpdateIpSetRequest Modifier and Type Method Description default CompletableFuture<UpdateIpSetResponse>Wafv2AsyncClient. updateIPSet(UpdateIpSetRequest updateIpSetRequest)Updates the specified IPSet.default UpdateIpSetResponseWafv2Client. updateIPSet(UpdateIpSetRequest updateIpSetRequest)Updates the specified IPSet. -
Uses of UpdateIpSetRequest in software.amazon.awssdk.services.wafv2.transform
Methods in software.amazon.awssdk.services.wafv2.transform with parameters of type UpdateIpSetRequest Modifier and Type Method Description SdkHttpFullRequestUpdateIpSetRequestMarshaller. marshall(UpdateIpSetRequest updateIpSetRequest)
-