| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerServicePower |
ContainerServicePower.clone() |
ContainerServicePower |
ContainerServicePower.withCpuCount(Float cpuCount)
The number of vCPUs included in the power.
|
ContainerServicePower |
ContainerServicePower.withIsActive(Boolean isActive)
A Boolean value indicating whether the power is active and can be specified for container services.
|
ContainerServicePower |
ContainerServicePower.withName(String name)
The friendly name of the power (e.g.,
nano). |
ContainerServicePower |
ContainerServicePower.withPowerId(String powerId)
The ID of the power (e.g.,
nano-1). |
ContainerServicePower |
ContainerServicePower.withPrice(Float price)
The monthly price of the power in USD.
|
ContainerServicePower |
ContainerServicePower.withRamSizeInGb(Float ramSizeInGb)
The amount of RAM (in GB) of the power.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerServicePower> |
GetContainerServicePowersResult.getPowers()
An array of objects that describe the powers that can be specified for a container service.
|
| Modifier and Type | Method and Description |
|---|---|
GetContainerServicePowersResult |
GetContainerServicePowersResult.withPowers(ContainerServicePower... powers)
An array of objects that describe the powers that can be specified for a container service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetContainerServicePowersResult.setPowers(Collection<ContainerServicePower> powers)
An array of objects that describe the powers that can be specified for a container service.
|
GetContainerServicePowersResult |
GetContainerServicePowersResult.withPowers(Collection<ContainerServicePower> powers)
An array of objects that describe the powers that can be specified for a container service.
|
Copyright © 2023. All rights reserved.