| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
DNSLookupResults |
MailServerControllerApi.getDnsLookup(DNSLookupOptions dnsLookupOptions)
Lookup DNS records for a domain
|
okhttp3.Call |
MailServerControllerApi.getDnsLookupAsync(DNSLookupOptions dnsLookupOptions,
ApiCallback<DNSLookupResults> _callback)
Lookup DNS records for a domain (asynchronously)
|
okhttp3.Call |
MailServerControllerApi.getDnsLookupCall(DNSLookupOptions dnsLookupOptions,
ApiCallback _callback)
Build call for getDnsLookup
|
ApiResponse<DNSLookupResults> |
MailServerControllerApi.getDnsLookupWithHttpInfo(DNSLookupOptions dnsLookupOptions)
Lookup DNS records for a domain
|
| Modifier and Type | Method and Description |
|---|---|
DNSLookupOptions |
DNSLookupOptions.addRecordTypesItem(DNSLookupOptions.RecordTypesEnum recordTypesItem) |
DNSLookupOptions |
DNSLookupOptions.hostname(String hostname) |
DNSLookupOptions |
DNSLookupOptions.omitFinalDNSDot(Boolean omitFinalDNSDot) |
DNSLookupOptions |
DNSLookupOptions.recordTypes(List<DNSLookupOptions.RecordTypesEnum> recordTypes) |
Copyright © 2021. All rights reserved.