Uses of Class
software.amazon.awssdk.services.imagebuilder.model.WorkflowStepMetadata
-
Packages that use WorkflowStepMetadata Package Description software.amazon.awssdk.services.imagebuilder.model software.amazon.awssdk.services.imagebuilder.paginators -
-
Uses of WorkflowStepMetadata in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type WorkflowStepMetadata Modifier and Type Method Description List<WorkflowStepMetadata>ListWorkflowStepExecutionsResponse. steps()Contains an array of runtime details that represents each step in this runtime instance of the workflow.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type WorkflowStepMetadata Modifier and Type Method Description ListWorkflowStepExecutionsResponse.BuilderListWorkflowStepExecutionsResponse.Builder. steps(WorkflowStepMetadata... steps)Contains an array of runtime details that represents each step in this runtime instance of the workflow.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type WorkflowStepMetadata Modifier and Type Method Description ListWorkflowStepExecutionsResponse.BuilderListWorkflowStepExecutionsResponse.Builder. steps(Collection<WorkflowStepMetadata> steps)Contains an array of runtime details that represents each step in this runtime instance of the workflow. -
Uses of WorkflowStepMetadata in software.amazon.awssdk.services.imagebuilder.paginators
Methods in software.amazon.awssdk.services.imagebuilder.paginators that return types with arguments of type WorkflowStepMetadata Modifier and Type Method Description SdkIterable<WorkflowStepMetadata>ListWorkflowStepExecutionsIterable. steps()Returns an iterable to iterate through the paginatedListWorkflowStepExecutionsResponse.steps()member.SdkPublisher<WorkflowStepMetadata>ListWorkflowStepExecutionsPublisher. steps()Returns a publisher that can be used to get a stream of data.
-