| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| 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.
|
Copyright © 2019. All rights reserved.