| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf |
|
| software.amazon.awssdk.services.waf.model | |
| software.amazon.awssdk.services.waf.regional |
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListByteMatchSetsResponse> |
WafAsyncClient.listByteMatchSets(Consumer<ListByteMatchSetsRequest.Builder> listByteMatchSetsRequest)
|
default ListByteMatchSetsResponse |
WafClient.listByteMatchSets(Consumer<ListByteMatchSetsRequest.Builder> listByteMatchSetsRequest)
|
| Modifier and Type | Method and Description |
|---|---|
static ListByteMatchSetsRequest.Builder |
ListByteMatchSetsRequest.builder() |
ListByteMatchSetsRequest.Builder |
ListByteMatchSetsRequest.Builder.limit(Integer limit)
Specifies the number of
ByteMatchSet objects that you want AWS WAF to return for this request. |
ListByteMatchSetsRequest.Builder |
ListByteMatchSetsRequest.Builder.nextMarker(String nextMarker)
If you specify a value for
Limit and you have more ByteMatchSets than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of ByteMatchSets. |
ListByteMatchSetsRequest.Builder |
ListByteMatchSetsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListByteMatchSetsRequest.Builder |
ListByteMatchSetsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListByteMatchSetsRequest.Builder |
ListByteMatchSetsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListByteMatchSetsRequest.Builder> |
ListByteMatchSetsRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListByteMatchSetsResponse |
WafRegionalClient.listByteMatchSets(Consumer<ListByteMatchSetsRequest.Builder> listByteMatchSetsRequest)
|
default CompletableFuture<ListByteMatchSetsResponse> |
WafRegionalAsyncClient.listByteMatchSets(Consumer<ListByteMatchSetsRequest.Builder> listByteMatchSetsRequest)
|
Copyright © 2023. All rights reserved.