Uses of Class
software.amazon.awssdk.services.nimble.model.VolumeRetentionMode
-
Packages that use VolumeRetentionMode Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of VolumeRetentionMode in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return VolumeRetentionMode Modifier and Type Method Description static VolumeRetentionModeVolumeRetentionMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VolumeRetentionModeVolumeRetentionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static VolumeRetentionMode[]VolumeRetentionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.VolumeRetentionModeStopStreamingSessionRequest. volumeRetentionMode()Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the EBS volumes.VolumeRetentionModeStreamingSession. volumeRetentionMode()Determine if an EBS volume created from this streaming session will be backed up.Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type VolumeRetentionMode Modifier and Type Method Description static Set<VolumeRetentionMode>VolumeRetentionMode. knownValues()Methods in software.amazon.awssdk.services.nimble.model with parameters of type VolumeRetentionMode Modifier and Type Method Description StopStreamingSessionRequest.BuilderStopStreamingSessionRequest.Builder. volumeRetentionMode(VolumeRetentionMode volumeRetentionMode)Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the EBS volumes.StreamingSession.BuilderStreamingSession.Builder. volumeRetentionMode(VolumeRetentionMode volumeRetentionMode)Determine if an EBS volume created from this streaming session will be backed up.
-