| Package | Description |
|---|---|
| com.amazonaws.services.mainframemodernization.model |
| Modifier and Type | Method and Description |
|---|---|
JobStepRestartMarker |
JobStepRestartMarker.clone() |
JobStepRestartMarker |
GetBatchJobExecutionResult.getJobStepRestartMarker()
The restart steps information for the most recent restart operation.
|
JobStepRestartMarker |
RestartBatchJobIdentifier.getJobStepRestartMarker()
The restart step information for the most recent restart operation.
|
JobStepRestartMarker |
JobStepRestartMarker.withFromProcStep(String fromProcStep)
The procedure step name that a job was restarted from.
|
JobStepRestartMarker |
JobStepRestartMarker.withFromStep(String fromStep)
The step name that a batch job restart was from.
|
JobStepRestartMarker |
JobStepRestartMarker.withToProcStep(String toProcStep)
The procedure step name that a batch job was restarted to.
|
JobStepRestartMarker |
JobStepRestartMarker.withToStep(String toStep)
The step name that a job was restarted to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBatchJobExecutionResult.setJobStepRestartMarker(JobStepRestartMarker jobStepRestartMarker)
The restart steps information for the most recent restart operation.
|
void |
RestartBatchJobIdentifier.setJobStepRestartMarker(JobStepRestartMarker jobStepRestartMarker)
The restart step information for the most recent restart operation.
|
GetBatchJobExecutionResult |
GetBatchJobExecutionResult.withJobStepRestartMarker(JobStepRestartMarker jobStepRestartMarker)
The restart steps information for the most recent restart operation.
|
RestartBatchJobIdentifier |
RestartBatchJobIdentifier.withJobStepRestartMarker(JobStepRestartMarker jobStepRestartMarker)
The restart step information for the most recent restart operation.
|
Copyright © 2024. All rights reserved.