| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
Domain |
Domain.clone() |
Domain |
GetDomainResult.getDomain()
An array of key-value pairs containing information about your get domain request.
|
Domain |
Domain.withArn(String arn)
The Amazon Resource Name (ARN) of the domain recordset (e.g.,
arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE). |
Domain |
Domain.withCreatedAt(Date createdAt)
The date when the domain recordset was created.
|
Domain |
Domain.withDomainEntries(Collection<DomainEntry> domainEntries)
An array of key-value pairs containing information about the domain entries.
|
Domain |
Domain.withDomainEntries(DomainEntry... domainEntries)
An array of key-value pairs containing information about the domain entries.
|
Domain |
Domain.withLocation(ResourceLocation location)
The AWS Region and Availability Zones where the domain recordset was created.
|
Domain |
Domain.withName(String name)
The name of the domain.
|
Domain |
Domain.withResourceType(ResourceType resourceType)
The resource type.
|
Domain |
Domain.withResourceType(String resourceType)
The resource type.
|
Domain |
Domain.withSupportCode(String supportCode)
The support code.
|
| Modifier and Type | Method and Description |
|---|---|
List<Domain> |
GetDomainsResult.getDomains()
An array of key-value pairs containing information about each of the domain entries in the user's account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDomainResult.setDomain(Domain domain)
An array of key-value pairs containing information about your get domain request.
|
GetDomainResult |
GetDomainResult.withDomain(Domain domain)
An array of key-value pairs containing information about your get domain request.
|
GetDomainsResult |
GetDomainsResult.withDomains(Domain... domains)
An array of key-value pairs containing information about each of the domain entries in the user's account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDomainsResult.setDomains(Collection<Domain> domains)
An array of key-value pairs containing information about each of the domain entries in the user's account.
|
GetDomainsResult |
GetDomainsResult.withDomains(Collection<Domain> domains)
An array of key-value pairs containing information about each of the domain entries in the user's account.
|
Copyright © 2018. All rights reserved.