Uses of Class
software.amazon.awssdk.services.nimble.model.StopStreamingSessionResponse
-
Packages that use StopStreamingSessionResponse Package Description software.amazon.awssdk.services.nimble Welcome to the Amazon Nimble Studio API reference. -
-
Uses of StopStreamingSessionResponse in software.amazon.awssdk.services.nimble
Methods in software.amazon.awssdk.services.nimble that return StopStreamingSessionResponse Modifier and Type Method Description default StopStreamingSessionResponseNimbleClient. stopStreamingSession(Consumer<StopStreamingSessionRequest.Builder> stopStreamingSessionRequest)Transitions sessions from theREADYstate into theSTOPPEDstate.default StopStreamingSessionResponseNimbleClient. stopStreamingSession(StopStreamingSessionRequest stopStreamingSessionRequest)Transitions sessions from theREADYstate into theSTOPPEDstate.Methods in software.amazon.awssdk.services.nimble that return types with arguments of type StopStreamingSessionResponse Modifier and Type Method Description default CompletableFuture<StopStreamingSessionResponse>NimbleAsyncClient. stopStreamingSession(Consumer<StopStreamingSessionRequest.Builder> stopStreamingSessionRequest)Transitions sessions from theREADYstate into theSTOPPEDstate.default CompletableFuture<StopStreamingSessionResponse>NimbleAsyncClient. stopStreamingSession(StopStreamingSessionRequest stopStreamingSessionRequest)Transitions sessions from theREADYstate into theSTOPPEDstate.
-