| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
StreamConfigurationSessionStorage |
StreamConfigurationSessionStorage.clone() |
StreamConfigurationSessionStorage |
StreamConfigurationCreate.getSessionStorage()
The upload storage for a streaming workstation that is created using this launch profile.
|
StreamConfigurationSessionStorage |
StreamConfiguration.getSessionStorage()
The upload storage for a streaming session.
|
StreamConfigurationSessionStorage |
StreamConfigurationSessionStorage.withMode(Collection<String> mode)
Allows artists to upload files to their workstations.
|
StreamConfigurationSessionStorage |
StreamConfigurationSessionStorage.withMode(StreamingSessionStorageMode... mode)
Allows artists to upload files to their workstations.
|
StreamConfigurationSessionStorage |
StreamConfigurationSessionStorage.withMode(String... mode)
Allows artists to upload files to their workstations.
|
StreamConfigurationSessionStorage |
StreamConfigurationSessionStorage.withRoot(StreamingSessionStorageRoot root)
The configuration for the upload storage root of the streaming session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamConfigurationCreate.setSessionStorage(StreamConfigurationSessionStorage sessionStorage)
The upload storage for a streaming workstation that is created using this launch profile.
|
void |
StreamConfiguration.setSessionStorage(StreamConfigurationSessionStorage sessionStorage)
The upload storage for a streaming session.
|
StreamConfigurationCreate |
StreamConfigurationCreate.withSessionStorage(StreamConfigurationSessionStorage sessionStorage)
The upload storage for a streaming workstation that is created using this launch profile.
|
StreamConfiguration |
StreamConfiguration.withSessionStorage(StreamConfigurationSessionStorage sessionStorage)
The upload storage for a streaming session.
|
Copyright © 2023. All rights reserved.