| Package | Description |
|---|---|
| com.amazonaws.services.mainframemodernization.model |
| Modifier and Type | Method and Description |
|---|---|
RestartBatchJobIdentifier |
RestartBatchJobIdentifier.clone() |
RestartBatchJobIdentifier |
BatchJobIdentifier.getRestartBatchJobIdentifier()
Specifies the required information for restart, including execution ID and jobsteprestartmarker.
|
RestartBatchJobIdentifier |
RestartBatchJobIdentifier.withExecutionId(String executionId)
The executionId from the StartBatchJob response when the job ran for the first time.
|
RestartBatchJobIdentifier |
RestartBatchJobIdentifier.withJobStepRestartMarker(JobStepRestartMarker jobStepRestartMarker)
The restart step information for the most recent restart operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchJobIdentifier.setRestartBatchJobIdentifier(RestartBatchJobIdentifier restartBatchJobIdentifier)
Specifies the required information for restart, including execution ID and jobsteprestartmarker.
|
BatchJobIdentifier |
BatchJobIdentifier.withRestartBatchJobIdentifier(RestartBatchJobIdentifier restartBatchJobIdentifier)
Specifies the required information for restart, including execution ID and jobsteprestartmarker.
|
Copyright © 2024. All rights reserved.