| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
RelationalDatabaseHardware |
RelationalDatabaseHardware.clone() |
RelationalDatabaseHardware |
RelationalDatabase.getHardware()
Describes the hardware of the database.
|
RelationalDatabaseHardware |
RelationalDatabaseHardware.withCpuCount(Integer cpuCount)
The number of vCPUs for the database.
|
RelationalDatabaseHardware |
RelationalDatabaseHardware.withDiskSizeInGb(Integer diskSizeInGb)
The size of the disk for the database.
|
RelationalDatabaseHardware |
RelationalDatabaseHardware.withRamSizeInGb(Float ramSizeInGb)
The amount of RAM in GB for the database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelationalDatabase.setHardware(RelationalDatabaseHardware hardware)
Describes the hardware of the database.
|
RelationalDatabase |
RelationalDatabase.withHardware(RelationalDatabaseHardware hardware)
Describes the hardware of the database.
|
Copyright © 2023. All rights reserved.