Uses of Class
software.amazon.awssdk.services.lightsail.model.GetContainerImagesResponse
-
Packages that use GetContainerImagesResponse 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 GetContainerImagesResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetContainerImagesResponse Modifier and Type Method Description default GetContainerImagesResponseLightsailClient. getContainerImages(Consumer<GetContainerImagesRequest.Builder> getContainerImagesRequest)Returns the container images that are registered to your Amazon Lightsail container service.default GetContainerImagesResponseLightsailClient. getContainerImages(GetContainerImagesRequest getContainerImagesRequest)Returns the container images that are registered to your Amazon Lightsail container service.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetContainerImagesResponse Modifier and Type Method Description default CompletableFuture<GetContainerImagesResponse>LightsailAsyncClient. getContainerImages(Consumer<GetContainerImagesRequest.Builder> getContainerImagesRequest)Returns the container images that are registered to your Amazon Lightsail container service.default CompletableFuture<GetContainerImagesResponse>LightsailAsyncClient. getContainerImages(GetContainerImagesRequest getContainerImagesRequest)Returns the container images that are registered to your Amazon Lightsail container service.
-