Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
GetConsoleScreenshotResult |
AbstractAmazonEC2.getConsoleScreenshot(GetConsoleScreenshotRequest request) |
GetConsoleScreenshotResult |
AmazonEC2.getConsoleScreenshot(GetConsoleScreenshotRequest getConsoleScreenshotRequest)
Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.
|
GetConsoleScreenshotResult |
AmazonEC2Client.getConsoleScreenshot(GetConsoleScreenshotRequest request)
Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.
|
Modifier and Type | Method and Description |
---|---|
Future<GetConsoleScreenshotResult> |
AbstractAmazonEC2Async.getConsoleScreenshotAsync(GetConsoleScreenshotRequest request,
AsyncHandler<GetConsoleScreenshotRequest,GetConsoleScreenshotResult> asyncHandler) |
Future<GetConsoleScreenshotResult> |
AmazonEC2Async.getConsoleScreenshotAsync(GetConsoleScreenshotRequest getConsoleScreenshotRequest,
AsyncHandler<GetConsoleScreenshotRequest,GetConsoleScreenshotResult> asyncHandler)
Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.
|
Future<GetConsoleScreenshotResult> |
AmazonEC2AsyncClient.getConsoleScreenshotAsync(GetConsoleScreenshotRequest request,
AsyncHandler<GetConsoleScreenshotRequest,GetConsoleScreenshotResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetConsoleScreenshotResult |
GetConsoleScreenshotResult.clone() |
GetConsoleScreenshotResult |
GetConsoleScreenshotResult.withImageData(String imageData)
The data that comprises the image.
|
GetConsoleScreenshotResult |
GetConsoleScreenshotResult.withInstanceId(String instanceId)
The ID of the instance.
|
Copyright © 2021. All rights reserved.