Uses of Class
software.amazon.awssdk.services.ec2.model.GetConsoleScreenshotResponse
Packages that use GetConsoleScreenshotResponse
-
Uses of GetConsoleScreenshotResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetConsoleScreenshotResponseModifier and TypeMethodDescriptiondefault 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 GetConsoleScreenshotResponseModifier and TypeMethodDescriptionEc2AsyncClient.getConsoleScreenshot(Consumer<GetConsoleScreenshotRequest.Builder> getConsoleScreenshotRequest) Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.Ec2AsyncClient.getConsoleScreenshot(GetConsoleScreenshotRequest getConsoleScreenshotRequest) Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.