Uses of Class
software.amazon.awssdk.services.m2.model.ListBatchJobExecutionsRequest
-
Packages that use ListBatchJobExecutionsRequest 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 software.amazon.awssdk.services.m2.transform -
-
Uses of ListBatchJobExecutionsRequest in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 with parameters of type ListBatchJobExecutionsRequest Modifier and Type Method Description default CompletableFuture<ListBatchJobExecutionsResponse>M2AsyncClient. listBatchJobExecutions(ListBatchJobExecutionsRequest 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.default ListBatchJobExecutionsPublisherM2AsyncClient. listBatchJobExecutionsPaginator(ListBatchJobExecutionsRequest listBatchJobExecutionsRequest)Lists historical, current, and scheduled batch job executions for a specific application.default ListBatchJobExecutionsIterableM2Client. listBatchJobExecutionsPaginator(ListBatchJobExecutionsRequest listBatchJobExecutionsRequest)Lists historical, current, and scheduled batch job executions for a specific application. -
Uses of ListBatchJobExecutionsRequest in software.amazon.awssdk.services.m2.paginators
Constructors in software.amazon.awssdk.services.m2.paginators with parameters of type ListBatchJobExecutionsRequest Constructor Description ListBatchJobExecutionsIterable(M2Client client, ListBatchJobExecutionsRequest firstRequest)ListBatchJobExecutionsPublisher(M2AsyncClient client, ListBatchJobExecutionsRequest firstRequest) -
Uses of ListBatchJobExecutionsRequest in software.amazon.awssdk.services.m2.transform
Methods in software.amazon.awssdk.services.m2.transform with parameters of type ListBatchJobExecutionsRequest Modifier and Type Method Description SdkHttpFullRequestListBatchJobExecutionsRequestMarshaller. marshall(ListBatchJobExecutionsRequest listBatchJobExecutionsRequest)
-