Uses of Class
software.amazon.awssdk.services.lightsail.model.DeleteDomainEntryResponse
-
Packages that use DeleteDomainEntryResponse 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 DeleteDomainEntryResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return DeleteDomainEntryResponse Modifier and Type Method Description default DeleteDomainEntryResponseLightsailClient. deleteDomainEntry(Consumer<DeleteDomainEntryRequest.Builder> deleteDomainEntryRequest)Deletes a specific domain entry.default DeleteDomainEntryResponseLightsailClient. deleteDomainEntry(DeleteDomainEntryRequest deleteDomainEntryRequest)Deletes a specific domain entry.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type DeleteDomainEntryResponse Modifier and Type Method Description default CompletableFuture<DeleteDomainEntryResponse>LightsailAsyncClient. deleteDomainEntry(Consumer<DeleteDomainEntryRequest.Builder> deleteDomainEntryRequest)Deletes a specific domain entry.default CompletableFuture<DeleteDomainEntryResponse>LightsailAsyncClient. deleteDomainEntry(DeleteDomainEntryRequest deleteDomainEntryRequest)Deletes a specific domain entry.
-