| 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<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 |
|---|---|
ListStreamingImagesRequest |
ListStreamingImagesRequest.clone() |
ListStreamingImagesRequest |
ListStreamingImagesRequest.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListStreamingImagesRequest |
ListStreamingImagesRequest.withOwner(String owner)
Filter this request to streaming images with the given owner
|
ListStreamingImagesRequest |
ListStreamingImagesRequest.withStudioId(String studioId)
The studio ID.
|
Copyright © 2023. All rights reserved.