| 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> |
AmazonNimbleStudioAsyncClient.stopStreamingSessionAsync(StopStreamingSessionRequest request,
AsyncHandler<StopStreamingSessionRequest,StopStreamingSessionResult> asyncHandler) |
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. |
| 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.
|
StopStreamingSessionRequest |
StopStreamingSessionRequest.withVolumeRetentionMode(String volumeRetentionMode)
Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the
EBS volumes.
|
StopStreamingSessionRequest |
StopStreamingSessionRequest.withVolumeRetentionMode(VolumeRetentionMode volumeRetentionMode)
Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the
EBS volumes.
|
Copyright © 2023. All rights reserved.