Uses of Class
software.amazon.awssdk.services.lightsail.model.CreateDomainResponse
-
Packages that use CreateDomainResponse 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 CreateDomainResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return CreateDomainResponse Modifier and Type Method Description default CreateDomainResponseLightsailClient. createDomain(Consumer<CreateDomainRequest.Builder> createDomainRequest)Creates a domain resource for the specified domain (example.com).default CreateDomainResponseLightsailClient. createDomain(CreateDomainRequest createDomainRequest)Creates a domain resource for the specified domain (example.com).Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type CreateDomainResponse Modifier and Type Method Description default CompletableFuture<CreateDomainResponse>LightsailAsyncClient. createDomain(Consumer<CreateDomainRequest.Builder> createDomainRequest)Creates a domain resource for the specified domain (example.com).default CompletableFuture<CreateDomainResponse>LightsailAsyncClient. createDomain(CreateDomainRequest createDomainRequest)Creates a domain resource for the specified domain (example.com).
-