Uses of Class
software.amazon.awssdk.services.batch.model.DescribeJobsResponse
-
Packages that use DescribeJobsResponse Package Description software.amazon.awssdk.services.batch Batch -
-
Uses of DescribeJobsResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return DescribeJobsResponse Modifier and Type Method Description default DescribeJobsResponseBatchClient. describeJobs(Consumer<DescribeJobsRequest.Builder> describeJobsRequest)Describes a list of Batch jobs.default DescribeJobsResponseBatchClient. describeJobs(DescribeJobsRequest describeJobsRequest)Describes a list of Batch jobs.Methods in software.amazon.awssdk.services.batch that return types with arguments of type DescribeJobsResponse Modifier and Type Method Description default CompletableFuture<DescribeJobsResponse>BatchAsyncClient. describeJobs(Consumer<DescribeJobsRequest.Builder> describeJobsRequest)Describes a list of Batch jobs.default CompletableFuture<DescribeJobsResponse>BatchAsyncClient. describeJobs(DescribeJobsRequest describeJobsRequest)Describes a list of Batch jobs.
-