Package | Description |
---|---|
com.okta.sdk.impl.resource.domain | |
com.okta.sdk.resource.domain |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDNSRecord
DNSRecord
|
Modifier and Type | Method and Description |
---|---|
DNSRecord |
DefaultDNSRecord.setExpiration(String expiration) |
DNSRecord |
DefaultDNSRecord.setFqdn(String fqdn) |
DNSRecord |
DefaultDNSRecord.setRecordType(DNSRecordType recordType) |
DNSRecord |
DefaultDNSRecord.setValues(List<String> values) |
Modifier and Type | Method and Description |
---|---|
List<DNSRecord> |
DefaultDomain.getDnsRecords() |
Modifier and Type | Method and Description |
---|---|
Domain |
DefaultDomain.setDnsRecords(List<DNSRecord> dnsRecords) |
Modifier and Type | Method and Description |
---|---|
DNSRecord |
DNSRecord.setExpiration(String expiration) |
DNSRecord |
DNSRecord.setFqdn(String fqdn) |
DNSRecord |
DNSRecord.setRecordType(DNSRecordType recordType) |
DNSRecord |
DNSRecord.setValues(List<String> values) |
Modifier and Type | Method and Description |
---|---|
List<DNSRecord> |
Domain.getDnsRecords() |
Modifier and Type | Method and Description |
---|---|
Domain |
Domain.setDnsRecords(List<DNSRecord> dnsRecords) |
Copyright © 2017–2023 Okta. All rights reserved.