Uses of Class
software.amazon.awssdk.services.ec2.model.GetConsoleScreenshotResponse
-
Packages that use GetConsoleScreenshotResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of GetConsoleScreenshotResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetConsoleScreenshotResponse Modifier and Type Method Description default GetConsoleScreenshotResponseEc2Client. getConsoleScreenshot(Consumer<GetConsoleScreenshotRequest.Builder> 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.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type GetConsoleScreenshotResponse Modifier and Type Method Description default CompletableFuture<GetConsoleScreenshotResponse>Ec2AsyncClient. getConsoleScreenshot(Consumer<GetConsoleScreenshotRequest.Builder> getConsoleScreenshotRequest)Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.default CompletableFuture<GetConsoleScreenshotResponse>Ec2AsyncClient. getConsoleScreenshot(GetConsoleScreenshotRequest getConsoleScreenshotRequest)Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.
-