| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
SOA |
DnsProperties.soa()
Start of Authority (SOA) record for the hosted zone.
|
SOA |
PrivateDnsPropertiesMutable.soa()
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
|
SOA |
PublicDnsPropertiesMutable.soa()
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
|
| Modifier and Type | Method and Description |
|---|---|
DnsProperties.Builder |
DnsProperties.Builder.soa(SOA soa)
Start of Authority (SOA) record for the hosted zone.
|
PrivateDnsPropertiesMutable.Builder |
PrivateDnsPropertiesMutable.Builder.soa(SOA soa)
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
|
PublicDnsPropertiesMutable.Builder |
PublicDnsPropertiesMutable.Builder.soa(SOA soa)
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
|
Copyright © 2023. All rights reserved.