| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
static VolumeRetentionMode |
VolumeRetentionMode.fromValue(String value)
Use this in place of valueOf.
|
static VolumeRetentionMode |
VolumeRetentionMode.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.
|
| Modifier and Type | Method and Description |
|---|---|
StopStreamingSessionRequest |
StopStreamingSessionRequest.withVolumeRetentionMode(VolumeRetentionMode volumeRetentionMode)
Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the
EBS volumes.
|
StreamingSession |
StreamingSession.withVolumeRetentionMode(VolumeRetentionMode volumeRetentionMode)
Determine if an EBS volume created from this streaming session will be backed up.
|
Copyright © 2023. All rights reserved.