| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio | |
| com.amazonaws.services.nimblestudio.model |
| 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 |
|---|---|
ListStudioComponentsRequest |
ListStudioComponentsRequest.clone() |
ListStudioComponentsRequest |
ListStudioComponentsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
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)
A list of states.
|
ListStudioComponentsRequest |
ListStudioComponentsRequest.withStates(String... states)
A list of states.
|
ListStudioComponentsRequest |
ListStudioComponentsRequest.withStudioId(String studioId)
The studio ID.
|
ListStudioComponentsRequest |
ListStudioComponentsRequest.withTypes(Collection<String> types)
The types.
|
ListStudioComponentsRequest |
ListStudioComponentsRequest.withTypes(String... types)
The types.
|
Copyright © 2021. All rights reserved.