Uses of Class
software.amazon.awssdk.services.ec2.model.GetConsoleScreenshotRequest
-
Packages that use GetConsoleScreenshotRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of GetConsoleScreenshotRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type GetConsoleScreenshotRequest Modifier and Type Method Description default CompletableFuture<GetConsoleScreenshotResponse>Ec2AsyncClient. getConsoleScreenshot(GetConsoleScreenshotRequest getConsoleScreenshotRequest)Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.default GetConsoleScreenshotResponseEc2Client. getConsoleScreenshot(GetConsoleScreenshotRequest getConsoleScreenshotRequest)Retrieve a JPG-format screenshot of a running instance to help with troubleshooting. -
Uses of GetConsoleScreenshotRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type GetConsoleScreenshotRequest Modifier and Type Method Description SdkHttpFullRequestGetConsoleScreenshotRequestMarshaller. marshall(GetConsoleScreenshotRequest getConsoleScreenshotRequest)
-