Uses of Class
software.amazon.awssdk.services.lightsail.model.DeleteContainerImageResponse
-
Packages that use DeleteContainerImageResponse 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 DeleteContainerImageResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return DeleteContainerImageResponse Modifier and Type Method Description default DeleteContainerImageResponseLightsailClient. deleteContainerImage(Consumer<DeleteContainerImageRequest.Builder> deleteContainerImageRequest)Deletes a container image that is registered to your Amazon Lightsail container service.default DeleteContainerImageResponseLightsailClient. deleteContainerImage(DeleteContainerImageRequest deleteContainerImageRequest)Deletes a container image that is registered to your Amazon Lightsail container service.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type DeleteContainerImageResponse Modifier and Type Method Description default CompletableFuture<DeleteContainerImageResponse>LightsailAsyncClient. deleteContainerImage(Consumer<DeleteContainerImageRequest.Builder> deleteContainerImageRequest)Deletes a container image that is registered to your Amazon Lightsail container service.default CompletableFuture<DeleteContainerImageResponse>LightsailAsyncClient. deleteContainerImage(DeleteContainerImageRequest deleteContainerImageRequest)Deletes a container image that is registered to your Amazon Lightsail container service.
-