| 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 GetByteMatchSetResponse |
WafClient.getByteMatchSet(Consumer<GetByteMatchSetRequest.Builder> getByteMatchSetRequest)
|
default CompletableFuture<GetByteMatchSetResponse> |
WafAsyncClient.getByteMatchSet(Consumer<GetByteMatchSetRequest.Builder> getByteMatchSetRequest)
|
| Modifier and Type | Method and Description |
|---|---|
static GetByteMatchSetRequest.Builder |
GetByteMatchSetRequest.builder() |
GetByteMatchSetRequest.Builder |
GetByteMatchSetRequest.Builder.byteMatchSetId(String byteMatchSetId)
The
ByteMatchSetId of the ByteMatchSet that you want to get. |
GetByteMatchSetRequest.Builder |
GetByteMatchSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetByteMatchSetRequest.Builder |
GetByteMatchSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetByteMatchSetRequest.Builder |
GetByteMatchSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetByteMatchSetRequest.Builder> |
GetByteMatchSetRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetByteMatchSetResponse |
WafRegionalClient.getByteMatchSet(Consumer<GetByteMatchSetRequest.Builder> getByteMatchSetRequest)
|
default CompletableFuture<GetByteMatchSetResponse> |
WafRegionalAsyncClient.getByteMatchSet(Consumer<GetByteMatchSetRequest.Builder> getByteMatchSetRequest)
|
Copyright © 2023. All rights reserved.