| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder |
Amazon Elastic Compute Cloud Image Builder provides a one-stop-shop to automate the image management processes.
|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListComponentBuildVersionsResult> |
AWSimagebuilderAsyncClient.listComponentBuildVersionsAsync(ListComponentBuildVersionsRequest request,
AsyncHandler<ListComponentBuildVersionsRequest,ListComponentBuildVersionsResult> asyncHandler) |
Future<ListComponentBuildVersionsResult> |
AWSimagebuilderAsync.listComponentBuildVersionsAsync(ListComponentBuildVersionsRequest listComponentBuildVersionsRequest,
AsyncHandler<ListComponentBuildVersionsRequest,ListComponentBuildVersionsResult> asyncHandler)
Returns the list of component build versions for the specified semantic version.
|
Future<ListComponentBuildVersionsResult> |
AbstractAWSimagebuilderAsync.listComponentBuildVersionsAsync(ListComponentBuildVersionsRequest request,
AsyncHandler<ListComponentBuildVersionsRequest,ListComponentBuildVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListComponentBuildVersionsRequest |
ListComponentBuildVersionsRequest.clone() |
ListComponentBuildVersionsRequest |
ListComponentBuildVersionsRequest.withComponentVersionArn(String componentVersionArn)
The component version arn whose versions you wish to list.
|
ListComponentBuildVersionsRequest |
ListComponentBuildVersionsRequest.withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListComponentBuildVersionsRequest |
ListComponentBuildVersionsRequest.withNextToken(String nextToken)
A token to specify where to start paginating.
|
Copyright © 2020. All rights reserved.