Uses of Class
software.amazon.awssdk.services.ec2.model.GetConsoleOutputResponse
Packages that use GetConsoleOutputResponse
-
Uses of GetConsoleOutputResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetConsoleOutputResponseModifier and TypeMethodDescriptiondefault GetConsoleOutputResponseEc2Client.getConsoleOutput(Consumer<GetConsoleOutputRequest.Builder> getConsoleOutputRequest) Gets the console output for the specified instance.default GetConsoleOutputResponseEc2Client.getConsoleOutput(GetConsoleOutputRequest getConsoleOutputRequest) Gets the console output for the specified instance.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type GetConsoleOutputResponseModifier and TypeMethodDescriptionEc2AsyncClient.getConsoleOutput(Consumer<GetConsoleOutputRequest.Builder> getConsoleOutputRequest) Gets the console output for the specified instance.Ec2AsyncClient.getConsoleOutput(GetConsoleOutputRequest getConsoleOutputRequest) Gets the console output for the specified instance.