| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
CapacityStatus |
CapacityStatus.clone() |
CapacityStatus |
WorkspacesPool.getCapacityStatus()
The capacity status for the pool
|
CapacityStatus |
CapacityStatus.withActiveUserSessions(Integer activeUserSessions)
The number of user sessions currently being used for your pool.
|
CapacityStatus |
CapacityStatus.withActualUserSessions(Integer actualUserSessions)
The total number of user sessions that are available for streaming or are currently streaming in your pool.
|
CapacityStatus |
CapacityStatus.withAvailableUserSessions(Integer availableUserSessions)
The number of user sessions currently available for streaming from your pool.
|
CapacityStatus |
CapacityStatus.withDesiredUserSessions(Integer desiredUserSessions)
The total number of sessions slots that are either running or pending.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkspacesPool.setCapacityStatus(CapacityStatus capacityStatus)
The capacity status for the pool
|
WorkspacesPool |
WorkspacesPool.withCapacityStatus(CapacityStatus capacityStatus)
The capacity status for the pool
|
Copyright © 2024. All rights reserved.