Uses of Interface
software.amazon.awssdk.services.ec2.model.GetConsoleOutputRequest.Builder
-
Packages that use GetConsoleOutputRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of GetConsoleOutputRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type GetConsoleOutputRequest.Builder Modifier and Type Method Description default CompletableFuture<GetConsoleOutputResponse>Ec2AsyncClient. getConsoleOutput(Consumer<GetConsoleOutputRequest.Builder> getConsoleOutputRequest)Gets the console output for the specified instance.default GetConsoleOutputResponseEc2Client. getConsoleOutput(Consumer<GetConsoleOutputRequest.Builder> getConsoleOutputRequest)Gets the console output for the specified instance. -
Uses of GetConsoleOutputRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetConsoleOutputRequest.Builder Modifier and Type Method Description static GetConsoleOutputRequest.BuilderGetConsoleOutputRequest. builder()GetConsoleOutputRequest.BuilderGetConsoleOutputRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.GetConsoleOutputRequest.BuilderGetConsoleOutputRequest.Builder. instanceId(String instanceId)The ID of the instance.GetConsoleOutputRequest.BuilderGetConsoleOutputRequest.Builder. latest(Boolean latest)When enabled, retrieves the latest console output for the instance.GetConsoleOutputRequest.BuilderGetConsoleOutputRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConsoleOutputRequest.BuilderGetConsoleOutputRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetConsoleOutputRequest.BuilderGetConsoleOutputRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetConsoleOutputRequest.Builder Modifier and Type Method Description static Class<? extends GetConsoleOutputRequest.Builder>GetConsoleOutputRequest. serializableBuilderClass()
-