| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
StreamConfigurationSessionBackup |
StreamConfigurationSessionBackup.clone() |
StreamConfigurationSessionBackup |
StreamConfigurationCreate.getSessionBackup()
Configures how streaming sessions are backed up when launched from this launch profile.
|
StreamConfigurationSessionBackup |
StreamConfiguration.getSessionBackup()
Information about the streaming session backup.
|
StreamConfigurationSessionBackup |
StreamConfigurationSessionBackup.withMaxBackupsToRetain(Integer maxBackupsToRetain)
The maximum number of backups that each streaming session created from this launch profile can have.
|
StreamConfigurationSessionBackup |
StreamConfigurationSessionBackup.withMode(SessionBackupMode mode)
Specifies how artists sessions are backed up.
|
StreamConfigurationSessionBackup |
StreamConfigurationSessionBackup.withMode(String mode)
Specifies how artists sessions are backed up.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamConfigurationCreate.setSessionBackup(StreamConfigurationSessionBackup sessionBackup)
Configures how streaming sessions are backed up when launched from this launch profile.
|
void |
StreamConfiguration.setSessionBackup(StreamConfigurationSessionBackup sessionBackup)
Information about the streaming session backup.
|
StreamConfigurationCreate |
StreamConfigurationCreate.withSessionBackup(StreamConfigurationSessionBackup sessionBackup)
Configures how streaming sessions are backed up when launched from this launch profile.
|
StreamConfiguration |
StreamConfiguration.withSessionBackup(StreamConfigurationSessionBackup sessionBackup)
Information about the streaming session backup.
|
Copyright © 2023. All rights reserved.