| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
EbsSnapshotPreservation |
UpdateMalwareScanSettingsRequest.ebsSnapshotPreservation()
An enum value representing possible snapshot preservation settings.
|
EbsSnapshotPreservation |
GetMalwareScanSettingsResponse.ebsSnapshotPreservation()
An enum value representing possible snapshot preservation settings.
|
static EbsSnapshotPreservation |
EbsSnapshotPreservation.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EbsSnapshotPreservation |
EbsSnapshotPreservation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EbsSnapshotPreservation[] |
EbsSnapshotPreservation.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<EbsSnapshotPreservation> |
EbsSnapshotPreservation.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMalwareScanSettingsRequest.Builder |
UpdateMalwareScanSettingsRequest.Builder.ebsSnapshotPreservation(EbsSnapshotPreservation ebsSnapshotPreservation)
An enum value representing possible snapshot preservation settings.
|
GetMalwareScanSettingsResponse.Builder |
GetMalwareScanSettingsResponse.Builder.ebsSnapshotPreservation(EbsSnapshotPreservation ebsSnapshotPreservation)
An enum value representing possible snapshot preservation settings.
|
Copyright © 2023. All rights reserved.