| Package | Description |
|---|---|
| com.amazonaws.services.workspaces |
|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateWorkspacesPoolResult> |
AmazonWorkspacesAsyncClient.updateWorkspacesPoolAsync(UpdateWorkspacesPoolRequest request,
AsyncHandler<UpdateWorkspacesPoolRequest,UpdateWorkspacesPoolResult> asyncHandler) |
Future<UpdateWorkspacesPoolResult> |
AbstractAmazonWorkspacesAsync.updateWorkspacesPoolAsync(UpdateWorkspacesPoolRequest request,
AsyncHandler<UpdateWorkspacesPoolRequest,UpdateWorkspacesPoolResult> asyncHandler) |
Future<UpdateWorkspacesPoolResult> |
AmazonWorkspacesAsync.updateWorkspacesPoolAsync(UpdateWorkspacesPoolRequest updateWorkspacesPoolRequest,
AsyncHandler<UpdateWorkspacesPoolRequest,UpdateWorkspacesPoolResult> asyncHandler)
Updates the specified pool.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkspacesPoolRequest |
UpdateWorkspacesPoolRequest.clone() |
UpdateWorkspacesPoolRequest |
UpdateWorkspacesPoolRequest.withApplicationSettings(ApplicationSettingsRequest applicationSettings)
The persistent application settings for users in the pool.
|
UpdateWorkspacesPoolRequest |
UpdateWorkspacesPoolRequest.withBundleId(String bundleId)
The identifier of the bundle.
|
UpdateWorkspacesPoolRequest |
UpdateWorkspacesPoolRequest.withCapacity(Capacity capacity)
The desired capacity for the pool.
|
UpdateWorkspacesPoolRequest |
UpdateWorkspacesPoolRequest.withDescription(String description)
Describes the specified pool to update.
|
UpdateWorkspacesPoolRequest |
UpdateWorkspacesPoolRequest.withDirectoryId(String directoryId)
The identifier of the directory.
|
UpdateWorkspacesPoolRequest |
UpdateWorkspacesPoolRequest.withPoolId(String poolId)
The identifier of the specified pool to update.
|
UpdateWorkspacesPoolRequest |
UpdateWorkspacesPoolRequest.withTimeoutSettings(TimeoutSettings timeoutSettings)
Indicates the timeout settings of the specified pool.
|
Copyright © 2025. All rights reserved.