| Package | Description |
|---|---|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
CatalogItem |
CatalogItem.clone() |
CatalogItem |
GetCatalogItemResult.getCatalogItem()
Information about this catalog item.
|
CatalogItem |
CatalogItem.withCatalogItemId(String catalogItemId)
The ID of the catalog item.
|
CatalogItem |
CatalogItem.withEC2Capacities(Collection<EC2Capacity> eC2Capacities)
Information about the EC2 capacity of an item.
|
CatalogItem |
CatalogItem.withEC2Capacities(EC2Capacity... eC2Capacities)
Information about the EC2 capacity of an item.
|
CatalogItem |
CatalogItem.withItemStatus(CatalogItemStatus itemStatus)
The status of a catalog item.
|
CatalogItem |
CatalogItem.withItemStatus(String itemStatus)
The status of a catalog item.
|
CatalogItem |
CatalogItem.withPowerKva(Float powerKva)
Information about the power draw of an item.
|
CatalogItem |
CatalogItem.withSupportedStorage(Collection<String> supportedStorage)
The supported storage options for the catalog item.
|
CatalogItem |
CatalogItem.withSupportedStorage(String... supportedStorage)
The supported storage options for the catalog item.
|
CatalogItem |
CatalogItem.withSupportedStorage(SupportedStorageEnum... supportedStorage)
The supported storage options for the catalog item.
|
CatalogItem |
CatalogItem.withSupportedUplinkGbps(Collection<Integer> supportedUplinkGbps)
The uplink speed this catalog item requires for the connection to the Region.
|
CatalogItem |
CatalogItem.withSupportedUplinkGbps(Integer... supportedUplinkGbps)
The uplink speed this catalog item requires for the connection to the Region.
|
CatalogItem |
CatalogItem.withWeightLbs(Integer weightLbs)
The weight of the item in pounds.
|
| Modifier and Type | Method and Description |
|---|---|
List<CatalogItem> |
ListCatalogItemsResult.getCatalogItems()
Information about the catalog items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCatalogItemResult.setCatalogItem(CatalogItem catalogItem)
Information about this catalog item.
|
GetCatalogItemResult |
GetCatalogItemResult.withCatalogItem(CatalogItem catalogItem)
Information about this catalog item.
|
ListCatalogItemsResult |
ListCatalogItemsResult.withCatalogItems(CatalogItem... catalogItems)
Information about the catalog items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCatalogItemsResult.setCatalogItems(Collection<CatalogItem> catalogItems)
Information about the catalog items.
|
ListCatalogItemsResult |
ListCatalogItemsResult.withCatalogItems(Collection<CatalogItem> catalogItems)
Information about the catalog items.
|
Copyright © 2024. All rights reserved.