| 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<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 |
|---|---|
ListStudioComponentsRequest |
ListStudioComponentsRequest.clone() |
ListStudioComponentsRequest |
ListStudioComponentsRequest.withMaxResults(Integer maxResults)
The max number of results to return in the response.
|
ListStudioComponentsRequest |
ListStudioComponentsRequest.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListStudioComponentsRequest |
ListStudioComponentsRequest.withStates(Collection<String> states)
Filters the request to studio components that are in one of the given states.
|
ListStudioComponentsRequest |
ListStudioComponentsRequest.withStates(String... states)
Filters the request to studio components that are in one of the given states.
|
ListStudioComponentsRequest |
ListStudioComponentsRequest.withStates(StudioComponentState... states)
Filters the request to studio components that are in one of the given states.
|
ListStudioComponentsRequest |
ListStudioComponentsRequest.withStudioId(String studioId)
The studio ID.
|
ListStudioComponentsRequest |
ListStudioComponentsRequest.withTypes(Collection<String> types)
Filters the request to studio components that are of one of the given types.
|
ListStudioComponentsRequest |
ListStudioComponentsRequest.withTypes(String... types)
Filters the request to studio components that are of one of the given types.
|
ListStudioComponentsRequest |
ListStudioComponentsRequest.withTypes(StudioComponentType... types)
Filters the request to studio components that are of one of the given types.
|
Copyright © 2023. All rights reserved.