| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
Bundle.clone() |
Bundle |
Bundle.withBundleId(String bundleId)
The bundle ID (
micro_x_x). |
Bundle |
Bundle.withCpuCount(Integer cpuCount)
The number of vCPUs included in the bundle (
2). |
Bundle |
Bundle.withDiskSizeInGb(Integer diskSizeInGb)
The size of the SSD (
30). |
Bundle |
Bundle.withInstanceType(String instanceType)
The instance type (
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 (
Micro). |
Bundle |
Bundle.withPower(Integer power)
A numeric value that represents the power of the bundle (
500). |
Bundle |
Bundle.withPrice(Float price)
The price in US dollars (
5.0) of the bundle. |
Bundle |
Bundle.withPublicIpv4AddressCount(Integer publicIpv4AddressCount)
An integer that indicates the public ipv4 address count included in the bundle, the value is either 0 or 1.
|
Bundle |
Bundle.withRamSizeInGb(Float ramSizeInGb)
The amount of RAM in GB (
2.0). |
Bundle |
Bundle.withSupportedAppCategories(AppCategory... supportedAppCategories)
Virtual computer blueprints that are supported by a Lightsail for Research bundle.
|
Bundle |
Bundle.withSupportedAppCategories(Collection<String> supportedAppCategories)
Virtual computer blueprints that are supported by a Lightsail for Research bundle.
|
Bundle |
Bundle.withSupportedAppCategories(String... supportedAppCategories)
Virtual computer blueprints that are supported by a Lightsail for Research bundle.
|
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 (
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 © 2025. All rights reserved.