Uses of Class
software.amazon.awssdk.services.guardduty.model.EbsSnapshotPreservation
-
Packages that use EbsSnapshotPreservation Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of EbsSnapshotPreservation in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return EbsSnapshotPreservation Modifier and Type Method Description EbsSnapshotPreservationGetMalwareScanSettingsResponse. ebsSnapshotPreservation()An enum value representing possible snapshot preservation settings.EbsSnapshotPreservationUpdateMalwareScanSettingsRequest. ebsSnapshotPreservation()An enum value representing possible snapshot preservation settings.static EbsSnapshotPreservationEbsSnapshotPreservation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EbsSnapshotPreservationEbsSnapshotPreservation. 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.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type EbsSnapshotPreservation Modifier and Type Method Description static Set<EbsSnapshotPreservation>EbsSnapshotPreservation. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type EbsSnapshotPreservation Modifier and Type Method Description GetMalwareScanSettingsResponse.BuilderGetMalwareScanSettingsResponse.Builder. ebsSnapshotPreservation(EbsSnapshotPreservation ebsSnapshotPreservation)An enum value representing possible snapshot preservation settings.UpdateMalwareScanSettingsRequest.BuilderUpdateMalwareScanSettingsRequest.Builder. ebsSnapshotPreservation(EbsSnapshotPreservation ebsSnapshotPreservation)An enum value representing possible snapshot preservation settings.
-