Uses of Class
software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest
-
Packages that use StartTableDataImportJobRequest 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 StartTableDataImportJobRequest in software.amazon.awssdk.services.honeycode
Methods in software.amazon.awssdk.services.honeycode with parameters of type StartTableDataImportJobRequest Modifier and Type Method Description default CompletableFuture<StartTableDataImportJobResponse>HoneycodeAsyncClient. startTableDataImportJob(StartTableDataImportJobRequest startTableDataImportJobRequest)The StartTableDataImportJob API allows you to start an import job on a table.default StartTableDataImportJobResponseHoneycodeClient. startTableDataImportJob(StartTableDataImportJobRequest startTableDataImportJobRequest)The StartTableDataImportJob API allows you to start an import job on a table. -
Uses of StartTableDataImportJobRequest in software.amazon.awssdk.services.honeycode.transform
Methods in software.amazon.awssdk.services.honeycode.transform with parameters of type StartTableDataImportJobRequest Modifier and Type Method Description SdkHttpFullRequestStartTableDataImportJobRequestMarshaller. marshall(StartTableDataImportJobRequest startTableDataImportJobRequest)
-