| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
SOA |
SOA.clone() |
SOA |
DnsProperties.getSOA()
Start of Authority (SOA) record for the hosted zone.
|
SOA |
PublicDnsPropertiesMutable.getSOA()
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
|
SOA |
PrivateDnsPropertiesMutable.getSOA()
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
|
SOA |
SOA.withTTL(Long tTL)
The time to live (TTL) for purposes of negative caching.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DnsProperties.setSOA(SOA sOA)
Start of Authority (SOA) record for the hosted zone.
|
void |
PublicDnsPropertiesMutable.setSOA(SOA sOA)
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
|
void |
PrivateDnsPropertiesMutable.setSOA(SOA sOA)
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
|
DnsProperties |
DnsProperties.withSOA(SOA sOA)
Start of Authority (SOA) record for the hosted zone.
|
PublicDnsPropertiesMutable |
PublicDnsPropertiesMutable.withSOA(SOA sOA)
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
|
PrivateDnsPropertiesMutable |
PrivateDnsPropertiesMutable.withSOA(SOA sOA)
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
|
Copyright © 2024. All rights reserved.