| 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<CreateWebAclMigrationStackResponse> |
WafAsyncClient.createWebACLMigrationStack(Consumer<CreateWebAclMigrationStackRequest.Builder> createWebAclMigrationStackRequest)
Creates an AWS CloudFormation WAFV2 template for the specified web ACL in the specified Amazon S3 bucket.
|
default CreateWebAclMigrationStackResponse |
WafClient.createWebACLMigrationStack(Consumer<CreateWebAclMigrationStackRequest.Builder> createWebAclMigrationStackRequest)
Creates an AWS CloudFormation WAFV2 template for the specified web ACL in the specified Amazon S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateWebAclMigrationStackRequest.Builder |
CreateWebAclMigrationStackRequest.builder() |
CreateWebAclMigrationStackRequest.Builder |
CreateWebAclMigrationStackRequest.Builder.ignoreUnsupportedType(Boolean ignoreUnsupportedType)
Indicates whether to exclude entities that can't be migrated or to stop the migration.
|
CreateWebAclMigrationStackRequest.Builder |
CreateWebAclMigrationStackRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWebAclMigrationStackRequest.Builder |
CreateWebAclMigrationStackRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWebAclMigrationStackRequest.Builder |
CreateWebAclMigrationStackRequest.Builder.s3BucketName(String s3BucketName)
The name of the Amazon S3 bucket to store the CloudFormation template in.
|
CreateWebAclMigrationStackRequest.Builder |
CreateWebAclMigrationStackRequest.toBuilder() |
CreateWebAclMigrationStackRequest.Builder |
CreateWebAclMigrationStackRequest.Builder.webACLId(String webACLId)
The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateWebAclMigrationStackRequest.Builder> |
CreateWebAclMigrationStackRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateWebAclMigrationStackResponse |
WafRegionalClient.createWebACLMigrationStack(Consumer<CreateWebAclMigrationStackRequest.Builder> createWebAclMigrationStackRequest)
Creates an AWS CloudFormation WAFV2 template for the specified web ACL in the specified Amazon S3 bucket.
|
default CompletableFuture<CreateWebAclMigrationStackResponse> |
WafRegionalAsyncClient.createWebACLMigrationStack(Consumer<CreateWebAclMigrationStackRequest.Builder> createWebAclMigrationStackRequest)
Creates an AWS CloudFormation WAFV2 template for the specified web ACL in the specified Amazon S3 bucket.
|
Copyright © 2023. All rights reserved.