| 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 |
|---|---|
SendWorkflowStepActionResult |
AWSimagebuilderClient.sendWorkflowStepAction(SendWorkflowStepActionRequest request)
Pauses or resumes image creation when the associated workflow runs a
WaitForAction step. |
SendWorkflowStepActionResult |
AWSimagebuilder.sendWorkflowStepAction(SendWorkflowStepActionRequest sendWorkflowStepActionRequest)
Pauses or resumes image creation when the associated workflow runs a
WaitForAction step. |
SendWorkflowStepActionResult |
AbstractAWSimagebuilder.sendWorkflowStepAction(SendWorkflowStepActionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<SendWorkflowStepActionResult> |
AbstractAWSimagebuilderAsync.sendWorkflowStepActionAsync(SendWorkflowStepActionRequest request,
AsyncHandler<SendWorkflowStepActionRequest,SendWorkflowStepActionResult> asyncHandler) |
Future<SendWorkflowStepActionResult> |
AWSimagebuilderAsyncClient.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 |
|---|---|
SendWorkflowStepActionResult |
SendWorkflowStepActionResult.clone() |
SendWorkflowStepActionResult |
SendWorkflowStepActionResult.withClientToken(String clientToken)
The client token that uniquely identifies the request.
|
SendWorkflowStepActionResult |
SendWorkflowStepActionResult.withImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image build version that received the action request.
|
SendWorkflowStepActionResult |
SendWorkflowStepActionResult.withStepExecutionId(String stepExecutionId)
The workflow step that sent the step action.
|
Copyright © 2023. All rights reserved.