| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
WorkspacesPool |
WorkspacesPool.clone() |
WorkspacesPool |
UpdateWorkspacesPoolResult.getWorkspacesPool()
Describes the specified pool.
|
WorkspacesPool |
CreateWorkspacesPoolResult.getWorkspacesPool()
Indicates the pool to create.
|
WorkspacesPool |
WorkspacesPool.withApplicationSettings(ApplicationSettingsResponse applicationSettings)
The persistent application settings for users of the pool.
|
WorkspacesPool |
WorkspacesPool.withBundleId(String bundleId)
The identifier of the bundle used by the pool.
|
WorkspacesPool |
WorkspacesPool.withCapacityStatus(CapacityStatus capacityStatus)
The capacity status for the pool
|
WorkspacesPool |
WorkspacesPool.withCreatedAt(Date createdAt)
The time the pool was created.
|
WorkspacesPool |
WorkspacesPool.withDescription(String description)
The description of the pool.
|
WorkspacesPool |
WorkspacesPool.withDirectoryId(String directoryId)
The identifier of the directory used by the pool.
|
WorkspacesPool |
WorkspacesPool.withErrors(Collection<WorkspacesPoolError> errors)
The pool errors.
|
WorkspacesPool |
WorkspacesPool.withErrors(WorkspacesPoolError... errors)
The pool errors.
|
WorkspacesPool |
WorkspacesPool.withPoolArn(String poolArn)
The Amazon Resource Name (ARN) for the pool.
|
WorkspacesPool |
WorkspacesPool.withPoolId(String poolId)
The identifier of a pool.
|
WorkspacesPool |
WorkspacesPool.withPoolName(String poolName)
The name of the pool,
|
WorkspacesPool |
WorkspacesPool.withState(String state)
The current state of the pool.
|
WorkspacesPool |
WorkspacesPool.withState(WorkspacesPoolState state)
The current state of the pool.
|
WorkspacesPool |
WorkspacesPool.withTimeoutSettings(TimeoutSettings timeoutSettings)
The amount of time that a pool session remains active after users disconnect.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkspacesPool> |
DescribeWorkspacesPoolsResult.getWorkspacesPools()
Information about the WorkSpaces Pools.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateWorkspacesPoolResult.setWorkspacesPool(WorkspacesPool workspacesPool)
Describes the specified pool.
|
void |
CreateWorkspacesPoolResult.setWorkspacesPool(WorkspacesPool workspacesPool)
Indicates the pool to create.
|
UpdateWorkspacesPoolResult |
UpdateWorkspacesPoolResult.withWorkspacesPool(WorkspacesPool workspacesPool)
Describes the specified pool.
|
CreateWorkspacesPoolResult |
CreateWorkspacesPoolResult.withWorkspacesPool(WorkspacesPool workspacesPool)
Indicates the pool to create.
|
DescribeWorkspacesPoolsResult |
DescribeWorkspacesPoolsResult.withWorkspacesPools(WorkspacesPool... workspacesPools)
Information about the WorkSpaces Pools.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeWorkspacesPoolsResult.setWorkspacesPools(Collection<WorkspacesPool> workspacesPools)
Information about the WorkSpaces Pools.
|
DescribeWorkspacesPoolsResult |
DescribeWorkspacesPoolsResult.withWorkspacesPools(Collection<WorkspacesPool> workspacesPools)
Information about the WorkSpaces Pools.
|
Copyright © 2024. All rights reserved.