Uses of Class
com.amazonaws.services.ec2.model.GetConsoleOutputResult
Packages that use GetConsoleOutputResult
-
Uses of GetConsoleOutputResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return GetConsoleOutputResultModifier and TypeMethodDescriptionAbstractAmazonEC2.getConsoleOutput(GetConsoleOutputRequest request) AmazonEC2.getConsoleOutput(GetConsoleOutputRequest getConsoleOutputRequest) Gets the console output for the specified instance.AmazonEC2Client.getConsoleOutput(GetConsoleOutputRequest getConsoleOutputRequest) Gets the console output for the specified instance.Methods in com.amazonaws.services.ec2 that return types with arguments of type GetConsoleOutputResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.getConsoleOutputAsync(GetConsoleOutputRequest request) AbstractAmazonEC2Async.getConsoleOutputAsync(GetConsoleOutputRequest request, AsyncHandler<GetConsoleOutputRequest, GetConsoleOutputResult> asyncHandler) AmazonEC2Async.getConsoleOutputAsync(GetConsoleOutputRequest getConsoleOutputRequest) Gets the console output for the specified instance.AmazonEC2Async.getConsoleOutputAsync(GetConsoleOutputRequest getConsoleOutputRequest, AsyncHandler<GetConsoleOutputRequest, GetConsoleOutputResult> asyncHandler) Gets the console output for the specified instance.AmazonEC2AsyncClient.getConsoleOutputAsync(GetConsoleOutputRequest request) AmazonEC2AsyncClient.getConsoleOutputAsync(GetConsoleOutputRequest request, AsyncHandler<GetConsoleOutputRequest, GetConsoleOutputResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type GetConsoleOutputResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.getConsoleOutputAsync(GetConsoleOutputRequest request, AsyncHandler<GetConsoleOutputRequest, GetConsoleOutputResult> asyncHandler) AmazonEC2Async.getConsoleOutputAsync(GetConsoleOutputRequest getConsoleOutputRequest, AsyncHandler<GetConsoleOutputRequest, GetConsoleOutputResult> asyncHandler) Gets the console output for the specified instance.AmazonEC2AsyncClient.getConsoleOutputAsync(GetConsoleOutputRequest request, AsyncHandler<GetConsoleOutputRequest, GetConsoleOutputResult> asyncHandler) -
Uses of GetConsoleOutputResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return GetConsoleOutputResultModifier and TypeMethodDescriptionGetConsoleOutputResult.clone()GetConsoleOutputResult.withInstanceId(String instanceId) The ID of the instance.GetConsoleOutputResult.withOutput(String output) The console output, Base64 encoded.GetConsoleOutputResult.withTimestamp(Date timestamp) The time the output was last updated.