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