Uses of Class
software.amazon.awssdk.services.m2.model.BatchJobExecutionSummary
-
Packages that use BatchJobExecutionSummary Package Description software.amazon.awssdk.services.m2.model software.amazon.awssdk.services.m2.paginators -
-
Uses of BatchJobExecutionSummary in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type BatchJobExecutionSummary Modifier and Type Method Description List<BatchJobExecutionSummary>ListBatchJobExecutionsResponse. batchJobExecutions()Returns a list of batch job executions for an application.Methods in software.amazon.awssdk.services.m2.model with parameters of type BatchJobExecutionSummary Modifier and Type Method Description ListBatchJobExecutionsResponse.BuilderListBatchJobExecutionsResponse.Builder. batchJobExecutions(BatchJobExecutionSummary... batchJobExecutions)Returns a list of batch job executions for an application.Method parameters in software.amazon.awssdk.services.m2.model with type arguments of type BatchJobExecutionSummary Modifier and Type Method Description ListBatchJobExecutionsResponse.BuilderListBatchJobExecutionsResponse.Builder. batchJobExecutions(Collection<BatchJobExecutionSummary> batchJobExecutions)Returns a list of batch job executions for an application. -
Uses of BatchJobExecutionSummary in software.amazon.awssdk.services.m2.paginators
Methods in software.amazon.awssdk.services.m2.paginators that return types with arguments of type BatchJobExecutionSummary Modifier and Type Method Description SdkIterable<BatchJobExecutionSummary>ListBatchJobExecutionsIterable. batchJobExecutions()Returns an iterable to iterate through the paginatedListBatchJobExecutionsResponse.batchJobExecutions()member.SdkPublisher<BatchJobExecutionSummary>ListBatchJobExecutionsPublisher. batchJobExecutions()Returns a publisher that can be used to get a stream of data.
-