Uses of Class
software.amazon.awssdk.services.m2.model.ListDataSetsRequest
-
Packages that use ListDataSetsRequest 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 ListDataSetsRequest in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 with parameters of type ListDataSetsRequest Modifier and Type Method Description default CompletableFuture<ListDataSetsResponse>M2AsyncClient. listDataSets(ListDataSetsRequest listDataSetsRequest)Lists the data sets imported for a specific application.default ListDataSetsResponseM2Client. listDataSets(ListDataSetsRequest listDataSetsRequest)Lists the data sets imported for a specific application.default ListDataSetsPublisherM2AsyncClient. listDataSetsPaginator(ListDataSetsRequest listDataSetsRequest)Lists the data sets imported for a specific application.default ListDataSetsIterableM2Client. listDataSetsPaginator(ListDataSetsRequest listDataSetsRequest)Lists the data sets imported for a specific application. -
Uses of ListDataSetsRequest in software.amazon.awssdk.services.m2.paginators
Constructors in software.amazon.awssdk.services.m2.paginators with parameters of type ListDataSetsRequest Constructor Description ListDataSetsIterable(M2Client client, ListDataSetsRequest firstRequest)ListDataSetsPublisher(M2AsyncClient client, ListDataSetsRequest firstRequest) -
Uses of ListDataSetsRequest in software.amazon.awssdk.services.m2.transform
Methods in software.amazon.awssdk.services.m2.transform with parameters of type ListDataSetsRequest Modifier and Type Method Description SdkHttpFullRequestListDataSetsRequestMarshaller. marshall(ListDataSetsRequest listDataSetsRequest)
-