Uses of Class
software.amazon.awssdk.services.appstream.model.CopyImageResponse
-
Packages that use CopyImageResponse Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 -
-
Uses of CopyImageResponse in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream that return CopyImageResponse Modifier and Type Method Description default CopyImageResponseAppStreamClient. copyImage(Consumer<CopyImageRequest.Builder> copyImageRequest)Copies the image within the same region or to a new region within the same AWS account.default CopyImageResponseAppStreamClient. copyImage(CopyImageRequest copyImageRequest)Copies the image within the same region or to a new region within the same AWS account.Methods in software.amazon.awssdk.services.appstream that return types with arguments of type CopyImageResponse Modifier and Type Method 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.
-