Uses of Class
software.amazon.awssdk.services.imagebuilder.model.WorkflowConfiguration
-
Packages that use WorkflowConfiguration Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of WorkflowConfiguration in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type WorkflowConfiguration Modifier and Type Method Description List<WorkflowConfiguration>CreateImagePipelineRequest. workflows()Contains an array of workflow configuration objects.List<WorkflowConfiguration>CreateImageRequest. workflows()Contains an array of workflow configuration objects.List<WorkflowConfiguration>Image. workflows()Contains the build and test workflows that are associated with the image.List<WorkflowConfiguration>ImagePipeline. workflows()Contains the workflows that run for the image pipeline.List<WorkflowConfiguration>UpdateImagePipelineRequest. workflows()Contains the workflows to run for the pipeline.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type WorkflowConfiguration Modifier and Type Method Description CreateImagePipelineRequest.BuilderCreateImagePipelineRequest.Builder. workflows(WorkflowConfiguration... workflows)Contains an array of workflow configuration objects.CreateImageRequest.BuilderCreateImageRequest.Builder. workflows(WorkflowConfiguration... workflows)Contains an array of workflow configuration objects.Image.BuilderImage.Builder. workflows(WorkflowConfiguration... workflows)Contains the build and test workflows that are associated with the image.ImagePipeline.BuilderImagePipeline.Builder. workflows(WorkflowConfiguration... workflows)Contains the workflows that run for the image pipeline.UpdateImagePipelineRequest.BuilderUpdateImagePipelineRequest.Builder. workflows(WorkflowConfiguration... workflows)Contains the workflows to run for the pipeline.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type WorkflowConfiguration Modifier and Type Method Description CreateImagePipelineRequest.BuilderCreateImagePipelineRequest.Builder. workflows(Collection<WorkflowConfiguration> workflows)Contains an array of workflow configuration objects.CreateImageRequest.BuilderCreateImageRequest.Builder. workflows(Collection<WorkflowConfiguration> workflows)Contains an array of workflow configuration objects.Image.BuilderImage.Builder. workflows(Collection<WorkflowConfiguration> workflows)Contains the build and test workflows that are associated with the image.ImagePipeline.BuilderImagePipeline.Builder. workflows(Collection<WorkflowConfiguration> workflows)Contains the workflows that run for the image pipeline.UpdateImagePipelineRequest.BuilderUpdateImagePipelineRequest.Builder. workflows(Collection<WorkflowConfiguration> workflows)Contains the workflows to run for the pipeline.
-