| 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 |
|---|---|
StartImagePipelineExecutionResult |
AbstractAWSimagebuilder.startImagePipelineExecution(StartImagePipelineExecutionRequest request) |
StartImagePipelineExecutionResult |
AWSimagebuilderClient.startImagePipelineExecution(StartImagePipelineExecutionRequest request)
Manually triggers a pipeline to create an image.
|
StartImagePipelineExecutionResult |
AWSimagebuilder.startImagePipelineExecution(StartImagePipelineExecutionRequest startImagePipelineExecutionRequest)
Manually triggers a pipeline to create an image.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartImagePipelineExecutionResult> |
AbstractAWSimagebuilderAsync.startImagePipelineExecutionAsync(StartImagePipelineExecutionRequest request,
AsyncHandler<StartImagePipelineExecutionRequest,StartImagePipelineExecutionResult> asyncHandler) |
Future<StartImagePipelineExecutionResult> |
AWSimagebuilderAsyncClient.startImagePipelineExecutionAsync(StartImagePipelineExecutionRequest request,
AsyncHandler<StartImagePipelineExecutionRequest,StartImagePipelineExecutionResult> asyncHandler) |
Future<StartImagePipelineExecutionResult> |
AWSimagebuilderAsync.startImagePipelineExecutionAsync(StartImagePipelineExecutionRequest startImagePipelineExecutionRequest,
AsyncHandler<StartImagePipelineExecutionRequest,StartImagePipelineExecutionResult> asyncHandler)
Manually triggers a pipeline to create an image.
|
| Modifier and Type | Method and Description |
|---|---|
StartImagePipelineExecutionResult |
StartImagePipelineExecutionResult.clone() |
StartImagePipelineExecutionResult |
StartImagePipelineExecutionResult.withClientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
StartImagePipelineExecutionResult |
StartImagePipelineExecutionResult.withImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image that was created by this request.
|
StartImagePipelineExecutionResult |
StartImagePipelineExecutionResult.withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
Copyright © 2023. All rights reserved.