| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
VersionToPublish |
VersionToPublish.clone() |
VersionToPublish |
VersionToPublish.withAssociatedRuleGroupArn(String associatedRuleGroupArn)
The Amazon Resource Name (ARN) of the vendor's rule group that's used in the published managed rule group
version.
|
VersionToPublish |
VersionToPublish.withForecastedLifetime(Integer forecastedLifetime)
The amount of time the vendor expects this version of the managed rule group to last, in days.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,VersionToPublish> |
PutManagedRuleSetVersionsRequest.getVersionsToPublish()
The versions of the named managed rule group that you want to offer to your customers.
|
| Modifier and Type | Method and Description |
|---|---|
PutManagedRuleSetVersionsRequest |
PutManagedRuleSetVersionsRequest.addVersionsToPublishEntry(String key,
VersionToPublish value)
Add a single VersionsToPublish entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutManagedRuleSetVersionsRequest.setVersionsToPublish(Map<String,VersionToPublish> versionsToPublish)
The versions of the named managed rule group that you want to offer to your customers.
|
PutManagedRuleSetVersionsRequest |
PutManagedRuleSetVersionsRequest.withVersionsToPublish(Map<String,VersionToPublish> versionsToPublish)
The versions of the named managed rule group that you want to offer to your customers.
|
Copyright © 2024. All rights reserved.