| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
SessionBackupMode |
StreamingSession.backupMode()
Shows the current backup setting of the session.
|
static SessionBackupMode |
SessionBackupMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SessionBackupMode |
StreamConfigurationSessionBackup.mode()
Specifies how artists sessions are backed up.
|
static SessionBackupMode |
SessionBackupMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionBackupMode[] |
SessionBackupMode.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<SessionBackupMode> |
SessionBackupMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StreamingSession.Builder |
StreamingSession.Builder.backupMode(SessionBackupMode backupMode)
Shows the current backup setting of the session.
|
StreamConfigurationSessionBackup.Builder |
StreamConfigurationSessionBackup.Builder.mode(SessionBackupMode mode)
Specifies how artists sessions are backed up.
|
Copyright © 2023. All rights reserved.