Uses of Interface
software.amazon.awssdk.services.waf.model.GetXssMatchSetRequest.Builder
-
Packages that use GetXssMatchSetRequest.Builder Package Description software.amazon.awssdk.services.waf software.amazon.awssdk.services.waf.model software.amazon.awssdk.services.waf.regional -
-
Uses of GetXssMatchSetRequest.Builder in software.amazon.awssdk.services.waf
Method parameters in software.amazon.awssdk.services.waf with type arguments of type GetXssMatchSetRequest.Builder Modifier and Type Method Description default CompletableFuture<GetXssMatchSetResponse>WafAsyncClient. getXssMatchSet(Consumer<GetXssMatchSetRequest.Builder> getXssMatchSetRequest)default GetXssMatchSetResponseWafClient. getXssMatchSet(Consumer<GetXssMatchSetRequest.Builder> getXssMatchSetRequest) -
Uses of GetXssMatchSetRequest.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return GetXssMatchSetRequest.Builder Modifier and Type Method Description static GetXssMatchSetRequest.BuilderGetXssMatchSetRequest. builder()GetXssMatchSetRequest.BuilderGetXssMatchSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetXssMatchSetRequest.BuilderGetXssMatchSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetXssMatchSetRequest.BuilderGetXssMatchSetRequest. toBuilder()GetXssMatchSetRequest.BuilderGetXssMatchSetRequest.Builder. xssMatchSetId(String xssMatchSetId)TheXssMatchSetIdof the XssMatchSet that you want to get.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type GetXssMatchSetRequest.Builder Modifier and Type Method Description static Class<? extends GetXssMatchSetRequest.Builder>GetXssMatchSetRequest. serializableBuilderClass() -
Uses of GetXssMatchSetRequest.Builder in software.amazon.awssdk.services.waf.regional
Method parameters in software.amazon.awssdk.services.waf.regional with type arguments of type GetXssMatchSetRequest.Builder Modifier and Type Method Description default CompletableFuture<GetXssMatchSetResponse>WafRegionalAsyncClient. getXssMatchSet(Consumer<GetXssMatchSetRequest.Builder> getXssMatchSetRequest)default GetXssMatchSetResponseWafRegionalClient. getXssMatchSet(Consumer<GetXssMatchSetRequest.Builder> getXssMatchSetRequest)
-