| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceImage |
WorkspaceImage.clone() |
WorkspaceImage |
WorkspaceImage.withCreated(Date created)
The date when the image was created.
|
WorkspaceImage |
WorkspaceImage.withDescription(String description)
The description of the image.
|
WorkspaceImage |
WorkspaceImage.withErrorCode(String errorCode)
The error code that is returned for the image.
|
WorkspaceImage |
WorkspaceImage.withErrorMessage(String errorMessage)
The text of the error message that is returned for the image.
|
WorkspaceImage |
WorkspaceImage.withImageId(String imageId)
The identifier of the image.
|
WorkspaceImage |
WorkspaceImage.withName(String name)
The name of the image.
|
WorkspaceImage |
WorkspaceImage.withOperatingSystem(OperatingSystem operatingSystem)
The operating system that the image is running.
|
WorkspaceImage |
WorkspaceImage.withOwnerAccountId(String ownerAccountId)
The identifier of the Amazon Web Services account that owns the image.
|
WorkspaceImage |
WorkspaceImage.withRequiredTenancy(String requiredTenancy)
Specifies whether the image is running on dedicated hardware.
|
WorkspaceImage |
WorkspaceImage.withRequiredTenancy(WorkspaceImageRequiredTenancy requiredTenancy)
Specifies whether the image is running on dedicated hardware.
|
WorkspaceImage |
WorkspaceImage.withState(String state)
The status of the image.
|
WorkspaceImage |
WorkspaceImage.withState(WorkspaceImageState state)
The status of the image.
|
WorkspaceImage |
WorkspaceImage.withUpdates(UpdateResult updates)
The updates (if any) that are available for the specified image.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkspaceImage> |
DescribeWorkspaceImagesResult.getImages()
Information about the images.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspaceImagesResult |
DescribeWorkspaceImagesResult.withImages(WorkspaceImage... images)
Information about the images.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeWorkspaceImagesResult.setImages(Collection<WorkspaceImage> images)
Information about the images.
|
DescribeWorkspaceImagesResult |
DescribeWorkspaceImagesResult.withImages(Collection<WorkspaceImage> images)
Information about the images.
|
Copyright © 2021. All rights reserved.