Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.GetWorkflowExecutionRequest.Builder
-
Packages that use GetWorkflowExecutionRequest.Builder 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 -
-
Uses of GetWorkflowExecutionRequest.Builder in software.amazon.awssdk.services.imagebuilder
Method parameters in software.amazon.awssdk.services.imagebuilder with type arguments of type GetWorkflowExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetWorkflowExecutionResponse>ImagebuilderAsyncClient. getWorkflowExecution(Consumer<GetWorkflowExecutionRequest.Builder> getWorkflowExecutionRequest)Get the runtime information that was logged for a specific runtime instance of the workflow.default GetWorkflowExecutionResponseImagebuilderClient. getWorkflowExecution(Consumer<GetWorkflowExecutionRequest.Builder> getWorkflowExecutionRequest)Get the runtime information that was logged for a specific runtime instance of the workflow. -
Uses of GetWorkflowExecutionRequest.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return GetWorkflowExecutionRequest.Builder Modifier and Type Method Description static GetWorkflowExecutionRequest.BuilderGetWorkflowExecutionRequest. builder()GetWorkflowExecutionRequest.BuilderGetWorkflowExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetWorkflowExecutionRequest.BuilderGetWorkflowExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetWorkflowExecutionRequest.BuilderGetWorkflowExecutionRequest. toBuilder()GetWorkflowExecutionRequest.BuilderGetWorkflowExecutionRequest.Builder. workflowExecutionId(String workflowExecutionId)Use the unique identifier for a runtime instance of the workflow to get runtime details.Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type GetWorkflowExecutionRequest.Builder Modifier and Type Method Description static Class<? extends GetWorkflowExecutionRequest.Builder>GetWorkflowExecutionRequest. serializableBuilderClass()
-