Uses of Class
software.amazon.awssdk.services.waf.model.CreateWebAclMigrationStackResponse
-
Packages that use CreateWebAclMigrationStackResponse Package Description software.amazon.awssdk.services.waf software.amazon.awssdk.services.waf.regional -
-
Uses of CreateWebAclMigrationStackResponse in software.amazon.awssdk.services.waf
Methods in software.amazon.awssdk.services.waf that return CreateWebAclMigrationStackResponse Modifier and Type Method Description default CreateWebAclMigrationStackResponseWafClient. createWebACLMigrationStack(Consumer<CreateWebAclMigrationStackRequest.Builder> createWebAclMigrationStackRequest)Creates an AWS CloudFormation WAFV2 template for the specified web ACL in the specified Amazon S3 bucket.default CreateWebAclMigrationStackResponseWafClient. createWebACLMigrationStack(CreateWebAclMigrationStackRequest createWebAclMigrationStackRequest)Creates an AWS CloudFormation WAFV2 template for the specified web ACL in the specified Amazon S3 bucket.Methods in software.amazon.awssdk.services.waf that return types with arguments of type CreateWebAclMigrationStackResponse Modifier and Type Method 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 CompletableFuture<CreateWebAclMigrationStackResponse>WafAsyncClient. createWebACLMigrationStack(CreateWebAclMigrationStackRequest createWebAclMigrationStackRequest)Creates an AWS CloudFormation WAFV2 template for the specified web ACL in the specified Amazon S3 bucket. -
Uses of CreateWebAclMigrationStackResponse in software.amazon.awssdk.services.waf.regional
Methods in software.amazon.awssdk.services.waf.regional that return CreateWebAclMigrationStackResponse Modifier and Type Method Description default CreateWebAclMigrationStackResponseWafRegionalClient. createWebACLMigrationStack(Consumer<CreateWebAclMigrationStackRequest.Builder> createWebAclMigrationStackRequest)Creates an AWS CloudFormation WAFV2 template for the specified web ACL in the specified Amazon S3 bucket.default CreateWebAclMigrationStackResponseWafRegionalClient. createWebACLMigrationStack(CreateWebAclMigrationStackRequest createWebAclMigrationStackRequest)Creates an AWS CloudFormation WAFV2 template for the specified web ACL in the specified Amazon S3 bucket.Methods in software.amazon.awssdk.services.waf.regional that return types with arguments of type CreateWebAclMigrationStackResponse Modifier and Type Method Description 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.default CompletableFuture<CreateWebAclMigrationStackResponse>WafRegionalAsyncClient. createWebACLMigrationStack(CreateWebAclMigrationStackRequest createWebAclMigrationStackRequest)Creates an AWS CloudFormation WAFV2 template for the specified web ACL in the specified Amazon S3 bucket.
-