Uses of Interface
software.amazon.awssdk.services.mailmanager.model.ImportDataFormat.Builder
-
Packages that use ImportDataFormat.Builder Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of ImportDataFormat.Builder in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return ImportDataFormat.Builder Modifier and Type Method Description static ImportDataFormat.BuilderImportDataFormat. builder()ImportDataFormat.BuilderImportDataFormat.Builder. importDataType(String importDataType)The type of file that would be passed as an input for the address list import job.ImportDataFormat.BuilderImportDataFormat.Builder. importDataType(ImportDataType importDataType)The type of file that would be passed as an input for the address list import job.ImportDataFormat.BuilderImportDataFormat. toBuilder()Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type ImportDataFormat.Builder Modifier and Type Method Description static Class<? extends ImportDataFormat.Builder>ImportDataFormat. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mailmanager.model with type arguments of type ImportDataFormat.Builder Modifier and Type Method Description default CreateAddressListImportJobRequest.BuilderCreateAddressListImportJobRequest.Builder. importDataFormat(Consumer<ImportDataFormat.Builder> importDataFormat)The format of the input for an import job.default GetAddressListImportJobResponse.BuilderGetAddressListImportJobResponse.Builder. importDataFormat(Consumer<ImportDataFormat.Builder> importDataFormat)The format of the input for an import job.default ImportJob.BuilderImportJob.Builder. importDataFormat(Consumer<ImportDataFormat.Builder> importDataFormat)The format of the input for the import job.
-