DirectmailFunctions

Functions

Link copied to clipboard

This data source provides the Direct Mail Domains of the current Alibaba Cloud user.

suspend fun getDomains(argument: suspend GetDomainsPlainArgsBuilder.() -> Unit): GetDomainsResult
suspend fun getDomains(enableDetails: Boolean? = null, ids: List<String>? = null, keyWord: String? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null): GetDomainsResult
Link copied to clipboard

This data source provides the Direct Mail Mail Addresses of the current Alibaba Cloud user.

suspend fun getMailAddresses(ids: List<String>? = null, keyWord: String? = null, outputFile: String? = null, sendtype: String? = null, status: String? = null): GetMailAddressesResult
Link copied to clipboard

This data source provides the Direct Mail Receiverses of the current Alibaba Cloud user.

suspend fun getReceivers(ids: List<String>? = null, keyWord: String? = null, nameRegex: String? = null, outputFile: String? = null, status: Int? = null): GetReceiversResult
Link copied to clipboard
suspend fun getTags(argument: GetTagsPlainArgs): GetTagsResult

This data source provides the Direct Mail Tags of the current Alibaba Cloud user.

suspend fun getTags(argument: suspend GetTagsPlainArgsBuilder.() -> Unit): GetTagsResult
suspend fun getTags(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null): GetTagsResult