Uses of Interface
software.amazon.awssdk.services.lightsail.model.CreateDomainEntryRequest.Builder
-
Packages that use CreateDomainEntryRequest.Builder 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.software.amazon.awssdk.services.lightsail.model -
-
Uses of CreateDomainEntryRequest.Builder in software.amazon.awssdk.services.lightsail
Method parameters in software.amazon.awssdk.services.lightsail with type arguments of type CreateDomainEntryRequest.Builder 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 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). -
Uses of CreateDomainEntryRequest.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return CreateDomainEntryRequest.Builder Modifier and Type Method Description static CreateDomainEntryRequest.BuilderCreateDomainEntryRequest. builder()default CreateDomainEntryRequest.BuilderCreateDomainEntryRequest.Builder. domainEntry(Consumer<DomainEntry.Builder> domainEntry)An array of key-value pairs containing information about the domain entry request.CreateDomainEntryRequest.BuilderCreateDomainEntryRequest.Builder. domainEntry(DomainEntry domainEntry)An array of key-value pairs containing information about the domain entry request.CreateDomainEntryRequest.BuilderCreateDomainEntryRequest.Builder. domainName(String domainName)The domain name (example.com) for which you want to create the domain entry.CreateDomainEntryRequest.BuilderCreateDomainEntryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateDomainEntryRequest.BuilderCreateDomainEntryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateDomainEntryRequest.BuilderCreateDomainEntryRequest. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type CreateDomainEntryRequest.Builder Modifier and Type Method Description static Class<? extends CreateDomainEntryRequest.Builder>CreateDomainEntryRequest. serializableBuilderClass()
-