| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static ContainerServicePowerName |
ContainerServicePowerName.fromValue(String value)
Use this in place of valueOf.
|
static ContainerServicePowerName |
ContainerServicePowerName.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.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerService |
ContainerService.withPower(ContainerServicePowerName power)
The power specification of the container service.
|
UpdateContainerServiceRequest |
UpdateContainerServiceRequest.withPower(ContainerServicePowerName power)
The power for the container service.
|
CreateContainerServiceRequest |
CreateContainerServiceRequest.withPower(ContainerServicePowerName power)
The power specification for the container service.
|
Copyright © 2023. All rights reserved.