Uses of Class
software.amazon.awssdk.services.ec2.model.CopyImageRequest
-
Packages that use CopyImageRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of CopyImageRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type CopyImageRequest Modifier and Type Method Description default CompletableFuture<CopyImageResponse>Ec2AsyncClient. copyImage(CopyImageRequest copyImageRequest)Initiates an AMI copy operation.default CopyImageResponseEc2Client. copyImage(CopyImageRequest copyImageRequest)Initiates an AMI copy operation. -
Uses of CopyImageRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type CopyImageRequest Modifier and Type Method Description SdkHttpFullRequestCopyImageRequestMarshaller. marshall(CopyImageRequest copyImageRequest)
-