| 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 |
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 |
UpdateDomainEntryRequest.getDomainEntry()
An array of key-value pairs containing information about the domain entry.
|
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. |
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 AWS name server (e.g.,
ns-111.awsdns-22.com.). |
DomainEntry |
DomainEntry.withType(String type)
The type of domain entry, such as address (A), 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 |
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.
|
void |
UpdateDomainEntryRequest.setDomainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about the domain entry.
|
Domain |
Domain.withDomainEntries(DomainEntry... domainEntries)
An array of key-value pairs containing information about the domain entries.
|
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.
|
UpdateDomainEntryRequest |
UpdateDomainEntryRequest.withDomainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about the domain entry.
|
| 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 © 2019. All rights reserved.