Uses of Class
software.amazon.awssdk.services.m2.model.ListBatchJobExecutionsResponse
-
Packages that use ListBatchJobExecutionsResponse Package Description software.amazon.awssdk.services.m2 Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and modernization from mainframes to Amazon Web Services managed runtime environments.software.amazon.awssdk.services.m2.paginators -
-
Uses of ListBatchJobExecutionsResponse in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return ListBatchJobExecutionsResponse Modifier and Type Method Description default ListBatchJobExecutionsResponseM2Client. listBatchJobExecutions(Consumer<ListBatchJobExecutionsRequest.Builder> listBatchJobExecutionsRequest)Lists historical, current, and scheduled batch job executions for a specific application.default ListBatchJobExecutionsResponseM2Client. listBatchJobExecutions(ListBatchJobExecutionsRequest listBatchJobExecutionsRequest)Lists historical, current, and scheduled batch job executions for a specific application.Methods in software.amazon.awssdk.services.m2 that return types with arguments of type ListBatchJobExecutionsResponse Modifier and Type Method Description default CompletableFuture<ListBatchJobExecutionsResponse>M2AsyncClient. listBatchJobExecutions(Consumer<ListBatchJobExecutionsRequest.Builder> listBatchJobExecutionsRequest)Lists historical, current, and scheduled batch job executions for a specific application.default CompletableFuture<ListBatchJobExecutionsResponse>M2AsyncClient. listBatchJobExecutions(ListBatchJobExecutionsRequest listBatchJobExecutionsRequest)Lists historical, current, and scheduled batch job executions for a specific application. -
Uses of ListBatchJobExecutionsResponse in software.amazon.awssdk.services.m2.paginators
Methods in software.amazon.awssdk.services.m2.paginators that return types with arguments of type ListBatchJobExecutionsResponse Modifier and Type Method Description Iterator<ListBatchJobExecutionsResponse>ListBatchJobExecutionsIterable. iterator()Method parameters in software.amazon.awssdk.services.m2.paginators with type arguments of type ListBatchJobExecutionsResponse Modifier and Type Method Description voidListBatchJobExecutionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBatchJobExecutionsResponse> subscriber)
-