Uses of Class
software.amazon.awssdk.services.waf.model.DeleteGeoMatchSetResponse
-
Packages that use DeleteGeoMatchSetResponse Package Description software.amazon.awssdk.services.waf software.amazon.awssdk.services.waf.regional -
-
Uses of DeleteGeoMatchSetResponse in software.amazon.awssdk.services.waf
Methods in software.amazon.awssdk.services.waf that return DeleteGeoMatchSetResponse Modifier and Type Method Description default DeleteGeoMatchSetResponseWafClient. deleteGeoMatchSet(Consumer<DeleteGeoMatchSetRequest.Builder> deleteGeoMatchSetRequest)default DeleteGeoMatchSetResponseWafClient. deleteGeoMatchSet(DeleteGeoMatchSetRequest deleteGeoMatchSetRequest)Methods in software.amazon.awssdk.services.waf that return types with arguments of type DeleteGeoMatchSetResponse Modifier and Type Method Description default CompletableFuture<DeleteGeoMatchSetResponse>WafAsyncClient. deleteGeoMatchSet(Consumer<DeleteGeoMatchSetRequest.Builder> deleteGeoMatchSetRequest)default CompletableFuture<DeleteGeoMatchSetResponse>WafAsyncClient. deleteGeoMatchSet(DeleteGeoMatchSetRequest deleteGeoMatchSetRequest) -
Uses of DeleteGeoMatchSetResponse in software.amazon.awssdk.services.waf.regional
Methods in software.amazon.awssdk.services.waf.regional that return DeleteGeoMatchSetResponse Modifier and Type Method Description default DeleteGeoMatchSetResponseWafRegionalClient. deleteGeoMatchSet(Consumer<DeleteGeoMatchSetRequest.Builder> deleteGeoMatchSetRequest)default DeleteGeoMatchSetResponseWafRegionalClient. deleteGeoMatchSet(DeleteGeoMatchSetRequest deleteGeoMatchSetRequest)Methods in software.amazon.awssdk.services.waf.regional that return types with arguments of type DeleteGeoMatchSetResponse Modifier and Type Method Description default CompletableFuture<DeleteGeoMatchSetResponse>WafRegionalAsyncClient. deleteGeoMatchSet(Consumer<DeleteGeoMatchSetRequest.Builder> deleteGeoMatchSetRequest)default CompletableFuture<DeleteGeoMatchSetResponse>WafRegionalAsyncClient. deleteGeoMatchSet(DeleteGeoMatchSetRequest deleteGeoMatchSetRequest)
-