| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetConsoleOutputResponse |
EC2Client.getConsoleOutput(Consumer<GetConsoleOutputRequest.Builder> getConsoleOutputRequest)
Gets the console output for the specified instance.
|
default GetConsoleOutputResponse |
EC2Client.getConsoleOutput(GetConsoleOutputRequest getConsoleOutputRequest)
Gets the console output for the specified instance.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetConsoleOutputResponse> |
EC2AsyncClient.getConsoleOutput(Consumer<GetConsoleOutputRequest.Builder> getConsoleOutputRequest)
Gets the console output for the specified instance.
|
default CompletableFuture<GetConsoleOutputResponse> |
EC2AsyncClient.getConsoleOutput(GetConsoleOutputRequest getConsoleOutputRequest)
Gets the console output for the specified instance.
|
| Modifier and Type | Method and Description |
|---|---|
GetConsoleOutputResponse |
GetConsoleOutputResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.