Uses of Class
software.amazon.awssdk.services.m2.model.GetDataSetImportTaskResponse
-
Packages that use GetDataSetImportTaskResponse 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 GetDataSetImportTaskResponse in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return GetDataSetImportTaskResponse Modifier and Type Method Description default GetDataSetImportTaskResponseM2Client. getDataSetImportTask(Consumer<GetDataSetImportTaskRequest.Builder> getDataSetImportTaskRequest)Gets the status of a data set import task initiated with the CreateDataSetImportTask operation.default GetDataSetImportTaskResponseM2Client. getDataSetImportTask(GetDataSetImportTaskRequest getDataSetImportTaskRequest)Gets the status of a data set import task initiated with the CreateDataSetImportTask operation.Methods in software.amazon.awssdk.services.m2 that return types with arguments of type GetDataSetImportTaskResponse Modifier and Type Method Description default CompletableFuture<GetDataSetImportTaskResponse>M2AsyncClient. getDataSetImportTask(Consumer<GetDataSetImportTaskRequest.Builder> getDataSetImportTaskRequest)Gets the status of a data set import task initiated with the CreateDataSetImportTask operation.default CompletableFuture<GetDataSetImportTaskResponse>M2AsyncClient. getDataSetImportTask(GetDataSetImportTaskRequest getDataSetImportTaskRequest)Gets the status of a data set import task initiated with the CreateDataSetImportTask operation.
-