Uses of Class
software.amazon.awssdk.services.lightsail.model.UpdateDomainEntryResponse
-
Packages that use UpdateDomainEntryResponse 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 UpdateDomainEntryResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return UpdateDomainEntryResponse Modifier and Type Method Description default UpdateDomainEntryResponseLightsailClient. updateDomainEntry(Consumer<UpdateDomainEntryRequest.Builder> updateDomainEntryRequest)Updates a domain recordset after it is created.default UpdateDomainEntryResponseLightsailClient. updateDomainEntry(UpdateDomainEntryRequest updateDomainEntryRequest)Updates a domain recordset after it is created.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type UpdateDomainEntryResponse Modifier and Type Method Description default CompletableFuture<UpdateDomainEntryResponse>LightsailAsyncClient. updateDomainEntry(Consumer<UpdateDomainEntryRequest.Builder> updateDomainEntryRequest)Updates a domain recordset after it is created.default CompletableFuture<UpdateDomainEntryResponse>LightsailAsyncClient. updateDomainEntry(UpdateDomainEntryRequest updateDomainEntryRequest)Updates a domain recordset after it is created.
-