| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ManagedProductDescriptor |
ManagedProductDescriptor.clone() |
ManagedProductDescriptor |
ManagedProductDescriptor.withIsAdvancedManagedRuleSet(Boolean isAdvancedManagedRuleSet)
Indicates whether the rule group provides an advanced set of protections, such as the the Amazon Web Services
Managed Rules rule groups that are used for WAF intelligent threat mitigation.
|
ManagedProductDescriptor |
ManagedProductDescriptor.withIsVersioningSupported(Boolean isVersioningSupported)
Indicates whether the rule group is versioned.
|
ManagedProductDescriptor |
ManagedProductDescriptor.withManagedRuleSetName(String managedRuleSetName)
The name of the managed rule group.
|
ManagedProductDescriptor |
ManagedProductDescriptor.withProductDescription(String productDescription)
A short description of the managed rule group.
|
ManagedProductDescriptor |
ManagedProductDescriptor.withProductId(String productId)
A unique identifier for the rule group.
|
ManagedProductDescriptor |
ManagedProductDescriptor.withProductLink(String productLink)
For Amazon Web Services Marketplace managed rule groups only, the link to the rule group product page.
|
ManagedProductDescriptor |
ManagedProductDescriptor.withProductTitle(String productTitle)
The display name for the managed rule group.
|
ManagedProductDescriptor |
ManagedProductDescriptor.withSnsTopicArn(String snsTopicArn)
The Amazon resource name (ARN) of the Amazon Simple Notification Service SNS topic that's used to provide
notification of changes to the managed rule group.
|
ManagedProductDescriptor |
ManagedProductDescriptor.withVendorName(String vendorName)
The name of the managed rule group vendor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ManagedProductDescriptor> |
DescribeAllManagedProductsResult.getManagedProducts()
High-level information for the Amazon Web Services Managed Rules rule groups and Amazon Web Services Marketplace
managed rule groups.
|
List<ManagedProductDescriptor> |
DescribeManagedProductsByVendorResult.getManagedProducts()
High-level information for the managed rule groups owned by the specified vendor.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAllManagedProductsResult |
DescribeAllManagedProductsResult.withManagedProducts(ManagedProductDescriptor... managedProducts)
High-level information for the Amazon Web Services Managed Rules rule groups and Amazon Web Services Marketplace
managed rule groups.
|
DescribeManagedProductsByVendorResult |
DescribeManagedProductsByVendorResult.withManagedProducts(ManagedProductDescriptor... managedProducts)
High-level information for the managed rule groups owned by the specified vendor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAllManagedProductsResult.setManagedProducts(Collection<ManagedProductDescriptor> managedProducts)
High-level information for the Amazon Web Services Managed Rules rule groups and Amazon Web Services Marketplace
managed rule groups.
|
void |
DescribeManagedProductsByVendorResult.setManagedProducts(Collection<ManagedProductDescriptor> managedProducts)
High-level information for the managed rule groups owned by the specified vendor.
|
DescribeAllManagedProductsResult |
DescribeAllManagedProductsResult.withManagedProducts(Collection<ManagedProductDescriptor> managedProducts)
High-level information for the Amazon Web Services Managed Rules rule groups and Amazon Web Services Marketplace
managed rule groups.
|
DescribeManagedProductsByVendorResult |
DescribeManagedProductsByVendorResult.withManagedProducts(Collection<ManagedProductDescriptor> managedProducts)
High-level information for the managed rule groups owned by the specified vendor.
|
Copyright © 2024. All rights reserved.