Uses of Class
software.amazon.awssdk.services.servicediscovery.model.SOA
-
Packages that use SOA Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of SOA in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return SOA Modifier and Type Method Description SOADnsProperties. soa()Start of Authority (SOA) record for the hosted zone.SOAPrivateDnsPropertiesMutable. soa()Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.SOAPublicDnsPropertiesMutable. soa()Start of Authority (SOA) record for the hosted zone for the public DNS namespace.Methods in software.amazon.awssdk.services.servicediscovery.model with parameters of type SOA Modifier and Type Method Description DnsProperties.BuilderDnsProperties.Builder. soa(SOA soa)Start of Authority (SOA) record for the hosted zone.PrivateDnsPropertiesMutable.BuilderPrivateDnsPropertiesMutable.Builder. soa(SOA soa)Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.PublicDnsPropertiesMutable.BuilderPublicDnsPropertiesMutable.Builder. soa(SOA soa)Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
-