| Package | Description |
|---|---|
| com.amazonaws.services.mainframemodernization.model |
| Modifier and Type | Method and Description |
|---|---|
JobStep |
JobStep.clone() |
JobStep |
JobStep.withProcStepName(String procStepName)
The name of a procedure step.
|
JobStep |
JobStep.withProcStepNumber(Integer procStepNumber)
The number of a procedure step.
|
JobStep |
JobStep.withStepCondCode(String stepCondCode)
The condition code of a step.
|
JobStep |
JobStep.withStepName(String stepName)
The name of a step.
|
JobStep |
JobStep.withStepNumber(Integer stepNumber)
The number of a step.
|
JobStep |
JobStep.withStepRestartable(Boolean stepRestartable)
Specifies if a step can be restarted or not.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobStep> |
ListBatchJobRestartPointsResult.getBatchJobSteps()
Returns all the batch job steps and related information for a batch job that previously ran.
|
| Modifier and Type | Method and Description |
|---|---|
ListBatchJobRestartPointsResult |
ListBatchJobRestartPointsResult.withBatchJobSteps(JobStep... batchJobSteps)
Returns all the batch job steps and related information for a batch job that previously ran.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBatchJobRestartPointsResult.setBatchJobSteps(Collection<JobStep> batchJobSteps)
Returns all the batch job steps and related information for a batch job that previously ran.
|
ListBatchJobRestartPointsResult |
ListBatchJobRestartPointsResult.withBatchJobSteps(Collection<JobStep> batchJobSteps)
Returns all the batch job steps and related information for a batch job that previously ran.
|
Copyright © 2024. All rights reserved.