Uses of Interface
software.amazon.awssdk.services.waf.model.ListByteMatchSetsRequest.Builder
-
Packages that use ListByteMatchSetsRequest.Builder Package Description software.amazon.awssdk.services.waf software.amazon.awssdk.services.waf.model software.amazon.awssdk.services.waf.regional -
-
Uses of ListByteMatchSetsRequest.Builder in software.amazon.awssdk.services.waf
Method parameters in software.amazon.awssdk.services.waf with type arguments of type ListByteMatchSetsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListByteMatchSetsResponse>WafAsyncClient. listByteMatchSets(Consumer<ListByteMatchSetsRequest.Builder> listByteMatchSetsRequest)default ListByteMatchSetsResponseWafClient. listByteMatchSets(Consumer<ListByteMatchSetsRequest.Builder> listByteMatchSetsRequest) -
Uses of ListByteMatchSetsRequest.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return ListByteMatchSetsRequest.Builder Modifier and Type Method Description static ListByteMatchSetsRequest.BuilderListByteMatchSetsRequest. builder()ListByteMatchSetsRequest.BuilderListByteMatchSetsRequest.Builder. limit(Integer limit)Specifies the number ofByteMatchSetobjects that you want AWS WAF to return for this request.ListByteMatchSetsRequest.BuilderListByteMatchSetsRequest.Builder. nextMarker(String nextMarker)If you specify a value forLimitand you have moreByteMatchSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofByteMatchSets.ListByteMatchSetsRequest.BuilderListByteMatchSetsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListByteMatchSetsRequest.BuilderListByteMatchSetsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListByteMatchSetsRequest.BuilderListByteMatchSetsRequest. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type ListByteMatchSetsRequest.Builder Modifier and Type Method Description static Class<? extends ListByteMatchSetsRequest.Builder>ListByteMatchSetsRequest. serializableBuilderClass() -
Uses of ListByteMatchSetsRequest.Builder in software.amazon.awssdk.services.waf.regional
Method parameters in software.amazon.awssdk.services.waf.regional with type arguments of type ListByteMatchSetsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListByteMatchSetsResponse>WafRegionalAsyncClient. listByteMatchSets(Consumer<ListByteMatchSetsRequest.Builder> listByteMatchSetsRequest)default ListByteMatchSetsResponseWafRegionalClient. listByteMatchSets(Consumer<ListByteMatchSetsRequest.Builder> listByteMatchSetsRequest)
-