| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail |
Amazon Lightsail is the easiest way to get started with Amazon Web Services (AWS) for developers who need to build
websites or web applications.
|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateDomainEntryResponse> |
LightsailAsyncClient.createDomainEntry(Consumer<CreateDomainEntryRequest.Builder> createDomainEntryRequest)
Creates one of the following domain name system (DNS) records in a domain DNS zone: Address (A), canonical name
(CNAME), mail exchanger (MX), name server (NS), start of authority (SOA), service locator (SRV), or text (TXT).
|
default CreateDomainEntryResponse |
LightsailClient.createDomainEntry(Consumer<CreateDomainEntryRequest.Builder> createDomainEntryRequest)
Creates one of the following domain name system (DNS) records in a domain DNS zone: 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 |
|---|---|
static CreateDomainEntryRequest.Builder |
CreateDomainEntryRequest.builder() |
default CreateDomainEntryRequest.Builder |
CreateDomainEntryRequest.Builder.domainEntry(Consumer<DomainEntry.Builder> domainEntry)
An array of key-value pairs containing information about the domain entry request.
|
CreateDomainEntryRequest.Builder |
CreateDomainEntryRequest.Builder.domainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about the domain entry request.
|
CreateDomainEntryRequest.Builder |
CreateDomainEntryRequest.Builder.domainName(String domainName)
The domain name (e.g.,
example.com) for which you want to create the domain entry. |
CreateDomainEntryRequest.Builder |
CreateDomainEntryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDomainEntryRequest.Builder |
CreateDomainEntryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDomainEntryRequest.Builder |
CreateDomainEntryRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateDomainEntryRequest.Builder> |
CreateDomainEntryRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.