Uses of Class
software.amazon.awssdk.services.lightsail.model.DomainEntry
-
Packages that use DomainEntry Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of DomainEntry in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return DomainEntry Modifier and Type Method Description DomainEntryCreateDomainEntryRequest. domainEntry()An array of key-value pairs containing information about the domain entry request.DomainEntryDeleteDomainEntryRequest. domainEntry()An array of key-value pairs containing information about your domain entries.DomainEntryUpdateDomainEntryRequest. domainEntry()An array of key-value pairs containing information about the domain entry.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type DomainEntry Modifier and Type Method Description List<DomainEntry>Domain. domainEntries()An array of key-value pairs containing information about the domain entries.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type DomainEntry Modifier and Type Method Description Domain.BuilderDomain.Builder. domainEntries(DomainEntry... domainEntries)An array of key-value pairs containing information about the domain entries.CreateDomainEntryRequest.BuilderCreateDomainEntryRequest.Builder. domainEntry(DomainEntry domainEntry)An array of key-value pairs containing information about the domain entry request.DeleteDomainEntryRequest.BuilderDeleteDomainEntryRequest.Builder. domainEntry(DomainEntry domainEntry)An array of key-value pairs containing information about your domain entries.UpdateDomainEntryRequest.BuilderUpdateDomainEntryRequest.Builder. domainEntry(DomainEntry domainEntry)An array of key-value pairs containing information about the domain entry.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type DomainEntry Modifier and Type Method Description Domain.BuilderDomain.Builder. domainEntries(Collection<DomainEntry> domainEntries)An array of key-value pairs containing information about the domain entries.
-