Uses of Class
software.amazon.awssdk.services.workspaces.model.Capacity
-
Packages that use Capacity Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of Capacity in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return Capacity Modifier and Type Method Description CapacityCreateWorkspacesPoolRequest. capacity()The user capacity of the pool.CapacityUpdateWorkspacesPoolRequest. capacity()The desired capacity for the pool.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type Capacity Modifier and Type Method Description CreateWorkspacesPoolRequest.BuilderCreateWorkspacesPoolRequest.Builder. capacity(Capacity capacity)The user capacity of the pool.UpdateWorkspacesPoolRequest.BuilderUpdateWorkspacesPoolRequest.Builder. capacity(Capacity capacity)The desired capacity for the pool.
-