| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
static SessionPersistenceMode |
SessionPersistenceMode.fromValue(String value)
Use this in place of valueOf.
|
static SessionPersistenceMode |
SessionPersistenceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionPersistenceMode[] |
SessionPersistenceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StreamConfigurationCreate |
StreamConfigurationCreate.withSessionPersistenceMode(SessionPersistenceMode sessionPersistenceMode)
Determine if a streaming session created from this launch profile can configure persistent storage.
|
StreamConfiguration |
StreamConfiguration.withSessionPersistenceMode(SessionPersistenceMode sessionPersistenceMode)
Determine if a streaming session created from this launch profile can configure persistent storage.
|
StreamingSession |
StreamingSession.withSessionPersistenceMode(SessionPersistenceMode sessionPersistenceMode)
Determine if a streaming session created from this launch profile can configure persistent storage.
|
Copyright © 2023. All rights reserved.