Uses of Class
software.amazon.awssdk.services.mailmanager.model.ImportDataFormat
-
Packages that use ImportDataFormat Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of ImportDataFormat in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return ImportDataFormat Modifier and Type Method Description ImportDataFormatCreateAddressListImportJobRequest. importDataFormat()The format of the input for an import job.ImportDataFormatGetAddressListImportJobResponse. importDataFormat()The format of the input for an import job.ImportDataFormatImportJob. importDataFormat()The format of the input for the import job.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type ImportDataFormat Modifier and Type Method Description CreateAddressListImportJobRequest.BuilderCreateAddressListImportJobRequest.Builder. importDataFormat(ImportDataFormat importDataFormat)The format of the input for an import job.GetAddressListImportJobResponse.BuilderGetAddressListImportJobResponse.Builder. importDataFormat(ImportDataFormat importDataFormat)The format of the input for an import job.ImportJob.BuilderImportJob.Builder. importDataFormat(ImportDataFormat importDataFormat)The format of the input for the import job.
-