| 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 |
|---|---|
ListComponentBuildVersionsResult |
AbstractAWSimagebuilder.listComponentBuildVersions(ListComponentBuildVersionsRequest request) |
ListComponentBuildVersionsResult |
AWSimagebuilderClient.listComponentBuildVersions(ListComponentBuildVersionsRequest request)
Returns the list of component build versions for the specified semantic version.
|
ListComponentBuildVersionsResult |
AWSimagebuilder.listComponentBuildVersions(ListComponentBuildVersionsRequest listComponentBuildVersionsRequest)
Returns the list of component build versions for the specified semantic version.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListComponentBuildVersionsResult> |
AbstractAWSimagebuilderAsync.listComponentBuildVersionsAsync(ListComponentBuildVersionsRequest request,
AsyncHandler<ListComponentBuildVersionsRequest,ListComponentBuildVersionsResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentBuildVersionsResult |
ListComponentBuildVersionsResult.clone() |
ListComponentBuildVersionsResult |
ListComponentBuildVersionsResult.withComponentSummaryList(Collection<ComponentSummary> componentSummaryList)
The list of component summaries for the specified semantic version.
|
ListComponentBuildVersionsResult |
ListComponentBuildVersionsResult.withComponentSummaryList(ComponentSummary... componentSummaryList)
The list of component summaries for the specified semantic version.
|
ListComponentBuildVersionsResult |
ListComponentBuildVersionsResult.withNextToken(String nextToken)
The next token used for paginated responses.
|
ListComponentBuildVersionsResult |
ListComponentBuildVersionsResult.withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
Copyright © 2024. All rights reserved.