| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder |
EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation,
management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and
pre-configured with software and settings to meet specific IT standards.
|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListComponentBuildVersionsResult> |
AbstractAWSimagebuilderAsync.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> |
AWSimagebuilderAsyncClient.listComponentBuildVersionsAsync(ListComponentBuildVersionsRequest request,
AsyncHandler<ListComponentBuildVersionsRequest,ListComponentBuildVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListComponentBuildVersionsRequest |
ListComponentBuildVersionsRequest.clone() |
ListComponentBuildVersionsRequest |
ListComponentBuildVersionsRequest.withComponentVersionArn(String componentVersionArn)
The component version Amazon Resource Name (ARN) whose versions you want 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 © 2024. All rights reserved.