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