Uses of Class
software.amazon.awssdk.services.batch.model.ServiceJobSummary
-
Packages that use ServiceJobSummary Package Description software.amazon.awssdk.services.batch.model software.amazon.awssdk.services.batch.paginators -
-
Uses of ServiceJobSummary in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type ServiceJobSummary Modifier and Type Method Description List<ServiceJobSummary>ListServiceJobsResponse. jobSummaryList()A list of service job summaries.Methods in software.amazon.awssdk.services.batch.model with parameters of type ServiceJobSummary Modifier and Type Method Description ListServiceJobsResponse.BuilderListServiceJobsResponse.Builder. jobSummaryList(ServiceJobSummary... jobSummaryList)A list of service job summaries.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type ServiceJobSummary Modifier and Type Method Description ListServiceJobsResponse.BuilderListServiceJobsResponse.Builder. jobSummaryList(Collection<ServiceJobSummary> jobSummaryList)A list of service job summaries. -
Uses of ServiceJobSummary in software.amazon.awssdk.services.batch.paginators
Methods in software.amazon.awssdk.services.batch.paginators that return types with arguments of type ServiceJobSummary Modifier and Type Method Description SdkIterable<ServiceJobSummary>ListServiceJobsIterable. jobSummaryList()Returns an iterable to iterate through the paginatedListServiceJobsResponse.jobSummaryList()member.SdkPublisher<ServiceJobSummary>ListServiceJobsPublisher. jobSummaryList()Returns a publisher that can be used to get a stream of data.
-