Uses of Class
software.amazon.awssdk.services.batch.model.ListJobsByConsumableResourceSummary
-
Packages that use ListJobsByConsumableResourceSummary Package Description software.amazon.awssdk.services.batch.model software.amazon.awssdk.services.batch.paginators -
-
Uses of ListJobsByConsumableResourceSummary in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type ListJobsByConsumableResourceSummary Modifier and Type Method Description List<ListJobsByConsumableResourceSummary>ListJobsByConsumableResourceResponse. jobs()The list of jobs that require the specified consumable resources.Methods in software.amazon.awssdk.services.batch.model with parameters of type ListJobsByConsumableResourceSummary Modifier and Type Method Description ListJobsByConsumableResourceResponse.BuilderListJobsByConsumableResourceResponse.Builder. jobs(ListJobsByConsumableResourceSummary... jobs)The list of jobs that require the specified consumable resources.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type ListJobsByConsumableResourceSummary Modifier and Type Method Description ListJobsByConsumableResourceResponse.BuilderListJobsByConsumableResourceResponse.Builder. jobs(Collection<ListJobsByConsumableResourceSummary> jobs)The list of jobs that require the specified consumable resources. -
Uses of ListJobsByConsumableResourceSummary in software.amazon.awssdk.services.batch.paginators
Methods in software.amazon.awssdk.services.batch.paginators that return types with arguments of type ListJobsByConsumableResourceSummary Modifier and Type Method Description SdkIterable<ListJobsByConsumableResourceSummary>ListJobsByConsumableResourceIterable. jobs()Returns an iterable to iterate through the paginatedListJobsByConsumableResourceResponse.jobs()member.SdkPublisher<ListJobsByConsumableResourceSummary>ListJobsByConsumableResourcePublisher. jobs()Returns a publisher that can be used to get a stream of data.
-