| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
FindingPublishingFrequency |
UpdateDetectorRequest.findingPublishingFrequency()
A enum value that specifies how frequently customer got Finding updates published.
|
FindingPublishingFrequency |
GetDetectorResponse.findingPublishingFrequency()
Finding publishing frequency.
|
FindingPublishingFrequency |
CreateDetectorRequest.findingPublishingFrequency()
A enum value that specifies how frequently customer got Finding updates published.
|
static FindingPublishingFrequency |
FindingPublishingFrequency.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<FindingPublishingFrequency> |
FindingPublishingFrequency.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDetectorRequest.Builder |
UpdateDetectorRequest.Builder.findingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
A enum value that specifies how frequently customer got Finding updates published.
|
GetDetectorResponse.Builder |
GetDetectorResponse.Builder.findingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
Finding publishing frequency.
|
CreateDetectorRequest.Builder |
CreateDetectorRequest.Builder.findingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
A enum value that specifies how frequently customer got Finding updates published.
|
Copyright © 2019. All rights reserved.