| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
Capacity |
Capacity.clone() |
Capacity |
UpdateWorkspacesPoolRequest.getCapacity()
The desired capacity for the pool.
|
Capacity |
CreateWorkspacesPoolRequest.getCapacity()
The user capacity of the pool.
|
Capacity |
Capacity.withDesiredUserSessions(Integer desiredUserSessions)
The desired number of user sessions for the WorkSpaces in the pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateWorkspacesPoolRequest.setCapacity(Capacity capacity)
The desired capacity for the pool.
|
void |
CreateWorkspacesPoolRequest.setCapacity(Capacity capacity)
The user capacity of the pool.
|
UpdateWorkspacesPoolRequest |
UpdateWorkspacesPoolRequest.withCapacity(Capacity capacity)
The desired capacity for the pool.
|
CreateWorkspacesPoolRequest |
CreateWorkspacesPoolRequest.withCapacity(Capacity capacity)
The user capacity of the pool.
|
Copyright © 2024. All rights reserved.