| 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<ListLifecycleExecutionsResult> |
AWSimagebuilderAsyncClient.listLifecycleExecutionsAsync(ListLifecycleExecutionsRequest request,
AsyncHandler<ListLifecycleExecutionsRequest,ListLifecycleExecutionsResult> asyncHandler) |
Future<ListLifecycleExecutionsResult> |
AWSimagebuilderAsync.listLifecycleExecutionsAsync(ListLifecycleExecutionsRequest listLifecycleExecutionsRequest,
AsyncHandler<ListLifecycleExecutionsRequest,ListLifecycleExecutionsResult> asyncHandler)
Get the lifecycle runtime history for the specified resource.
|
Future<ListLifecycleExecutionsResult> |
AbstractAWSimagebuilderAsync.listLifecycleExecutionsAsync(ListLifecycleExecutionsRequest request,
AsyncHandler<ListLifecycleExecutionsRequest,ListLifecycleExecutionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListLifecycleExecutionsRequest |
ListLifecycleExecutionsRequest.clone() |
ListLifecycleExecutionsRequest |
ListLifecycleExecutionsRequest.withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListLifecycleExecutionsRequest |
ListLifecycleExecutionsRequest.withNextToken(String nextToken)
A token to specify where to start paginating.
|
ListLifecycleExecutionsRequest |
ListLifecycleExecutionsRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource for which to get a list of lifecycle runtime instances.
|
Copyright © 2024. All rights reserved.