| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts |
Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and
tools to customer premises.
|
| software.amazon.awssdk.services.outposts.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListCatalogItemsResponse |
OutpostsClient.listCatalogItems(Consumer<ListCatalogItemsRequest.Builder> listCatalogItemsRequest)
Lists the items in the catalog.
|
default ListCatalogItemsResponse |
OutpostsClient.listCatalogItems(ListCatalogItemsRequest listCatalogItemsRequest)
Lists the items in the catalog.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCatalogItemsResponse> |
OutpostsAsyncClient.listCatalogItems(Consumer<ListCatalogItemsRequest.Builder> listCatalogItemsRequest)
Lists the items in the catalog.
|
default CompletableFuture<ListCatalogItemsResponse> |
OutpostsAsyncClient.listCatalogItems(ListCatalogItemsRequest listCatalogItemsRequest)
Lists the items in the catalog.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCatalogItemsResponse> |
ListCatalogItemsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCatalogItemsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCatalogItemsResponse> subscriber) |
Copyright © 2022. All rights reserved.