Uses of Class
software.amazon.awssdk.services.ec2.model.GetConsoleOutputRequest
-
Packages that use GetConsoleOutputRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of GetConsoleOutputRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type GetConsoleOutputRequest Modifier and Type Method Description default CompletableFuture<GetConsoleOutputResponse>Ec2AsyncClient. getConsoleOutput(GetConsoleOutputRequest getConsoleOutputRequest)Gets the console output for the specified instance.default GetConsoleOutputResponseEc2Client. getConsoleOutput(GetConsoleOutputRequest getConsoleOutputRequest)Gets the console output for the specified instance. -
Uses of GetConsoleOutputRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type GetConsoleOutputRequest Modifier and Type Method Description SdkHttpFullRequestGetConsoleOutputRequestMarshaller. marshall(GetConsoleOutputRequest getConsoleOutputRequest)
-