Uses of Class
software.amazon.awssdk.services.m2.model.JobStepRestartMarker
-
Packages that use JobStepRestartMarker Package Description software.amazon.awssdk.services.m2.model -
-
Uses of JobStepRestartMarker in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return JobStepRestartMarker Modifier and Type Method Description JobStepRestartMarkerGetBatchJobExecutionResponse. jobStepRestartMarker()The restart steps information for the most recent restart operation.JobStepRestartMarkerRestartBatchJobIdentifier. jobStepRestartMarker()The restart step information for the most recent restart operation.Methods in software.amazon.awssdk.services.m2.model with parameters of type JobStepRestartMarker Modifier and Type Method Description GetBatchJobExecutionResponse.BuilderGetBatchJobExecutionResponse.Builder. jobStepRestartMarker(JobStepRestartMarker jobStepRestartMarker)The restart steps information for the most recent restart operation.RestartBatchJobIdentifier.BuilderRestartBatchJobIdentifier.Builder. jobStepRestartMarker(JobStepRestartMarker jobStepRestartMarker)The restart step information for the most recent restart operation.
-