| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
static SessionPersistenceMode |
SessionPersistenceMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SessionPersistenceMode |
StreamingSession.sessionPersistenceMode()
Determine if a streaming session created from this launch profile can configure persistent storage.
|
SessionPersistenceMode |
StreamConfigurationCreate.sessionPersistenceMode()
Determine if a streaming session created from this launch profile can configure persistent storage.
|
SessionPersistenceMode |
StreamConfiguration.sessionPersistenceMode()
Determine if a streaming session created from this launch profile can configure persistent storage.
|
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 |
|---|---|
static Set<SessionPersistenceMode> |
SessionPersistenceMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StreamingSession.Builder |
StreamingSession.Builder.sessionPersistenceMode(SessionPersistenceMode sessionPersistenceMode)
Determine if a streaming session created from this launch profile can configure persistent storage.
|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.sessionPersistenceMode(SessionPersistenceMode sessionPersistenceMode)
Determine if a streaming session created from this launch profile can configure persistent storage.
|
StreamConfiguration.Builder |
StreamConfiguration.Builder.sessionPersistenceMode(SessionPersistenceMode sessionPersistenceMode)
Determine if a streaming session created from this launch profile can configure persistent storage.
|
Copyright © 2023. All rights reserved.