| Package | Description |
|---|---|
| com.amazonaws.services.mobile.model |
| Modifier and Type | Method and Description |
|---|---|
BundleDetails |
BundleDetails.clone() |
BundleDetails |
DescribeBundleResult.getDetails()
The details of the bundle.
|
BundleDetails |
BundleDetails.withAvailablePlatforms(Collection<String> availablePlatforms) |
BundleDetails |
BundleDetails.withAvailablePlatforms(Platform... availablePlatforms) |
BundleDetails |
BundleDetails.withAvailablePlatforms(String... availablePlatforms)
NOTE: This method appends the values to the existing list (if any).
|
BundleDetails |
BundleDetails.withBundleId(String bundleId) |
BundleDetails |
BundleDetails.withDescription(String description) |
BundleDetails |
BundleDetails.withIconUrl(String iconUrl) |
BundleDetails |
BundleDetails.withTitle(String title) |
BundleDetails |
BundleDetails.withVersion(String version) |
| Modifier and Type | Method and Description |
|---|---|
List<BundleDetails> |
ListBundlesResult.getBundleList()
A list of bundles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBundleResult.setDetails(BundleDetails details)
The details of the bundle.
|
ListBundlesResult |
ListBundlesResult.withBundleList(BundleDetails... bundleList)
A list of bundles.
|
DescribeBundleResult |
DescribeBundleResult.withDetails(BundleDetails details)
The details of the bundle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBundlesResult.setBundleList(Collection<BundleDetails> bundleList)
A list of bundles.
|
ListBundlesResult |
ListBundlesResult.withBundleList(Collection<BundleDetails> bundleList)
A list of bundles.
|
Copyright © 2024. All rights reserved.