| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ManagedRuleSetVersion |
ManagedRuleSetVersion.clone() |
ManagedRuleSetVersion |
ManagedRuleSetVersion.withAssociatedRuleGroupArn(String associatedRuleGroupArn)
The Amazon Resource Name (ARN) of the vendor rule group that's used to define the published version of your
managed rule group.
|
ManagedRuleSetVersion |
ManagedRuleSetVersion.withCapacity(Long capacity)
The web ACL capacity units (WCUs) required for this rule group.
|
ManagedRuleSetVersion |
ManagedRuleSetVersion.withExpiryTimestamp(Date expiryTimestamp)
The time that this version is set to expire.
|
ManagedRuleSetVersion |
ManagedRuleSetVersion.withForecastedLifetime(Integer forecastedLifetime)
The amount of time you expect this version of your managed rule group to last, in days.
|
ManagedRuleSetVersion |
ManagedRuleSetVersion.withLastUpdateTimestamp(Date lastUpdateTimestamp)
The last time that you updated this version.
|
ManagedRuleSetVersion |
ManagedRuleSetVersion.withPublishTimestamp(Date publishTimestamp)
The time that you first published this version.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ManagedRuleSetVersion> |
ManagedRuleSet.getPublishedVersions()
The versions of this managed rule set that are available for use by customers.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedRuleSet |
ManagedRuleSet.addPublishedVersionsEntry(String key,
ManagedRuleSetVersion value)
Add a single PublishedVersions entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedRuleSet.setPublishedVersions(Map<String,ManagedRuleSetVersion> publishedVersions)
The versions of this managed rule set that are available for use by customers.
|
ManagedRuleSet |
ManagedRuleSet.withPublishedVersions(Map<String,ManagedRuleSetVersion> publishedVersions)
The versions of this managed rule set that are available for use by customers.
|
Copyright © 2023. All rights reserved.