| Package | Description | 
|---|---|
| com.amazonaws.services.workspaces | 
 | 
| com.amazonaws.services.workspaces.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<CreateUpdatedWorkspaceImageResult> | 
AbstractAmazonWorkspacesAsync.createUpdatedWorkspaceImageAsync(CreateUpdatedWorkspaceImageRequest request,
                                AsyncHandler<CreateUpdatedWorkspaceImageRequest,CreateUpdatedWorkspaceImageResult> asyncHandler)  | 
Future<CreateUpdatedWorkspaceImageResult> | 
AmazonWorkspacesAsyncClient.createUpdatedWorkspaceImageAsync(CreateUpdatedWorkspaceImageRequest request,
                                AsyncHandler<CreateUpdatedWorkspaceImageRequest,CreateUpdatedWorkspaceImageResult> asyncHandler)  | 
Future<CreateUpdatedWorkspaceImageResult> | 
AmazonWorkspacesAsync.createUpdatedWorkspaceImageAsync(CreateUpdatedWorkspaceImageRequest createUpdatedWorkspaceImageRequest,
                                AsyncHandler<CreateUpdatedWorkspaceImageRequest,CreateUpdatedWorkspaceImageResult> asyncHandler)
 Creates a new updated WorkSpace image based on the specified source image. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateUpdatedWorkspaceImageRequest | 
CreateUpdatedWorkspaceImageRequest.clone()  | 
CreateUpdatedWorkspaceImageRequest | 
CreateUpdatedWorkspaceImageRequest.withDescription(String description)
 A description of whether updates for the WorkSpace image are available. 
 | 
CreateUpdatedWorkspaceImageRequest | 
CreateUpdatedWorkspaceImageRequest.withName(String name)
 The name of the new updated WorkSpace image. 
 | 
CreateUpdatedWorkspaceImageRequest | 
CreateUpdatedWorkspaceImageRequest.withSourceImageId(String sourceImageId)
 The identifier of the source WorkSpace image. 
 | 
CreateUpdatedWorkspaceImageRequest | 
CreateUpdatedWorkspaceImageRequest.withTags(Collection<Tag> tags)
 The tags that you want to add to the new updated WorkSpace image. 
 | 
CreateUpdatedWorkspaceImageRequest | 
CreateUpdatedWorkspaceImageRequest.withTags(Tag... tags)
 The tags that you want to add to the new updated WorkSpace image. 
 | 
Copyright © 2024. All rights reserved.