| Package | Description |
|---|---|
| com.amazonaws.services.outposts |
Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and
tools to customer premises.
|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
ListCatalogItemsResult |
AbstractAWSOutposts.listCatalogItems(ListCatalogItemsRequest request) |
ListCatalogItemsResult |
AWSOutpostsClient.listCatalogItems(ListCatalogItemsRequest request)
Lists the items in the catalog.
|
ListCatalogItemsResult |
AWSOutposts.listCatalogItems(ListCatalogItemsRequest listCatalogItemsRequest)
Lists the items in the catalog.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListCatalogItemsResult> |
AWSOutpostsAsyncClient.listCatalogItemsAsync(ListCatalogItemsRequest request,
AsyncHandler<ListCatalogItemsRequest,ListCatalogItemsResult> asyncHandler) |
Future<ListCatalogItemsResult> |
AbstractAWSOutpostsAsync.listCatalogItemsAsync(ListCatalogItemsRequest request,
AsyncHandler<ListCatalogItemsRequest,ListCatalogItemsResult> asyncHandler) |
Future<ListCatalogItemsResult> |
AWSOutpostsAsync.listCatalogItemsAsync(ListCatalogItemsRequest listCatalogItemsRequest,
AsyncHandler<ListCatalogItemsRequest,ListCatalogItemsResult> asyncHandler)
Lists the items in the catalog.
|
| Modifier and Type | Method and Description |
|---|---|
ListCatalogItemsResult |
ListCatalogItemsResult.clone() |
ListCatalogItemsResult |
ListCatalogItemsResult.withCatalogItems(CatalogItem... catalogItems)
Information about the catalog items.
|
ListCatalogItemsResult |
ListCatalogItemsResult.withCatalogItems(Collection<CatalogItem> catalogItems)
Information about the catalog items.
|
ListCatalogItemsResult |
ListCatalogItemsResult.withNextToken(String nextToken) |
Copyright © 2022. All rights reserved.