Uses of Class
software.amazon.awssdk.services.appstream.model.CopyImageRequest
-
Packages that use CopyImageRequest Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 software.amazon.awssdk.services.appstream.transform -
-
Uses of CopyImageRequest in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream with parameters of type CopyImageRequest Modifier and Type Method Description default CompletableFuture<CopyImageResponse>AppStreamAsyncClient. copyImage(CopyImageRequest 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. -
Uses of CopyImageRequest in software.amazon.awssdk.services.appstream.transform
Methods in software.amazon.awssdk.services.appstream.transform with parameters of type CopyImageRequest Modifier and Type Method Description SdkHttpFullRequestCopyImageRequestMarshaller. marshall(CopyImageRequest copyImageRequest)
-