Uses of Class
software.amazon.awssdk.services.glue.model.BatchStopJobRunSuccessfulSubmission
-
Packages that use BatchStopJobRunSuccessfulSubmission Package Description software.amazon.awssdk.services.glue.model -
-
Uses of BatchStopJobRunSuccessfulSubmission in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type BatchStopJobRunSuccessfulSubmission Modifier and Type Method Description List<BatchStopJobRunSuccessfulSubmission>BatchStopJobRunResponse. successfulSubmissions()A list of the JobRuns that were successfully submitted for stopping.Methods in software.amazon.awssdk.services.glue.model with parameters of type BatchStopJobRunSuccessfulSubmission Modifier and Type Method Description BatchStopJobRunResponse.BuilderBatchStopJobRunResponse.Builder. successfulSubmissions(BatchStopJobRunSuccessfulSubmission... successfulSubmissions)A list of the JobRuns that were successfully submitted for stopping.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type BatchStopJobRunSuccessfulSubmission Modifier and Type Method Description BatchStopJobRunResponse.BuilderBatchStopJobRunResponse.Builder. successfulSubmissions(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)A list of the JobRuns that were successfully submitted for stopping.
-