Uses of Class
com.amazonaws.services.ec2.model.GetConsoleOutputRequest

Packages that use GetConsoleOutputRequest
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 GetConsoleOutputRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type GetConsoleOutputRequest
 GetConsoleOutputResult AmazonEC2Client.getConsoleOutput(GetConsoleOutputRequest getConsoleOutputRequest)
           Gets the console output for the specified instance.
 GetConsoleOutputResult AmazonEC2.getConsoleOutput(GetConsoleOutputRequest getConsoleOutputRequest)
           Gets the console output for the specified instance.
 Future<GetConsoleOutputResult> AmazonEC2AsyncClient.getConsoleOutputAsync(GetConsoleOutputRequest getConsoleOutputRequest)
           Gets the console output for the specified instance.
 Future<GetConsoleOutputResult> AmazonEC2Async.getConsoleOutputAsync(GetConsoleOutputRequest getConsoleOutputRequest)
           Gets the console output for the specified instance.
 Future<GetConsoleOutputResult> AmazonEC2AsyncClient.getConsoleOutputAsync(GetConsoleOutputRequest getConsoleOutputRequest, AsyncHandler<GetConsoleOutputRequest,GetConsoleOutputResult> asyncHandler)
           Gets the console output for the specified instance.
 Future<GetConsoleOutputResult> AmazonEC2Async.getConsoleOutputAsync(GetConsoleOutputRequest getConsoleOutputRequest, AsyncHandler<GetConsoleOutputRequest,GetConsoleOutputResult> asyncHandler)
           Gets the console output for the specified instance.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type GetConsoleOutputRequest
 Future<GetConsoleOutputResult> AmazonEC2AsyncClient.getConsoleOutputAsync(GetConsoleOutputRequest getConsoleOutputRequest, AsyncHandler<GetConsoleOutputRequest,GetConsoleOutputResult> asyncHandler)
           Gets the console output for the specified instance.
 Future<GetConsoleOutputResult> AmazonEC2Async.getConsoleOutputAsync(GetConsoleOutputRequest getConsoleOutputRequest, AsyncHandler<GetConsoleOutputRequest,GetConsoleOutputResult> asyncHandler)
           Gets the console output for the specified instance.
 

Uses of GetConsoleOutputRequest in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return GetConsoleOutputRequest
 GetConsoleOutputRequest GetConsoleOutputRequest.withInstanceId(String instanceId)
          The ID of the instance.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type GetConsoleOutputRequest
 Request<GetConsoleOutputRequest> GetConsoleOutputRequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.