| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
Bundle.clone() |
Bundle |
Bundle.withBundleId(String bundleId)
The bundle ID (e.g.,
micro_1_0). |
Bundle |
Bundle.withCpuCount(Integer cpuCount)
The number of vCPUs included in the bundle (e.g.,
2). |
Bundle |
Bundle.withDiskSizeInGb(Integer diskSizeInGb)
The size of the SSD (e.g.,
30). |
Bundle |
Bundle.withInstanceType(String instanceType)
The Amazon EC2 instance type (e.g.,
t2.micro). |
Bundle |
Bundle.withIsActive(Boolean isActive)
A Boolean value indicating whether the bundle is active.
|
Bundle |
Bundle.withName(String name)
A friendly name for the bundle (e.g.,
Micro). |
Bundle |
Bundle.withPower(Integer power)
A numeric value that represents the power of the bundle (e.g.,
500). |
Bundle |
Bundle.withPrice(Float price)
The price in US dollars (e.g.,
5.0) of the bundle. |
Bundle |
Bundle.withRamSizeInGb(Float ramSizeInGb)
The amount of RAM in GB (e.g.,
2.0). |
Bundle |
Bundle.withSupportedPlatforms(Collection<String> supportedPlatforms)
The operating system platform (Linux/Unix-based or Windows Server-based) that the bundle supports.
|
Bundle |
Bundle.withSupportedPlatforms(InstancePlatform... supportedPlatforms)
The operating system platform (Linux/Unix-based or Windows Server-based) that the bundle supports.
|
Bundle |
Bundle.withSupportedPlatforms(String... supportedPlatforms)
The operating system platform (Linux/Unix-based or Windows Server-based) that the bundle supports.
|
Bundle |
Bundle.withTransferPerMonthInGb(Integer transferPerMonthInGb)
The data transfer rate per month in GB (e.g.,
2000). |
| Modifier and Type | Method and Description |
|---|---|
List<Bundle> |
GetBundlesResult.getBundles()
An array of key-value pairs that contains information about the available bundles.
|
| Modifier and Type | Method and Description |
|---|---|
GetBundlesResult |
GetBundlesResult.withBundles(Bundle... bundles)
An array of key-value pairs that contains information about the available bundles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBundlesResult.setBundles(Collection<Bundle> bundles)
An array of key-value pairs that contains information about the available bundles.
|
GetBundlesResult |
GetBundlesResult.withBundles(Collection<Bundle> bundles)
An array of key-value pairs that contains information about the available bundles.
|
Copyright © 2022. All rights reserved.