| 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 |
|---|---|
ListWaitingWorkflowStepsResult |
AbstractAWSimagebuilder.listWaitingWorkflowSteps(ListWaitingWorkflowStepsRequest request) |
ListWaitingWorkflowStepsResult |
AWSimagebuilder.listWaitingWorkflowSteps(ListWaitingWorkflowStepsRequest listWaitingWorkflowStepsRequest)
Get a list of workflow steps that are waiting for action for workflows in your Amazon Web Services account.
|
ListWaitingWorkflowStepsResult |
AWSimagebuilderClient.listWaitingWorkflowSteps(ListWaitingWorkflowStepsRequest request)
Get a list of workflow steps that are waiting for action for workflows in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListWaitingWorkflowStepsResult> |
AbstractAWSimagebuilderAsync.listWaitingWorkflowStepsAsync(ListWaitingWorkflowStepsRequest request,
AsyncHandler<ListWaitingWorkflowStepsRequest,ListWaitingWorkflowStepsResult> asyncHandler) |
Future<ListWaitingWorkflowStepsResult> |
AWSimagebuilderAsync.listWaitingWorkflowStepsAsync(ListWaitingWorkflowStepsRequest listWaitingWorkflowStepsRequest,
AsyncHandler<ListWaitingWorkflowStepsRequest,ListWaitingWorkflowStepsResult> asyncHandler)
Get a list of workflow steps that are waiting for action for workflows in your Amazon Web Services account.
|
Future<ListWaitingWorkflowStepsResult> |
AWSimagebuilderAsyncClient.listWaitingWorkflowStepsAsync(ListWaitingWorkflowStepsRequest request,
AsyncHandler<ListWaitingWorkflowStepsRequest,ListWaitingWorkflowStepsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListWaitingWorkflowStepsResult |
ListWaitingWorkflowStepsResult.clone() |
ListWaitingWorkflowStepsResult |
ListWaitingWorkflowStepsResult.withNextToken(String nextToken)
The next token used for paginated responses.
|
ListWaitingWorkflowStepsResult |
ListWaitingWorkflowStepsResult.withSteps(Collection<WorkflowStepExecution> steps)
An array of the workflow steps that are waiting for action in your Amazon Web Services account.
|
ListWaitingWorkflowStepsResult |
ListWaitingWorkflowStepsResult.withSteps(WorkflowStepExecution... steps)
An array of the workflow steps that are waiting for action in your Amazon Web Services account.
|
Copyright © 2024. All rights reserved.