Uses of Class
software.amazon.awssdk.services.nimble.model.SessionBackupMode
-
Packages that use SessionBackupMode Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of SessionBackupMode in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return SessionBackupMode Modifier and Type Method Description SessionBackupModeStreamingSession. backupMode()Shows the current backup setting of the session.static SessionBackupModeSessionBackupMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SessionBackupModeStreamConfigurationSessionBackup. mode()Specifies how artists sessions are backed up.static SessionBackupModeSessionBackupMode. 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.Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type SessionBackupMode Modifier and Type Method Description static Set<SessionBackupMode>SessionBackupMode. knownValues()Methods in software.amazon.awssdk.services.nimble.model with parameters of type SessionBackupMode Modifier and Type Method Description StreamingSession.BuilderStreamingSession.Builder. backupMode(SessionBackupMode backupMode)Shows the current backup setting of the session.StreamConfigurationSessionBackup.BuilderStreamConfigurationSessionBackup.Builder. mode(SessionBackupMode mode)Specifies how artists sessions are backed up.
-