Uses of Class
software.amazon.awssdk.services.lightsail.model.GetContainerServicesResponse
-
Packages that use GetContainerServicesResponse 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 GetContainerServicesResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetContainerServicesResponse Modifier and Type Method Description default GetContainerServicesResponseLightsailClient. getContainerServices(Consumer<GetContainerServicesRequest.Builder> getContainerServicesRequest)Returns information about one or more of your Amazon Lightsail container services.default GetContainerServicesResponseLightsailClient. getContainerServices(GetContainerServicesRequest getContainerServicesRequest)Returns information about one or more of your Amazon Lightsail container services.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetContainerServicesResponse Modifier and Type Method Description default CompletableFuture<GetContainerServicesResponse>LightsailAsyncClient. getContainerServices(Consumer<GetContainerServicesRequest.Builder> getContainerServicesRequest)Returns information about one or more of your Amazon Lightsail container services.default CompletableFuture<GetContainerServicesResponse>LightsailAsyncClient. getContainerServices(GetContainerServicesRequest getContainerServicesRequest)Returns information about one or more of your Amazon Lightsail container services.
-