| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio | |
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
ListStudioComponentsResult |
AmazonNimbleStudioClient.listStudioComponents(ListStudioComponentsRequest request)
Lists the StudioComponents in a studio.
|
ListStudioComponentsResult |
AbstractAmazonNimbleStudio.listStudioComponents(ListStudioComponentsRequest request) |
ListStudioComponentsResult |
AmazonNimbleStudio.listStudioComponents(ListStudioComponentsRequest listStudioComponentsRequest)
Lists the StudioComponents in a studio.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListStudioComponentsResult> |
AmazonNimbleStudioAsync.listStudioComponentsAsync(ListStudioComponentsRequest listStudioComponentsRequest,
AsyncHandler<ListStudioComponentsRequest,ListStudioComponentsResult> asyncHandler)
Lists the StudioComponents in a studio.
|
Future<ListStudioComponentsResult> |
AmazonNimbleStudioAsyncClient.listStudioComponentsAsync(ListStudioComponentsRequest request,
AsyncHandler<ListStudioComponentsRequest,ListStudioComponentsResult> asyncHandler) |
Future<ListStudioComponentsResult> |
AbstractAmazonNimbleStudioAsync.listStudioComponentsAsync(ListStudioComponentsRequest request,
AsyncHandler<ListStudioComponentsRequest,ListStudioComponentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListStudioComponentsResult |
ListStudioComponentsResult.clone() |
ListStudioComponentsResult |
ListStudioComponentsResult.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListStudioComponentsResult |
ListStudioComponentsResult.withStudioComponents(Collection<StudioComponent> studioComponents)
A collection of studio components.
|
ListStudioComponentsResult |
ListStudioComponentsResult.withStudioComponents(StudioComponent... studioComponents)
A collection of studio components.
|
Copyright © 2021. All rights reserved.