Uses of Class
software.amazon.awssdk.services.m2.model.RestartBatchJobIdentifier
-
Packages that use RestartBatchJobIdentifier Package Description software.amazon.awssdk.services.m2.model -
-
Uses of RestartBatchJobIdentifier in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return RestartBatchJobIdentifier Modifier and Type Method Description RestartBatchJobIdentifierBatchJobIdentifier. restartBatchJobIdentifier()Specifies the required information for restart, including execution ID and jobsteprestartmarker.Methods in software.amazon.awssdk.services.m2.model with parameters of type RestartBatchJobIdentifier Modifier and Type Method Description static BatchJobIdentifierBatchJobIdentifier. fromRestartBatchJobIdentifier(RestartBatchJobIdentifier restartBatchJobIdentifier)Create an instance of this class withBatchJobIdentifier.restartBatchJobIdentifier()initialized to the given value.BatchJobIdentifier.BuilderBatchJobIdentifier.Builder. restartBatchJobIdentifier(RestartBatchJobIdentifier restartBatchJobIdentifier)Specifies the required information for restart, including execution ID and jobsteprestartmarker.
-