Uses of Interface
software.amazon.awssdk.services.ec2.model.GetConsoleScreenshotRequest.Builder
Packages that use GetConsoleScreenshotRequest.Builder
Package
Description
-
Uses of GetConsoleScreenshotRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type GetConsoleScreenshotRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.getConsoleScreenshot(Consumer<GetConsoleScreenshotRequest.Builder> getConsoleScreenshotRequest) Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.default GetConsoleScreenshotResponseEc2Client.getConsoleScreenshot(Consumer<GetConsoleScreenshotRequest.Builder> getConsoleScreenshotRequest) Retrieve a JPG-format screenshot of a running instance to help with troubleshooting. -
Uses of GetConsoleScreenshotRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetConsoleScreenshotRequest.BuilderModifier and TypeMethodDescriptionGetConsoleScreenshotRequest.builder()Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response.GetConsoleScreenshotRequest.Builder.instanceId(String instanceId) The ID of the instance.GetConsoleScreenshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetConsoleScreenshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetConsoleScreenshotRequest.toBuilder()When set totrue, acts as keystroke input and wakes up an instance that's in standby or "sleep" mode.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetConsoleScreenshotRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetConsoleScreenshotRequest.Builder>GetConsoleScreenshotRequest.serializableBuilderClass()