Uses of Class
software.amazon.awssdk.services.imagebuilder.model.WorkflowStepExecution
-
Packages that use WorkflowStepExecution Package Description software.amazon.awssdk.services.imagebuilder.model software.amazon.awssdk.services.imagebuilder.paginators -
-
Uses of WorkflowStepExecution in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type WorkflowStepExecution Modifier and Type Method Description List<WorkflowStepExecution>ListWaitingWorkflowStepsResponse. steps()An array of the workflow steps that are waiting for action in your Amazon Web Services account.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type WorkflowStepExecution Modifier and Type Method Description ListWaitingWorkflowStepsResponse.BuilderListWaitingWorkflowStepsResponse.Builder. steps(WorkflowStepExecution... steps)An array of the workflow steps that are waiting for action in your Amazon Web Services account.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type WorkflowStepExecution Modifier and Type Method Description ListWaitingWorkflowStepsResponse.BuilderListWaitingWorkflowStepsResponse.Builder. steps(Collection<WorkflowStepExecution> steps)An array of the workflow steps that are waiting for action in your Amazon Web Services account. -
Uses of WorkflowStepExecution in software.amazon.awssdk.services.imagebuilder.paginators
Methods in software.amazon.awssdk.services.imagebuilder.paginators that return types with arguments of type WorkflowStepExecution Modifier and Type Method Description SdkIterable<WorkflowStepExecution>ListWaitingWorkflowStepsIterable. steps()Returns an iterable to iterate through the paginatedListWaitingWorkflowStepsResponse.steps()member.SdkPublisher<WorkflowStepExecution>ListWaitingWorkflowStepsPublisher. steps()Returns a publisher that can be used to get a stream of data.
-