| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio |
Welcome to the Amazon Nimble Studio API reference.
|
| com.amazonaws.services.nimblestudio.model | |
| com.amazonaws.services.nimblestudio.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<GetStreamingSessionResult> |
AmazonNimbleStudioAsyncClient.getStreamingSessionAsync(GetStreamingSessionRequest request,
AsyncHandler<GetStreamingSessionRequest,GetStreamingSessionResult> asyncHandler) |
Future<GetStreamingSessionResult> |
AbstractAmazonNimbleStudioAsync.getStreamingSessionAsync(GetStreamingSessionRequest request,
AsyncHandler<GetStreamingSessionRequest,GetStreamingSessionResult> asyncHandler) |
Future<GetStreamingSessionResult> |
AmazonNimbleStudioAsync.getStreamingSessionAsync(GetStreamingSessionRequest getStreamingSessionRequest,
AsyncHandler<GetStreamingSessionRequest,GetStreamingSessionResult> asyncHandler)
Gets StreamingSession resource.
|
| Modifier and Type | Method and Description |
|---|---|
GetStreamingSessionRequest |
GetStreamingSessionRequest.clone() |
GetStreamingSessionRequest |
GetStreamingSessionRequest.withSessionId(String sessionId)
The streaming session ID.
|
GetStreamingSessionRequest |
GetStreamingSessionRequest.withStudioId(String studioId)
The studio ID.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetStreamingSessionRequest> |
AmazonNimbleStudioWaiters.streamingSessionDeleted()
Builds a StreamingSessionDeleted waiter by using custom parameters waiterParameters and other parameters defined
in the waiters specification, and then polls until it determines whether the resource entered the desired state
or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<GetStreamingSessionRequest> |
AmazonNimbleStudioWaiters.streamingSessionReady()
Builds a StreamingSessionReady waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<GetStreamingSessionRequest> |
AmazonNimbleStudioWaiters.streamingSessionStopped()
Builds a StreamingSessionStopped waiter by using custom parameters waiterParameters and other parameters defined
in the waiters specification, and then polls until it determines whether the resource entered the desired state
or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
GetStreamingSessionResult |
GetStreamingSessionFunction.apply(GetStreamingSessionRequest getStreamingSessionRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.