Package | Description |
---|---|
com.okta.sdk.resource.domain |
Modifier and Type | Method and Description |
---|---|
DNSRecord |
DNSRecord.setExpiration(java.lang.String expiration) |
DNSRecord |
DNSRecord.setFqdn(java.lang.String fqdn) |
DNSRecord |
DNSRecord.setRecordType(DNSRecordType recordType) |
DNSRecord |
DNSRecord.setValues(java.util.List<java.lang.String> values) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DNSRecord> |
Domain.getDnsRecords() |
Modifier and Type | Method and Description |
---|---|
Domain |
Domain.setDnsRecords(java.util.List<DNSRecord> dnsRecords) |
Copyright © 2017-2021 Okta. All Rights Reserved.