| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
default GetWorkflowStepExecutionResponse |
ImagebuilderClient.getWorkflowStepExecution(Consumer<GetWorkflowStepExecutionRequest.Builder> getWorkflowStepExecutionRequest)
Get the runtime information that was logged for a specific runtime instance of the workflow step.
|
default CompletableFuture<GetWorkflowStepExecutionResponse> |
ImagebuilderAsyncClient.getWorkflowStepExecution(Consumer<GetWorkflowStepExecutionRequest.Builder> getWorkflowStepExecutionRequest)
Get the runtime information that was logged for a specific runtime instance of the workflow step.
|
| Modifier and Type | Method and Description |
|---|---|
static GetWorkflowStepExecutionRequest.Builder |
GetWorkflowStepExecutionRequest.builder() |
GetWorkflowStepExecutionRequest.Builder |
GetWorkflowStepExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetWorkflowStepExecutionRequest.Builder |
GetWorkflowStepExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetWorkflowStepExecutionRequest.Builder |
GetWorkflowStepExecutionRequest.Builder.stepExecutionId(String stepExecutionId)
Use the unique identifier for a specific runtime instance of the workflow step to get runtime details for
that step.
|
GetWorkflowStepExecutionRequest.Builder |
GetWorkflowStepExecutionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetWorkflowStepExecutionRequest.Builder> |
GetWorkflowStepExecutionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.