| 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 |
|---|---|
ListStreamingImagesResult |
AmazonNimbleStudioClient.listStreamingImages(ListStreamingImagesRequest request)
List the streaming image resources available to this studio.
|
ListStreamingImagesResult |
AbstractAmazonNimbleStudio.listStreamingImages(ListStreamingImagesRequest request) |
ListStreamingImagesResult |
AmazonNimbleStudio.listStreamingImages(ListStreamingImagesRequest listStreamingImagesRequest)
List the streaming image resources available to this studio.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListStreamingImagesResult> |
AmazonNimbleStudioAsyncClient.listStreamingImagesAsync(ListStreamingImagesRequest request,
AsyncHandler<ListStreamingImagesRequest,ListStreamingImagesResult> asyncHandler) |
Future<ListStreamingImagesResult> |
AbstractAmazonNimbleStudioAsync.listStreamingImagesAsync(ListStreamingImagesRequest request,
AsyncHandler<ListStreamingImagesRequest,ListStreamingImagesResult> asyncHandler) |
Future<ListStreamingImagesResult> |
AmazonNimbleStudioAsync.listStreamingImagesAsync(ListStreamingImagesRequest listStreamingImagesRequest,
AsyncHandler<ListStreamingImagesRequest,ListStreamingImagesResult> asyncHandler)
List the streaming image resources available to this studio.
|
| Modifier and Type | Method and Description |
|---|---|
ListStreamingImagesResult |
ListStreamingImagesResult.clone() |
ListStreamingImagesResult |
ListStreamingImagesResult.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListStreamingImagesResult |
ListStreamingImagesResult.withStreamingImages(Collection<StreamingImage> streamingImages)
A collection of streaming images.
|
ListStreamingImagesResult |
ListStreamingImagesResult.withStreamingImages(StreamingImage... streamingImages)
A collection of streaming images.
|
Copyright © 2023. All rights reserved.