| 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<CreateByteMatchSetResponse> |
WafAsyncClient.createByteMatchSet(Consumer<CreateByteMatchSetRequest.Builder> createByteMatchSetRequest)
|
default CreateByteMatchSetResponse |
WafClient.createByteMatchSet(Consumer<CreateByteMatchSetRequest.Builder> createByteMatchSetRequest)
|
| Modifier and Type | Method and Description |
|---|---|
static CreateByteMatchSetRequest.Builder |
CreateByteMatchSetRequest.builder() |
CreateByteMatchSetRequest.Builder |
CreateByteMatchSetRequest.Builder.changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
CreateByteMatchSetRequest.Builder |
CreateByteMatchSetRequest.Builder.name(String name)
A friendly name or description of the ByteMatchSet.
|
CreateByteMatchSetRequest.Builder |
CreateByteMatchSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateByteMatchSetRequest.Builder |
CreateByteMatchSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateByteMatchSetRequest.Builder |
CreateByteMatchSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateByteMatchSetRequest.Builder> |
CreateByteMatchSetRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateByteMatchSetResponse |
WafRegionalClient.createByteMatchSet(Consumer<CreateByteMatchSetRequest.Builder> createByteMatchSetRequest)
|
default CompletableFuture<CreateByteMatchSetResponse> |
WafRegionalAsyncClient.createByteMatchSet(Consumer<CreateByteMatchSetRequest.Builder> createByteMatchSetRequest)
|
Copyright © 2023. All rights reserved.