| 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 |
|---|---|
ListStreamingSessionBackupsResult |
AmazonNimbleStudioClient.listStreamingSessionBackups(ListStreamingSessionBackupsRequest request)
Lists the backups of a streaming session in a studio.
|
ListStreamingSessionBackupsResult |
AbstractAmazonNimbleStudio.listStreamingSessionBackups(ListStreamingSessionBackupsRequest request) |
ListStreamingSessionBackupsResult |
AmazonNimbleStudio.listStreamingSessionBackups(ListStreamingSessionBackupsRequest listStreamingSessionBackupsRequest)
Lists the backups of a streaming session in a studio.
|
| 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 |
|---|---|
ListStreamingSessionBackupsResult |
ListStreamingSessionBackupsResult.clone() |
ListStreamingSessionBackupsResult |
ListStreamingSessionBackupsResult.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListStreamingSessionBackupsResult |
ListStreamingSessionBackupsResult.withStreamingSessionBackups(Collection<StreamingSessionBackup> streamingSessionBackups)
Information about the streaming session backups.
|
ListStreamingSessionBackupsResult |
ListStreamingSessionBackupsResult.withStreamingSessionBackups(StreamingSessionBackup... streamingSessionBackups)
Information about the streaming session backups.
|
Copyright © 2023. All rights reserved.