Uses of Interface
software.amazon.awssdk.services.workspaces.model.Capacity.Builder
-
Packages that use Capacity.Builder Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of Capacity.Builder in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return Capacity.Builder Modifier and Type Method Description static Capacity.BuilderCapacity. builder()Capacity.BuilderCapacity.Builder. desiredUserSessions(Integer desiredUserSessions)The desired number of user sessions for the WorkSpaces in the pool.Capacity.BuilderCapacity. toBuilder()Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type Capacity.Builder Modifier and Type Method Description static Class<? extends Capacity.Builder>Capacity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type Capacity.Builder Modifier and Type Method Description default CreateWorkspacesPoolRequest.BuilderCreateWorkspacesPoolRequest.Builder. capacity(Consumer<Capacity.Builder> capacity)The user capacity of the pool.default UpdateWorkspacesPoolRequest.BuilderUpdateWorkspacesPoolRequest.Builder. capacity(Consumer<Capacity.Builder> capacity)The desired capacity for the pool.
-