| Package | Description |
|---|---|
| com.amazonaws.services.appstream |
|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
CopyImageResult |
AmazonAppStreamClient.copyImage(CopyImageRequest request)
Copies the image within the same region or to a new region within the same AWS account.
|
CopyImageResult |
AbstractAmazonAppStream.copyImage(CopyImageRequest request) |
CopyImageResult |
AmazonAppStream.copyImage(CopyImageRequest copyImageRequest)
Copies the image within the same region or to a new region within the same AWS account.
|
Future<CopyImageResult> |
AmazonAppStreamAsyncClient.copyImageAsync(CopyImageRequest request) |
Future<CopyImageResult> |
AbstractAmazonAppStreamAsync.copyImageAsync(CopyImageRequest request) |
Future<CopyImageResult> |
AmazonAppStreamAsync.copyImageAsync(CopyImageRequest copyImageRequest)
Copies the image within the same region or to a new region within the same AWS account.
|
Future<CopyImageResult> |
AmazonAppStreamAsyncClient.copyImageAsync(CopyImageRequest request,
AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler) |
Future<CopyImageResult> |
AbstractAmazonAppStreamAsync.copyImageAsync(CopyImageRequest request,
AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler) |
Future<CopyImageResult> |
AmazonAppStreamAsync.copyImageAsync(CopyImageRequest copyImageRequest,
AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler)
Copies the image within the same region or to a new region within the same AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CopyImageResult> |
AmazonAppStreamAsyncClient.copyImageAsync(CopyImageRequest request,
AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler) |
Future<CopyImageResult> |
AbstractAmazonAppStreamAsync.copyImageAsync(CopyImageRequest request,
AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler) |
Future<CopyImageResult> |
AmazonAppStreamAsync.copyImageAsync(CopyImageRequest copyImageRequest,
AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler)
Copies the image within the same region or to a new region within the same AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
CopyImageRequest |
CopyImageRequest.clone() |
CopyImageRequest |
CopyImageRequest.withDestinationImageDescription(String destinationImageDescription)
The description that the image will have when it is copied to the destination.
|
CopyImageRequest |
CopyImageRequest.withDestinationImageName(String destinationImageName)
The name that the image will have when it is copied to the destination.
|
CopyImageRequest |
CopyImageRequest.withDestinationRegion(String destinationRegion)
The destination region to which the image will be copied.
|
CopyImageRequest |
CopyImageRequest.withSourceImageName(String sourceImageName)
The name of the image to copy.
|
Copyright © 2023. All rights reserved.