| 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<SendWorkflowStepActionResult> |
AWSimagebuilderAsyncClient.sendWorkflowStepActionAsync(SendWorkflowStepActionRequest request,
AsyncHandler<SendWorkflowStepActionRequest,SendWorkflowStepActionResult> asyncHandler) |
Future<SendWorkflowStepActionResult> |
AbstractAWSimagebuilderAsync.sendWorkflowStepActionAsync(SendWorkflowStepActionRequest request,
AsyncHandler<SendWorkflowStepActionRequest,SendWorkflowStepActionResult> asyncHandler) |
Future<SendWorkflowStepActionResult> |
AWSimagebuilderAsync.sendWorkflowStepActionAsync(SendWorkflowStepActionRequest sendWorkflowStepActionRequest,
AsyncHandler<SendWorkflowStepActionRequest,SendWorkflowStepActionResult> asyncHandler)
Pauses or resumes image creation when the associated workflow runs a
WaitForAction step. |
| Modifier and Type | Method and Description |
|---|---|
SendWorkflowStepActionRequest |
SendWorkflowStepActionRequest.clone() |
SendWorkflowStepActionRequest |
SendWorkflowStepActionRequest.withAction(String action)
The action for the image creation process to take while a workflow
WaitForAction step waits for an
asynchronous action to complete. |
SendWorkflowStepActionRequest |
SendWorkflowStepActionRequest.withAction(WorkflowStepActionType action)
The action for the image creation process to take while a workflow
WaitForAction step waits for an
asynchronous action to complete. |
SendWorkflowStepActionRequest |
SendWorkflowStepActionRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
|
SendWorkflowStepActionRequest |
SendWorkflowStepActionRequest.withImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image build version to send action for.
|
SendWorkflowStepActionRequest |
SendWorkflowStepActionRequest.withReason(String reason)
The reason why this action is sent.
|
SendWorkflowStepActionRequest |
SendWorkflowStepActionRequest.withStepExecutionId(String stepExecutionId)
Uniquely identifies the workflow step that sent the step action.
|
Copyright © 2023. All rights reserved.