|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetConsoleOutputResult | |
---|---|
com.amazonaws.services.ec2 | Synchronous and asynchronous client classes for accessing AmazonEC2. |
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of GetConsoleOutputResult in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 that return GetConsoleOutputResult | |
---|---|
GetConsoleOutputResult |
AmazonEC2.getConsoleOutput(GetConsoleOutputRequest getConsoleOutputRequest)
The GetConsoleOutput operation retrieves console output for the specified instance. |
GetConsoleOutputResult |
AmazonEC2Client.getConsoleOutput(GetConsoleOutputRequest getConsoleOutputRequest)
The GetConsoleOutput operation retrieves console output for the specified instance. |
Methods in com.amazonaws.services.ec2 that return types with arguments of type GetConsoleOutputResult | |
---|---|
Future<GetConsoleOutputResult> |
AmazonEC2AsyncClient.getConsoleOutputAsync(GetConsoleOutputRequest getConsoleOutputRequest)
The GetConsoleOutput operation retrieves console output for the specified instance. |
Future<GetConsoleOutputResult> |
AmazonEC2Async.getConsoleOutputAsync(GetConsoleOutputRequest getConsoleOutputRequest)
The GetConsoleOutput operation retrieves console output for the specified instance. |
Uses of GetConsoleOutputResult in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return GetConsoleOutputResult | |
---|---|
GetConsoleOutputResult |
GetConsoleOutputResult.withInstanceId(String instanceId)
The ID of the instance whose console output was requested. |
GetConsoleOutputResult |
GetConsoleOutputResult.withOutput(String output)
The console output, Base64 encoded. |
GetConsoleOutputResult |
GetConsoleOutputResult.withTimestamp(Date timestamp)
The time the output was last updated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |