Uses of Class
software.amazon.awssdk.services.waf.model.UpdateIpSetResponse
-
Packages that use UpdateIpSetResponse Package Description software.amazon.awssdk.services.waf software.amazon.awssdk.services.waf.regional -
-
Uses of UpdateIpSetResponse in software.amazon.awssdk.services.waf
Methods in software.amazon.awssdk.services.waf that return UpdateIpSetResponse Modifier and Type Method Description default UpdateIpSetResponseWafClient. updateIPSet(Consumer<UpdateIpSetRequest.Builder> updateIpSetRequest)default UpdateIpSetResponseWafClient. updateIPSet(UpdateIpSetRequest updateIpSetRequest)Methods in software.amazon.awssdk.services.waf that return types with arguments of type UpdateIpSetResponse Modifier and Type Method Description default CompletableFuture<UpdateIpSetResponse>WafAsyncClient. updateIPSet(Consumer<UpdateIpSetRequest.Builder> updateIpSetRequest)default CompletableFuture<UpdateIpSetResponse>WafAsyncClient. updateIPSet(UpdateIpSetRequest updateIpSetRequest) -
Uses of UpdateIpSetResponse in software.amazon.awssdk.services.waf.regional
Methods in software.amazon.awssdk.services.waf.regional that return UpdateIpSetResponse Modifier and Type Method Description default UpdateIpSetResponseWafRegionalClient. updateIPSet(Consumer<UpdateIpSetRequest.Builder> updateIpSetRequest)default UpdateIpSetResponseWafRegionalClient. updateIPSet(UpdateIpSetRequest updateIpSetRequest)Methods in software.amazon.awssdk.services.waf.regional that return types with arguments of type UpdateIpSetResponse Modifier and Type Method Description default CompletableFuture<UpdateIpSetResponse>WafRegionalAsyncClient. updateIPSet(Consumer<UpdateIpSetRequest.Builder> updateIpSetRequest)default CompletableFuture<UpdateIpSetResponse>WafRegionalAsyncClient. updateIPSet(UpdateIpSetRequest updateIpSetRequest)
-