| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
DomainEntry |
DomainEntry.addOptionsEntry(String key,
String value)
Deprecated.
|
DomainEntry |
DomainEntry.clearOptionsEntries()
Deprecated.
|
DomainEntry |
DomainEntry.clone() |
DomainEntry |
UpdateDomainEntryRequest.getDomainEntry()
An array of key-value pairs containing information about the domain entry.
|
DomainEntry |
DeleteDomainEntryRequest.getDomainEntry()
An array of key-value pairs containing information about your domain entries.
|
DomainEntry |
CreateDomainEntryRequest.getDomainEntry()
An array of key-value pairs containing information about the domain entry request.
|
DomainEntry |
DomainEntry.withId(String id)
The ID of the domain recordset entry.
|
DomainEntry |
DomainEntry.withIsAlias(Boolean isAlias)
When
true, specifies whether the domain entry is an alias used by the Lightsail load balancer,
Lightsail container service, Lightsail content delivery network (CDN) distribution, or another Amazon Web
Services resource. |
DomainEntry |
DomainEntry.withName(String name)
The name of the domain.
|
DomainEntry |
DomainEntry.withOptions(Map<String,String> options)
Deprecated.
|
DomainEntry |
DomainEntry.withTarget(String target)
The target IP address (
192.0.2.0), or AWS name server (ns-111.awsdns-22.com.). |
DomainEntry |
DomainEntry.withType(String type)
The type of domain entry, such as address for IPv4 (A), address for IPv6 (AAAA), canonical name (CNAME), mail
exchanger (MX), name server (NS), start of authority (SOA), service locator (SRV), or text (TXT).
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainEntry> |
Domain.getDomainEntries()
An array of key-value pairs containing information about the domain entries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDomainEntryRequest.setDomainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about the domain entry.
|
void |
DeleteDomainEntryRequest.setDomainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about your domain entries.
|
void |
CreateDomainEntryRequest.setDomainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about the domain entry request.
|
Domain |
Domain.withDomainEntries(DomainEntry... domainEntries)
An array of key-value pairs containing information about the domain entries.
|
UpdateDomainEntryRequest |
UpdateDomainEntryRequest.withDomainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about the domain entry.
|
DeleteDomainEntryRequest |
DeleteDomainEntryRequest.withDomainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about your domain entries.
|
CreateDomainEntryRequest |
CreateDomainEntryRequest.withDomainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about the domain entry request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Domain.setDomainEntries(Collection<DomainEntry> domainEntries)
An array of key-value pairs containing information about the domain entries.
|
Domain |
Domain.withDomainEntries(Collection<DomainEntry> domainEntries)
An array of key-value pairs containing information about the domain entries.
|
Copyright © 2024. All rights reserved.