Uses of Class
software.amazon.awssdk.services.pipes.model.BatchJobDependency
-
Packages that use BatchJobDependency Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of BatchJobDependency in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type BatchJobDependency Modifier and Type Method Description List<BatchJobDependency>PipeTargetBatchJobParameters. dependsOn()A list of dependencies for the job.Methods in software.amazon.awssdk.services.pipes.model with parameters of type BatchJobDependency Modifier and Type Method Description PipeTargetBatchJobParameters.BuilderPipeTargetBatchJobParameters.Builder. dependsOn(BatchJobDependency... dependsOn)A list of dependencies for the job.Method parameters in software.amazon.awssdk.services.pipes.model with type arguments of type BatchJobDependency Modifier and Type Method Description PipeTargetBatchJobParameters.BuilderPipeTargetBatchJobParameters.Builder. dependsOn(Collection<BatchJobDependency> dependsOn)A list of dependencies for the job.
-