| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ManagedRuleSet |
ManagedRuleSet.addPublishedVersionsEntry(String key,
ManagedRuleSetVersion value)
Add a single PublishedVersions entry
|
ManagedRuleSet |
ManagedRuleSet.clearPublishedVersionsEntries()
Removes all the entries added into PublishedVersions.
|
ManagedRuleSet |
ManagedRuleSet.clone() |
ManagedRuleSet |
GetManagedRuleSetResult.getManagedRuleSet()
The managed rule set that you requested.
|
ManagedRuleSet |
ManagedRuleSet.withARN(String aRN)
The Amazon Resource Name (ARN) of the entity.
|
ManagedRuleSet |
ManagedRuleSet.withDescription(String description)
A description of the set that helps with identification.
|
ManagedRuleSet |
ManagedRuleSet.withId(String id)
A unique identifier for the managed rule set.
|
ManagedRuleSet |
ManagedRuleSet.withLabelNamespace(String labelNamespace)
The label namespace prefix for the managed rule groups that are offered to customers from this managed rule set.
|
ManagedRuleSet |
ManagedRuleSet.withName(String name)
The name of the managed rule set.
|
ManagedRuleSet |
ManagedRuleSet.withPublishedVersions(Map<String,ManagedRuleSetVersion> publishedVersions)
The versions of this managed rule set that are available for use by customers.
|
ManagedRuleSet |
ManagedRuleSet.withRecommendedVersion(String recommendedVersion)
The version that you would like your customers to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetManagedRuleSetResult.setManagedRuleSet(ManagedRuleSet managedRuleSet)
The managed rule set that you requested.
|
GetManagedRuleSetResult |
GetManagedRuleSetResult.withManagedRuleSet(ManagedRuleSet managedRuleSet)
The managed rule set that you requested.
|
Copyright © 2025. All rights reserved.