Uses of Class
software.amazon.awssdk.services.lightsail.model.StartGuiSessionResponse
-
Packages that use StartGuiSessionResponse Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. -
-
Uses of StartGuiSessionResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return StartGuiSessionResponse Modifier and Type Method Description default StartGuiSessionResponseLightsailClient. startGUISession(Consumer<StartGuiSessionRequest.Builder> startGuiSessionRequest)Initiates a graphical user interface (GUI) session that’s used to access a virtual computer’s operating system and application.default StartGuiSessionResponseLightsailClient. startGUISession(StartGuiSessionRequest startGuiSessionRequest)Initiates a graphical user interface (GUI) session that’s used to access a virtual computer’s operating system and application.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type StartGuiSessionResponse Modifier and Type Method Description default CompletableFuture<StartGuiSessionResponse>LightsailAsyncClient. startGUISession(Consumer<StartGuiSessionRequest.Builder> startGuiSessionRequest)Initiates a graphical user interface (GUI) session that’s used to access a virtual computer’s operating system and application.default CompletableFuture<StartGuiSessionResponse>LightsailAsyncClient. startGUISession(StartGuiSessionRequest startGuiSessionRequest)Initiates a graphical user interface (GUI) session that’s used to access a virtual computer’s operating system and application.
-