| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static FindingPublishingFrequency |
FindingPublishingFrequency.fromValue(String value)
Use this in place of valueOf.
|
static FindingPublishingFrequency |
FindingPublishingFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FindingPublishingFrequency[] |
FindingPublishingFrequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDetectorRequest |
UpdateDetectorRequest.withFindingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
An enum value that specifies how frequently findings are exported, such as to CloudWatch Events.
|
CreateDetectorRequest |
CreateDetectorRequest.withFindingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
A value that specifies how frequently updated findings are exported.
|
GetDetectorResult |
GetDetectorResult.withFindingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
The publishing frequency of the finding.
|
Copyright © 2023. All rights reserved.