| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
FindingPublishingFrequency |
EnableMacieRequest.findingPublishingFrequency()
Specifies how often to publish updates to policy findings for the account.
|
FindingPublishingFrequency |
UpdateMacieSessionRequest.findingPublishingFrequency()
Specifies how often to publish updates to policy findings for the account.
|
FindingPublishingFrequency |
GetMacieSessionResponse.findingPublishingFrequency()
The frequency with which Amazon Macie publishes updates to policy findings for the account.
|
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 |
|---|---|
EnableMacieRequest.Builder |
EnableMacieRequest.Builder.findingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
Specifies how often to publish updates to policy findings for the account.
|
UpdateMacieSessionRequest.Builder |
UpdateMacieSessionRequest.Builder.findingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
Specifies how often to publish updates to policy findings for the account.
|
GetMacieSessionResponse.Builder |
GetMacieSessionResponse.Builder.findingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
The frequency with which Amazon Macie publishes updates to policy findings for the account.
|
Copyright © 2021. All rights reserved.