Uses of Interface
software.amazon.awssdk.services.ec2.model.GetConsoleOutputRequest.Builder
Packages that use GetConsoleOutputRequest.Builder
Package
Description
-
Uses of GetConsoleOutputRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type GetConsoleOutputRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.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.BuilderModifier and TypeMethodDescriptionGetConsoleOutputRequest.builder()Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response.GetConsoleOutputRequest.Builder.instanceId(String instanceId) The ID of the instance.When enabled, retrieves the latest console output for the instance.GetConsoleOutputRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetConsoleOutputRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetConsoleOutputRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetConsoleOutputRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetConsoleOutputRequest.Builder>GetConsoleOutputRequest.serializableBuilderClass()