| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio |
Welcome to the Amazon Nimble Studio API reference.
|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StopStreamingSessionResult> |
AbstractAmazonNimbleStudioAsync.stopStreamingSessionAsync(StopStreamingSessionRequest request,
AsyncHandler<StopStreamingSessionRequest,StopStreamingSessionResult> asyncHandler) |
Future<StopStreamingSessionResult> |
AmazonNimbleStudioAsync.stopStreamingSessionAsync(StopStreamingSessionRequest stopStreamingSessionRequest,
AsyncHandler<StopStreamingSessionRequest,StopStreamingSessionResult> asyncHandler)
Transitions sessions from the READY state into the STOPPED state.
|
Future<StopStreamingSessionResult> |
AmazonNimbleStudioAsyncClient.stopStreamingSessionAsync(StopStreamingSessionRequest request,
AsyncHandler<StopStreamingSessionRequest,StopStreamingSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StopStreamingSessionRequest |
StopStreamingSessionRequest.clone() |
StopStreamingSessionRequest |
StopStreamingSessionRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
StopStreamingSessionRequest |
StopStreamingSessionRequest.withSessionId(String sessionId)
The streaming session ID for the StopStreamingSessionRequest.
|
StopStreamingSessionRequest |
StopStreamingSessionRequest.withStudioId(String studioId)
The studioId for the StopStreamingSessionRequest.
|
Copyright © 2022. All rights reserved.