Uses of Class
software.amazon.awssdk.services.m2.model.GetDataSetDetailsResponse
-
Packages that use GetDataSetDetailsResponse 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. -
-
Uses of GetDataSetDetailsResponse in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return GetDataSetDetailsResponse Modifier and Type Method Description default GetDataSetDetailsResponseM2Client. getDataSetDetails(Consumer<GetDataSetDetailsRequest.Builder> getDataSetDetailsRequest)Gets the details of a specific data set.default GetDataSetDetailsResponseM2Client. getDataSetDetails(GetDataSetDetailsRequest getDataSetDetailsRequest)Gets the details of a specific data set.Methods in software.amazon.awssdk.services.m2 that return types with arguments of type GetDataSetDetailsResponse Modifier and Type Method Description default CompletableFuture<GetDataSetDetailsResponse>M2AsyncClient. getDataSetDetails(Consumer<GetDataSetDetailsRequest.Builder> getDataSetDetailsRequest)Gets the details of a specific data set.default CompletableFuture<GetDataSetDetailsResponse>M2AsyncClient. getDataSetDetails(GetDataSetDetailsRequest getDataSetDetailsRequest)Gets the details of a specific data set.
-