Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
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> |
AbstractAmazonEC2Async.getConsoleScreenshotAsync(GetConsoleScreenshotRequest request,
AsyncHandler<GetConsoleScreenshotRequest,GetConsoleScreenshotResult> asyncHandler) |
Future<GetConsoleScreenshotResult> |
AmazonEC2AsyncClient.getConsoleScreenshotAsync(GetConsoleScreenshotRequest request,
AsyncHandler<GetConsoleScreenshotRequest,GetConsoleScreenshotResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetConsoleScreenshotRequest |
GetConsoleScreenshotRequest.clone() |
GetConsoleScreenshotRequest |
GetConsoleScreenshotRequest.withInstanceId(String instanceId)
The ID of the instance.
|
GetConsoleScreenshotRequest |
GetConsoleScreenshotRequest.withWakeUp(Boolean wakeUp)
When set to
true , acts as keystroke input and wakes up an instance that's in standby or "sleep"
mode. |
Modifier and Type | Method and Description |
---|---|
Request<GetConsoleScreenshotRequest> |
GetConsoleScreenshotRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2017. All rights reserved.