| 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 |
|---|---|
ListComponentsResult |
AWSimagebuilderClient.listComponents(ListComponentsRequest request)
Returns the list of components that can be filtered by name, or by using the listed
filters to
streamline results. |
ListComponentsResult |
AbstractAWSimagebuilder.listComponents(ListComponentsRequest request) |
ListComponentsResult |
AWSimagebuilder.listComponents(ListComponentsRequest listComponentsRequest)
Returns the list of components that can be filtered by name, or by using the listed
filters to
streamline results. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListComponentsResult> |
AWSimagebuilderAsyncClient.listComponentsAsync(ListComponentsRequest request) |
Future<ListComponentsResult> |
AWSimagebuilderAsync.listComponentsAsync(ListComponentsRequest listComponentsRequest)
Returns the list of components that can be filtered by name, or by using the listed
filters to
streamline results. |
Future<ListComponentsResult> |
AbstractAWSimagebuilderAsync.listComponentsAsync(ListComponentsRequest request) |
Future<ListComponentsResult> |
AWSimagebuilderAsyncClient.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
Future<ListComponentsResult> |
AWSimagebuilderAsync.listComponentsAsync(ListComponentsRequest listComponentsRequest,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler)
Returns the list of components that can be filtered by name, or by using the listed
filters to
streamline results. |
Future<ListComponentsResult> |
AbstractAWSimagebuilderAsync.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListComponentsResult> |
AWSimagebuilderAsyncClient.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
Future<ListComponentsResult> |
AWSimagebuilderAsync.listComponentsAsync(ListComponentsRequest listComponentsRequest,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler)
Returns the list of components that can be filtered by name, or by using the listed
filters to
streamline results. |
Future<ListComponentsResult> |
AbstractAWSimagebuilderAsync.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResult |
ListComponentsResult.clone() |
ListComponentsResult |
ListComponentsResult.withComponentVersionList(Collection<ComponentVersion> componentVersionList)
The list of component semantic versions.
|
ListComponentsResult |
ListComponentsResult.withComponentVersionList(ComponentVersion... componentVersionList)
The list of component semantic versions.
|
ListComponentsResult |
ListComponentsResult.withNextToken(String nextToken)
The next token used for paginated responses.
|
ListComponentsResult |
ListComponentsResult.withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
Copyright © 2023. All rights reserved.