| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
static VolumeRetentionMode |
VolumeRetentionMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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.
|
VolumeRetentionMode |
StreamingSession.volumeRetentionMode()
Determine if an EBS volume created from this streaming session will be backed up.
|
VolumeRetentionMode |
StopStreamingSessionRequest.volumeRetentionMode()
Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the
EBS volumes.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VolumeRetentionMode> |
VolumeRetentionMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StreamingSession.Builder |
StreamingSession.Builder.volumeRetentionMode(VolumeRetentionMode volumeRetentionMode)
Determine if an EBS volume created from this streaming session will be backed up.
|
StopStreamingSessionRequest.Builder |
StopStreamingSessionRequest.Builder.volumeRetentionMode(VolumeRetentionMode volumeRetentionMode)
Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete
the EBS volumes.
|
Copyright © 2023. All rights reserved.