| 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<ListStreamingSessionBackupsResult> |
AmazonNimbleStudioAsyncClient.listStreamingSessionBackupsAsync(ListStreamingSessionBackupsRequest request,
AsyncHandler<ListStreamingSessionBackupsRequest,ListStreamingSessionBackupsResult> asyncHandler) |
Future<ListStreamingSessionBackupsResult> |
AbstractAmazonNimbleStudioAsync.listStreamingSessionBackupsAsync(ListStreamingSessionBackupsRequest request,
AsyncHandler<ListStreamingSessionBackupsRequest,ListStreamingSessionBackupsResult> asyncHandler) |
Future<ListStreamingSessionBackupsResult> |
AmazonNimbleStudioAsync.listStreamingSessionBackupsAsync(ListStreamingSessionBackupsRequest listStreamingSessionBackupsRequest,
AsyncHandler<ListStreamingSessionBackupsRequest,ListStreamingSessionBackupsResult> asyncHandler)
Lists the backups of a streaming session in a studio.
|
| Modifier and Type | Method and Description |
|---|---|
ListStreamingSessionBackupsRequest |
ListStreamingSessionBackupsRequest.clone() |
ListStreamingSessionBackupsRequest |
ListStreamingSessionBackupsRequest.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListStreamingSessionBackupsRequest |
ListStreamingSessionBackupsRequest.withOwnedBy(String ownedBy)
The user ID of the user that owns the streaming session.
|
ListStreamingSessionBackupsRequest |
ListStreamingSessionBackupsRequest.withStudioId(String studioId)
The studio ID.
|
Copyright © 2023. All rights reserved.