Uses of Class
software.amazon.awssdk.services.waf.model.UpdateGeoMatchSetResponse
-
Packages that use UpdateGeoMatchSetResponse Package Description software.amazon.awssdk.services.waf software.amazon.awssdk.services.waf.regional -
-
Uses of UpdateGeoMatchSetResponse in software.amazon.awssdk.services.waf
Methods in software.amazon.awssdk.services.waf that return UpdateGeoMatchSetResponse Modifier and Type Method Description default UpdateGeoMatchSetResponseWafClient. updateGeoMatchSet(Consumer<UpdateGeoMatchSetRequest.Builder> updateGeoMatchSetRequest)default UpdateGeoMatchSetResponseWafClient. updateGeoMatchSet(UpdateGeoMatchSetRequest updateGeoMatchSetRequest)Methods in software.amazon.awssdk.services.waf that return types with arguments of type UpdateGeoMatchSetResponse Modifier and Type Method Description default CompletableFuture<UpdateGeoMatchSetResponse>WafAsyncClient. updateGeoMatchSet(Consumer<UpdateGeoMatchSetRequest.Builder> updateGeoMatchSetRequest)default CompletableFuture<UpdateGeoMatchSetResponse>WafAsyncClient. updateGeoMatchSet(UpdateGeoMatchSetRequest updateGeoMatchSetRequest) -
Uses of UpdateGeoMatchSetResponse in software.amazon.awssdk.services.waf.regional
Methods in software.amazon.awssdk.services.waf.regional that return UpdateGeoMatchSetResponse Modifier and Type Method Description default UpdateGeoMatchSetResponseWafRegionalClient. updateGeoMatchSet(Consumer<UpdateGeoMatchSetRequest.Builder> updateGeoMatchSetRequest)default UpdateGeoMatchSetResponseWafRegionalClient. updateGeoMatchSet(UpdateGeoMatchSetRequest updateGeoMatchSetRequest)Methods in software.amazon.awssdk.services.waf.regional that return types with arguments of type UpdateGeoMatchSetResponse Modifier and Type Method Description default CompletableFuture<UpdateGeoMatchSetResponse>WafRegionalAsyncClient. updateGeoMatchSet(Consumer<UpdateGeoMatchSetRequest.Builder> updateGeoMatchSetRequest)default CompletableFuture<UpdateGeoMatchSetResponse>WafRegionalAsyncClient. updateGeoMatchSet(UpdateGeoMatchSetRequest updateGeoMatchSetRequest)
-