Uses of Class
software.amazon.awssdk.services.waf.model.GetXssMatchSetResponse
-
Packages that use GetXssMatchSetResponse Package Description software.amazon.awssdk.services.waf software.amazon.awssdk.services.waf.regional -
-
Uses of GetXssMatchSetResponse in software.amazon.awssdk.services.waf
Methods in software.amazon.awssdk.services.waf that return GetXssMatchSetResponse Modifier and Type Method Description default GetXssMatchSetResponseWafClient. getXssMatchSet(Consumer<GetXssMatchSetRequest.Builder> getXssMatchSetRequest)default GetXssMatchSetResponseWafClient. getXssMatchSet(GetXssMatchSetRequest getXssMatchSetRequest)Methods in software.amazon.awssdk.services.waf that return types with arguments of type GetXssMatchSetResponse Modifier and Type Method Description default CompletableFuture<GetXssMatchSetResponse>WafAsyncClient. getXssMatchSet(Consumer<GetXssMatchSetRequest.Builder> getXssMatchSetRequest)default CompletableFuture<GetXssMatchSetResponse>WafAsyncClient. getXssMatchSet(GetXssMatchSetRequest getXssMatchSetRequest) -
Uses of GetXssMatchSetResponse in software.amazon.awssdk.services.waf.regional
Methods in software.amazon.awssdk.services.waf.regional that return GetXssMatchSetResponse Modifier and Type Method Description default GetXssMatchSetResponseWafRegionalClient. getXssMatchSet(Consumer<GetXssMatchSetRequest.Builder> getXssMatchSetRequest)default GetXssMatchSetResponseWafRegionalClient. getXssMatchSet(GetXssMatchSetRequest getXssMatchSetRequest)Methods in software.amazon.awssdk.services.waf.regional that return types with arguments of type GetXssMatchSetResponse Modifier and Type Method Description default CompletableFuture<GetXssMatchSetResponse>WafRegionalAsyncClient. getXssMatchSet(Consumer<GetXssMatchSetRequest.Builder> getXssMatchSetRequest)default CompletableFuture<GetXssMatchSetResponse>WafRegionalAsyncClient. getXssMatchSet(GetXssMatchSetRequest getXssMatchSetRequest)
-