| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeWorkspaceImagesResponse |
WorkSpacesClient.describeWorkspaceImages()
Retrieves a list that describes one or more specified images, if the image identifiers are provided.
|
default DescribeWorkspaceImagesResponse |
WorkSpacesClient.describeWorkspaceImages(Consumer<DescribeWorkspaceImagesRequest.Builder> describeWorkspaceImagesRequest)
Retrieves a list that describes one or more specified images, if the image identifiers are provided.
|
default DescribeWorkspaceImagesResponse |
WorkSpacesClient.describeWorkspaceImages(DescribeWorkspaceImagesRequest describeWorkspaceImagesRequest)
Retrieves a list that describes one or more specified images, if the image identifiers are provided.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeWorkspaceImagesResponse> |
WorkSpacesAsyncClient.describeWorkspaceImages()
Retrieves a list that describes one or more specified images, if the image identifiers are provided.
|
default CompletableFuture<DescribeWorkspaceImagesResponse> |
WorkSpacesAsyncClient.describeWorkspaceImages(Consumer<DescribeWorkspaceImagesRequest.Builder> describeWorkspaceImagesRequest)
Retrieves a list that describes one or more specified images, if the image identifiers are provided.
|
default CompletableFuture<DescribeWorkspaceImagesResponse> |
WorkSpacesAsyncClient.describeWorkspaceImages(DescribeWorkspaceImagesRequest describeWorkspaceImagesRequest)
Retrieves a list that describes one or more specified images, if the image identifiers are provided.
|
Copyright © 2023. All rights reserved.