| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
static StreamingSessionStorageMode |
StreamingSessionStorageMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static StreamingSessionStorageMode |
StreamingSessionStorageMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamingSessionStorageMode[] |
StreamingSessionStorageMode.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<StreamingSessionStorageMode> |
StreamingSessionStorageMode.knownValues()
|
List<StreamingSessionStorageMode> |
StreamConfigurationSessionStorage.mode()
Allows artists to upload files to their workstations.
|
| Modifier and Type | Method and Description |
|---|---|
StreamConfigurationSessionStorage.Builder |
StreamConfigurationSessionStorage.Builder.mode(StreamingSessionStorageMode... mode)
Allows artists to upload files to their workstations.
|
| Modifier and Type | Method and Description |
|---|---|
StreamConfigurationSessionStorage.Builder |
StreamConfigurationSessionStorage.Builder.mode(Collection<StreamingSessionStorageMode> mode)
Allows artists to upload files to their workstations.
|
Copyright © 2023. All rights reserved.