Uses of Class
software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobRequest
-
Packages that use DescribeTableDataImportJobRequest Package Description software.amazon.awssdk.services.honeycode Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without programming.software.amazon.awssdk.services.honeycode.transform -
-
Uses of DescribeTableDataImportJobRequest in software.amazon.awssdk.services.honeycode
Methods in software.amazon.awssdk.services.honeycode with parameters of type DescribeTableDataImportJobRequest Modifier and Type Method Description default CompletableFuture<DescribeTableDataImportJobResponse>HoneycodeAsyncClient. describeTableDataImportJob(DescribeTableDataImportJobRequest describeTableDataImportJobRequest)The DescribeTableDataImportJob API allows you to retrieve the status and details of a table data import job.default DescribeTableDataImportJobResponseHoneycodeClient. describeTableDataImportJob(DescribeTableDataImportJobRequest describeTableDataImportJobRequest)The DescribeTableDataImportJob API allows you to retrieve the status and details of a table data import job. -
Uses of DescribeTableDataImportJobRequest in software.amazon.awssdk.services.honeycode.transform
Methods in software.amazon.awssdk.services.honeycode.transform with parameters of type DescribeTableDataImportJobRequest Modifier and Type Method Description SdkHttpFullRequestDescribeTableDataImportJobRequestMarshaller. marshall(DescribeTableDataImportJobRequest describeTableDataImportJobRequest)
-