Uses of Class
software.amazon.awssdk.services.lightsail.model.CreateDomainEntryResponse
-
Packages that use CreateDomainEntryResponse Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. -
-
Uses of CreateDomainEntryResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return CreateDomainEntryResponse Modifier and Type Method Description default CreateDomainEntryResponseLightsailClient. 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 CreateDomainEntryResponseLightsailClient. createDomainEntry(CreateDomainEntryRequest 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).Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type CreateDomainEntryResponse Modifier and Type Method 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 CompletableFuture<CreateDomainEntryResponse>LightsailAsyncClient. createDomainEntry(CreateDomainEntryRequest 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).
-