| 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 |
|---|---|
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> |
AmazonNimbleStudioAsyncClient.listStudioComponentsAsync(ListStudioComponentsRequest request,
AsyncHandler<ListStudioComponentsRequest,ListStudioComponentsResult> asyncHandler) |
Future<ListStudioComponentsResult> |
AbstractAmazonNimbleStudioAsync.listStudioComponentsAsync(ListStudioComponentsRequest request,
AsyncHandler<ListStudioComponentsRequest,ListStudioComponentsResult> asyncHandler) |
Future<ListStudioComponentsResult> |
AmazonNimbleStudioAsync.listStudioComponentsAsync(ListStudioComponentsRequest listStudioComponentsRequest,
AsyncHandler<ListStudioComponentsRequest,ListStudioComponentsResult> asyncHandler)
Lists the
StudioComponents in a studio. |
| 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 © 2023. All rights reserved.