| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
DistributionBundle |
DistributionBundle.clone() |
DistributionBundle |
DistributionBundle.withBundleId(String bundleId)
The ID of the bundle.
|
DistributionBundle |
DistributionBundle.withIsActive(Boolean isActive)
Indicates whether the bundle is active, and can be specified for a new distribution.
|
DistributionBundle |
DistributionBundle.withName(String name)
The name of the distribution bundle.
|
DistributionBundle |
DistributionBundle.withPrice(Float price)
The monthly price, in US dollars, of the bundle.
|
DistributionBundle |
DistributionBundle.withTransferPerMonthInGb(Integer transferPerMonthInGb)
The monthly network transfer quota of the bundle.
|
| Modifier and Type | Method and Description |
|---|---|
List<DistributionBundle> |
GetDistributionBundlesResult.getBundles()
An object that describes a distribution bundle.
|
| Modifier and Type | Method and Description |
|---|---|
GetDistributionBundlesResult |
GetDistributionBundlesResult.withBundles(DistributionBundle... bundles)
An object that describes a distribution bundle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDistributionBundlesResult.setBundles(Collection<DistributionBundle> bundles)
An object that describes a distribution bundle.
|
GetDistributionBundlesResult |
GetDistributionBundlesResult.withBundles(Collection<DistributionBundle> bundles)
An object that describes a distribution bundle.
|
Copyright © 2021. All rights reserved.