Uses of Interface
software.amazon.awssdk.services.waf.model.GetByteMatchSetRequest.Builder
-
Packages that use GetByteMatchSetRequest.Builder Package Description software.amazon.awssdk.services.waf software.amazon.awssdk.services.waf.model software.amazon.awssdk.services.waf.regional -
-
Uses of GetByteMatchSetRequest.Builder in software.amazon.awssdk.services.waf
Method parameters in software.amazon.awssdk.services.waf with type arguments of type GetByteMatchSetRequest.Builder Modifier and Type Method Description default CompletableFuture<GetByteMatchSetResponse>WafAsyncClient. getByteMatchSet(Consumer<GetByteMatchSetRequest.Builder> getByteMatchSetRequest)default GetByteMatchSetResponseWafClient. getByteMatchSet(Consumer<GetByteMatchSetRequest.Builder> getByteMatchSetRequest) -
Uses of GetByteMatchSetRequest.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return GetByteMatchSetRequest.Builder Modifier and Type Method Description static GetByteMatchSetRequest.BuilderGetByteMatchSetRequest. builder()GetByteMatchSetRequest.BuilderGetByteMatchSetRequest.Builder. byteMatchSetId(String byteMatchSetId)TheByteMatchSetIdof the ByteMatchSet that you want to get.GetByteMatchSetRequest.BuilderGetByteMatchSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetByteMatchSetRequest.BuilderGetByteMatchSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetByteMatchSetRequest.BuilderGetByteMatchSetRequest. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type GetByteMatchSetRequest.Builder Modifier and Type Method Description static Class<? extends GetByteMatchSetRequest.Builder>GetByteMatchSetRequest. serializableBuilderClass() -
Uses of GetByteMatchSetRequest.Builder in software.amazon.awssdk.services.waf.regional
Method parameters in software.amazon.awssdk.services.waf.regional with type arguments of type GetByteMatchSetRequest.Builder Modifier and Type Method Description default CompletableFuture<GetByteMatchSetResponse>WafRegionalAsyncClient. getByteMatchSet(Consumer<GetByteMatchSetRequest.Builder> getByteMatchSetRequest)default GetByteMatchSetResponseWafRegionalClient. getByteMatchSet(Consumer<GetByteMatchSetRequest.Builder> getByteMatchSetRequest)
-