Uses of Class
software.amazon.awssdk.services.honeycode.model.ImportOptions
-
Packages that use ImportOptions Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of ImportOptions in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return ImportOptions Modifier and Type Method Description ImportOptionsStartTableDataImportJobRequest. importOptions()The options for customizing this import request.ImportOptionsTableDataImportJobMetadata. importOptions()The options that was specified at the time of submitting the import request.Methods in software.amazon.awssdk.services.honeycode.model with parameters of type ImportOptions Modifier and Type Method Description StartTableDataImportJobRequest.BuilderStartTableDataImportJobRequest.Builder. importOptions(ImportOptions importOptions)The options for customizing this import request.TableDataImportJobMetadata.BuilderTableDataImportJobMetadata.Builder. importOptions(ImportOptions importOptions)The options that was specified at the time of submitting the import request.
-