Uses of Class
software.amazon.awssdk.services.lightsail.model.UpdateContainerServiceResponse
-
Packages that use UpdateContainerServiceResponse 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 UpdateContainerServiceResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return UpdateContainerServiceResponse Modifier and Type Method Description default UpdateContainerServiceResponseLightsailClient. updateContainerService(Consumer<UpdateContainerServiceRequest.Builder> updateContainerServiceRequest)Updates the configuration of your Amazon Lightsail container service, such as its power, scale, and public domain names.default UpdateContainerServiceResponseLightsailClient. updateContainerService(UpdateContainerServiceRequest updateContainerServiceRequest)Updates the configuration of your Amazon Lightsail container service, such as its power, scale, and public domain names.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type UpdateContainerServiceResponse Modifier and Type Method Description default CompletableFuture<UpdateContainerServiceResponse>LightsailAsyncClient. updateContainerService(Consumer<UpdateContainerServiceRequest.Builder> updateContainerServiceRequest)Updates the configuration of your Amazon Lightsail container service, such as its power, scale, and public domain names.default CompletableFuture<UpdateContainerServiceResponse>LightsailAsyncClient. updateContainerService(UpdateContainerServiceRequest updateContainerServiceRequest)Updates the configuration of your Amazon Lightsail container service, such as its power, scale, and public domain names.
-