Uses of Class
software.amazon.awssdk.services.lightsail.model.GetDomainResponse
-
Packages that use GetDomainResponse 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 GetDomainResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetDomainResponse Modifier and Type Method Description default GetDomainResponseLightsailClient. getDomain(Consumer<GetDomainRequest.Builder> getDomainRequest)Returns information about a specific domain recordset.default GetDomainResponseLightsailClient. getDomain(GetDomainRequest getDomainRequest)Returns information about a specific domain recordset.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetDomainResponse Modifier and Type Method Description default CompletableFuture<GetDomainResponse>LightsailAsyncClient. getDomain(Consumer<GetDomainRequest.Builder> getDomainRequest)Returns information about a specific domain recordset.default CompletableFuture<GetDomainResponse>LightsailAsyncClient. getDomain(GetDomainRequest getDomainRequest)Returns information about a specific domain recordset.
-