| 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. |
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 |
|---|---|
ListComponentsRequest |
ListComponentsRequest.clone() |
ListComponentsRequest |
ListComponentsRequest.withByName(Boolean byName)
Returns the list of components for the specified name.
|
ListComponentsRequest |
ListComponentsRequest.withFilters(Collection<Filter> filters)
Use the following filters to streamline results:
|
ListComponentsRequest |
ListComponentsRequest.withFilters(Filter... filters)
Use the following filters to streamline results:
|
ListComponentsRequest |
ListComponentsRequest.withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListComponentsRequest |
ListComponentsRequest.withNextToken(String nextToken)
A token to specify where to start paginating.
|
ListComponentsRequest |
ListComponentsRequest.withOwner(Ownership owner)
Filters results based on the type of owner for the component.
|
ListComponentsRequest |
ListComponentsRequest.withOwner(String owner)
Filters results based on the type of owner for the component.
|
Copyright © 2023. All rights reserved.