Uses of Class
software.amazon.awssdk.services.lightsail.model.ContainerServicePower
-
Packages that use ContainerServicePower Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of ContainerServicePower in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type ContainerServicePower Modifier and Type Method Description List<ContainerServicePower>GetContainerServicePowersResponse. powers()An array of objects that describe the powers that can be specified for a container service.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type ContainerServicePower Modifier and Type Method Description GetContainerServicePowersResponse.BuilderGetContainerServicePowersResponse.Builder. powers(ContainerServicePower... powers)An array of objects that describe the powers that can be specified for a container service.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type ContainerServicePower Modifier and Type Method Description GetContainerServicePowersResponse.BuilderGetContainerServicePowersResponse.Builder. powers(Collection<ContainerServicePower> powers)An array of objects that describe the powers that can be specified for a container service.
-