Uses of Class
software.amazon.awssdk.services.servicediscovery.model.SOAChange
-
Packages that use SOAChange Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of SOAChange in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return SOAChange Modifier and Type Method Description SOAChangePrivateDnsPropertiesMutableChange. soa()Updated fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.SOAChangePublicDnsPropertiesMutableChange. soa()Updated fields for the 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 SOAChange Modifier and Type Method Description PrivateDnsPropertiesMutableChange.BuilderPrivateDnsPropertiesMutableChange.Builder. soa(SOAChange soa)Updated fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.PublicDnsPropertiesMutableChange.BuilderPublicDnsPropertiesMutableChange.Builder. soa(SOAChange soa)Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
-