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 step/procedure step information for the restart batch job operation.JobStepRestartMarkerRestartBatchJobIdentifier. jobStepRestartMarker()The step/procedure step information for a restart batch job 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 step/procedure step information for the restart batch job operation.RestartBatchJobIdentifier.BuilderRestartBatchJobIdentifier.Builder. jobStepRestartMarker(JobStepRestartMarker jobStepRestartMarker)The step/procedure step information for a restart batch job operation.
-