| 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<ListImageRecipesResult> |
AWSimagebuilderAsyncClient.listImageRecipesAsync(ListImageRecipesRequest request,
AsyncHandler<ListImageRecipesRequest,ListImageRecipesResult> asyncHandler) |
Future<ListImageRecipesResult> |
AbstractAWSimagebuilderAsync.listImageRecipesAsync(ListImageRecipesRequest request,
AsyncHandler<ListImageRecipesRequest,ListImageRecipesResult> asyncHandler) |
Future<ListImageRecipesResult> |
AWSimagebuilderAsync.listImageRecipesAsync(ListImageRecipesRequest listImageRecipesRequest,
AsyncHandler<ListImageRecipesRequest,ListImageRecipesResult> asyncHandler)
Returns a list of image recipes.
|
| Modifier and Type | Method and Description |
|---|---|
ListImageRecipesRequest |
ListImageRecipesRequest.clone() |
ListImageRecipesRequest |
ListImageRecipesRequest.withFilters(Collection<Filter> filters)
Use the following filters to streamline results:
|
ListImageRecipesRequest |
ListImageRecipesRequest.withFilters(Filter... filters)
Use the following filters to streamline results:
|
ListImageRecipesRequest |
ListImageRecipesRequest.withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListImageRecipesRequest |
ListImageRecipesRequest.withNextToken(String nextToken)
A token to specify where to start paginating.
|
ListImageRecipesRequest |
ListImageRecipesRequest.withOwner(Ownership owner)
The owner defines which image recipes you want to list.
|
ListImageRecipesRequest |
ListImageRecipesRequest.withOwner(String owner)
The owner defines which image recipes you want to list.
|
Copyright © 2024. All rights reserved.