Uses of Class
software.amazon.awssdk.services.m2.model.JobStep
-
Packages that use JobStep Package Description software.amazon.awssdk.services.m2.model -
-
Uses of JobStep in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type JobStep Modifier and Type Method Description List<JobStep>ListBatchJobRestartPointsResponse. batchJobSteps()Returns all the batch job steps and related information for a batch job that previously ran.Methods in software.amazon.awssdk.services.m2.model with parameters of type JobStep Modifier and Type Method Description ListBatchJobRestartPointsResponse.BuilderListBatchJobRestartPointsResponse.Builder. batchJobSteps(JobStep... batchJobSteps)Returns all the batch job steps and related information for a batch job that previously ran.Method parameters in software.amazon.awssdk.services.m2.model with type arguments of type JobStep Modifier and Type Method Description ListBatchJobRestartPointsResponse.BuilderListBatchJobRestartPointsResponse.Builder. batchJobSteps(Collection<JobStep> batchJobSteps)Returns all the batch job steps and related information for a batch job that previously ran.
-