| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static ContainerServicePowerName |
ContainerServicePowerName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ContainerServicePowerName |
ContainerService.power()
The power specification of the container service.
|
ContainerServicePowerName |
CreateContainerServiceRequest.power()
The power specification for the container service.
|
ContainerServicePowerName |
UpdateContainerServiceRequest.power()
The power for the container service.
|
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 |
|---|---|
static Set<ContainerServicePowerName> |
ContainerServicePowerName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ContainerService.Builder |
ContainerService.Builder.power(ContainerServicePowerName power)
The power specification of the container service.
|
CreateContainerServiceRequest.Builder |
CreateContainerServiceRequest.Builder.power(ContainerServicePowerName power)
The power specification for the container service.
|
UpdateContainerServiceRequest.Builder |
UpdateContainerServiceRequest.Builder.power(ContainerServicePowerName power)
The power for the container service.
|
Copyright © 2023. All rights reserved.