Uses of Class
software.amazon.awssdk.services.glue.model.BatchStopJobRunError
-
Packages that use BatchStopJobRunError Package Description software.amazon.awssdk.services.glue.model -
-
Uses of BatchStopJobRunError in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type BatchStopJobRunError Modifier and Type Method Description List<BatchStopJobRunError>BatchStopJobRunResponse. errors()A list of the errors that were encountered in trying to stopJobRuns, including theJobRunIdfor which each error was encountered and details about the error.Methods in software.amazon.awssdk.services.glue.model with parameters of type BatchStopJobRunError Modifier and Type Method Description BatchStopJobRunResponse.BuilderBatchStopJobRunResponse.Builder. errors(BatchStopJobRunError... errors)A list of the errors that were encountered in trying to stopJobRuns, including theJobRunIdfor which each error was encountered and details about the error.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type BatchStopJobRunError Modifier and Type Method Description BatchStopJobRunResponse.BuilderBatchStopJobRunResponse.Builder. errors(Collection<BatchStopJobRunError> errors)A list of the errors that were encountered in trying to stopJobRuns, including theJobRunIdfor which each error was encountered and details about the error.
-