| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder |
EC2 Image Builder is a fully managed AWS 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<ListContainerRecipesResult> |
AWSimagebuilderAsyncClient.listContainerRecipesAsync(ListContainerRecipesRequest request,
AsyncHandler<ListContainerRecipesRequest,ListContainerRecipesResult> asyncHandler) |
Future<ListContainerRecipesResult> |
AWSimagebuilderAsync.listContainerRecipesAsync(ListContainerRecipesRequest listContainerRecipesRequest,
AsyncHandler<ListContainerRecipesRequest,ListContainerRecipesResult> asyncHandler)
Returns a list of container recipes.
|
Future<ListContainerRecipesResult> |
AbstractAWSimagebuilderAsync.listContainerRecipesAsync(ListContainerRecipesRequest request,
AsyncHandler<ListContainerRecipesRequest,ListContainerRecipesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListContainerRecipesRequest |
ListContainerRecipesRequest.clone() |
ListContainerRecipesRequest |
ListContainerRecipesRequest.withFilters(Collection<Filter> filters)
Request filters that are used to narrow the list of container images that are returned.
|
ListContainerRecipesRequest |
ListContainerRecipesRequest.withFilters(Filter... filters)
Request filters that are used to narrow the list of container images that are returned.
|
ListContainerRecipesRequest |
ListContainerRecipesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the list.
|
ListContainerRecipesRequest |
ListContainerRecipesRequest.withNextToken(String nextToken)
Provides a token for pagination, which determines where to begin the next set of results when the current set
reaches the maximum for one request.
|
ListContainerRecipesRequest |
ListContainerRecipesRequest.withOwner(Ownership owner)
Returns container recipes belonging to the specified owner, that have been shared with you.
|
ListContainerRecipesRequest |
ListContainerRecipesRequest.withOwner(String owner)
Returns container recipes belonging to the specified owner, that have been shared with you.
|
Copyright © 2021. All rights reserved.