| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
VolumeConfiguration |
VolumeConfiguration.clone() |
VolumeConfiguration |
StreamConfigurationCreate.getVolumeConfiguration()
Custom volume configuration for the root volumes that are attached to streaming sessions.
|
VolumeConfiguration |
StreamConfiguration.getVolumeConfiguration()
Custom volume configuration for the root volumes that are attached to streaming sessions.
|
VolumeConfiguration |
StreamingSession.getVolumeConfiguration()
Custom volume configuration for the root volumes that are attached to streaming sessions.
|
VolumeConfiguration |
VolumeConfiguration.withIops(Integer iops)
The number of I/O operations per second for the root volume that is attached to streaming session.
|
VolumeConfiguration |
VolumeConfiguration.withSize(Integer size)
The size of the root volume that is attached to the streaming session.
|
VolumeConfiguration |
VolumeConfiguration.withThroughput(Integer throughput)
The throughput to provision for the root volume that is attached to the streaming session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamConfigurationCreate.setVolumeConfiguration(VolumeConfiguration volumeConfiguration)
Custom volume configuration for the root volumes that are attached to streaming sessions.
|
void |
StreamConfiguration.setVolumeConfiguration(VolumeConfiguration volumeConfiguration)
Custom volume configuration for the root volumes that are attached to streaming sessions.
|
void |
StreamingSession.setVolumeConfiguration(VolumeConfiguration volumeConfiguration)
Custom volume configuration for the root volumes that are attached to streaming sessions.
|
StreamConfigurationCreate |
StreamConfigurationCreate.withVolumeConfiguration(VolumeConfiguration volumeConfiguration)
Custom volume configuration for the root volumes that are attached to streaming sessions.
|
StreamConfiguration |
StreamConfiguration.withVolumeConfiguration(VolumeConfiguration volumeConfiguration)
Custom volume configuration for the root volumes that are attached to streaming sessions.
|
StreamingSession |
StreamingSession.withVolumeConfiguration(VolumeConfiguration volumeConfiguration)
Custom volume configuration for the root volumes that are attached to streaming sessions.
|
Copyright © 2023. All rights reserved.