| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream |
|
| Modifier and Type | Method and Description |
|---|---|
default CopyImageResponse |
AppStreamClient.copyImage(Consumer<CopyImageRequest.Builder> copyImageRequest)
Copies the image within the same region or to a new region within the same AWS account.
|
default CopyImageResponse |
AppStreamClient.copyImage(CopyImageRequest copyImageRequest)
Copies the image within the same region or to a new region within the same AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CopyImageResponse> |
AppStreamAsyncClient.copyImage(Consumer<CopyImageRequest.Builder> copyImageRequest)
Copies the image within the same region or to a new region within the same AWS account.
|
default CompletableFuture<CopyImageResponse> |
AppStreamAsyncClient.copyImage(CopyImageRequest copyImageRequest)
Copies the image within the same region or to a new region within the same AWS account.
|
Copyright © 2023. All rights reserved.