Uses of Class
software.amazon.awssdk.services.lightsail.model.DnsRecordCreationState
-
Packages that use DnsRecordCreationState Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of DnsRecordCreationState in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return DnsRecordCreationState Modifier and Type Method Description DnsRecordCreationStateDomainValidationRecord. dnsRecordCreationState()An object that describes the state of the canonical name (CNAME) records that are automatically added by Lightsail to the DNS of the domain to validate domain ownership.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type DnsRecordCreationState Modifier and Type Method Description DomainValidationRecord.BuilderDomainValidationRecord.Builder. dnsRecordCreationState(DnsRecordCreationState dnsRecordCreationState)An object that describes the state of the canonical name (CNAME) records that are automatically added by Lightsail to the DNS of the domain to validate domain ownership.
-