Uses of Class
software.amazon.awssdk.services.m2.model.ListDataSetImportHistoryRequest
-
Packages that use ListDataSetImportHistoryRequest 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 ListDataSetImportHistoryRequest in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 with parameters of type ListDataSetImportHistoryRequest Modifier and Type Method Description default CompletableFuture<ListDataSetImportHistoryResponse>M2AsyncClient. listDataSetImportHistory(ListDataSetImportHistoryRequest listDataSetImportHistoryRequest)Lists the data set imports for the specified application.default ListDataSetImportHistoryResponseM2Client. listDataSetImportHistory(ListDataSetImportHistoryRequest listDataSetImportHistoryRequest)Lists the data set imports for the specified application.default ListDataSetImportHistoryPublisherM2AsyncClient. listDataSetImportHistoryPaginator(ListDataSetImportHistoryRequest listDataSetImportHistoryRequest)Lists the data set imports for the specified application.default ListDataSetImportHistoryIterableM2Client. listDataSetImportHistoryPaginator(ListDataSetImportHistoryRequest listDataSetImportHistoryRequest)Lists the data set imports for the specified application. -
Uses of ListDataSetImportHistoryRequest in software.amazon.awssdk.services.m2.paginators
Constructors in software.amazon.awssdk.services.m2.paginators with parameters of type ListDataSetImportHistoryRequest Constructor Description ListDataSetImportHistoryIterable(M2Client client, ListDataSetImportHistoryRequest firstRequest)ListDataSetImportHistoryPublisher(M2AsyncClient client, ListDataSetImportHistoryRequest firstRequest) -
Uses of ListDataSetImportHistoryRequest in software.amazon.awssdk.services.m2.transform
Methods in software.amazon.awssdk.services.m2.transform with parameters of type ListDataSetImportHistoryRequest Modifier and Type Method Description SdkHttpFullRequestListDataSetImportHistoryRequestMarshaller. marshall(ListDataSetImportHistoryRequest listDataSetImportHistoryRequest)
-