Uses of Class
software.amazon.awssdk.services.lightsail.model.GetContainerServicePowersResponse
-
Packages that use GetContainerServicePowersResponse 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 GetContainerServicePowersResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetContainerServicePowersResponse Modifier and Type Method Description default GetContainerServicePowersResponseLightsailClient. getContainerServicePowers(Consumer<GetContainerServicePowersRequest.Builder> getContainerServicePowersRequest)Returns the list of powers that can be specified for your Amazon Lightsail container services.default GetContainerServicePowersResponseLightsailClient. getContainerServicePowers(GetContainerServicePowersRequest getContainerServicePowersRequest)Returns the list of powers that can be specified for your Amazon Lightsail container services.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetContainerServicePowersResponse Modifier and Type Method Description default CompletableFuture<GetContainerServicePowersResponse>LightsailAsyncClient. getContainerServicePowers(Consumer<GetContainerServicePowersRequest.Builder> getContainerServicePowersRequest)Returns the list of powers that can be specified for your Amazon Lightsail container services.default CompletableFuture<GetContainerServicePowersResponse>LightsailAsyncClient. getContainerServicePowers(GetContainerServicePowersRequest getContainerServicePowersRequest)Returns the list of powers that can be specified for your Amazon Lightsail container services.
-