| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts.model | |
| software.amazon.awssdk.services.outposts.paginators |
| Modifier and Type | Method and Description |
|---|---|
CatalogItem |
GetCatalogItemResponse.catalogItem()
Information about this catalog item.
|
| Modifier and Type | Method and Description |
|---|---|
List<CatalogItem> |
ListCatalogItemsResponse.catalogItems()
Information about the catalog items.
|
| Modifier and Type | Method and Description |
|---|---|
GetCatalogItemResponse.Builder |
GetCatalogItemResponse.Builder.catalogItem(CatalogItem catalogItem)
Information about this catalog item.
|
ListCatalogItemsResponse.Builder |
ListCatalogItemsResponse.Builder.catalogItems(CatalogItem... catalogItems)
Information about the catalog items.
|
| Modifier and Type | Method and Description |
|---|---|
ListCatalogItemsResponse.Builder |
ListCatalogItemsResponse.Builder.catalogItems(Collection<CatalogItem> catalogItems)
Information about the catalog items.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<CatalogItem> |
ListCatalogItemsPublisher.catalogItems()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<CatalogItem> |
ListCatalogItemsIterable.catalogItems()
Returns an iterable to iterate through the paginated
ListCatalogItemsResponse.catalogItems() member. |
Copyright © 2023. All rights reserved.