Uses of Class
software.amazon.awssdk.services.lightsail.model.ContainerServicePowerName
-
Packages that use ContainerServicePowerName Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of ContainerServicePowerName in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return ContainerServicePowerName Modifier and Type Method Description static ContainerServicePowerNameContainerServicePowerName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ContainerServicePowerNameContainerService. power()The power specification of the container service.ContainerServicePowerNameCreateContainerServiceRequest. power()The power specification for the container service.ContainerServicePowerNameUpdateContainerServiceRequest. power()The power for the container service.static ContainerServicePowerNameContainerServicePowerName. valueOf(String name)Returns the enum constant of this type with the specified name.static ContainerServicePowerName[]ContainerServicePowerName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type ContainerServicePowerName Modifier and Type Method Description static Set<ContainerServicePowerName>ContainerServicePowerName. knownValues()Methods in software.amazon.awssdk.services.lightsail.model with parameters of type ContainerServicePowerName Modifier and Type Method Description ContainerService.BuilderContainerService.Builder. power(ContainerServicePowerName power)The power specification of the container service.CreateContainerServiceRequest.BuilderCreateContainerServiceRequest.Builder. power(ContainerServicePowerName power)The power specification for the container service.UpdateContainerServiceRequest.BuilderUpdateContainerServiceRequest.Builder. power(ContainerServicePowerName power)The power for the container service.
-