Uses of Class
software.amazon.awssdk.services.outposts.model.ListCatalogItemsResponse
-
Packages that use ListCatalogItemsResponse 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 -
-
Uses of ListCatalogItemsResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return ListCatalogItemsResponse Modifier and Type Method Description default ListCatalogItemsResponseOutpostsClient. listCatalogItems(Consumer<ListCatalogItemsRequest.Builder> listCatalogItemsRequest)Lists the items in the catalog.default ListCatalogItemsResponseOutpostsClient. listCatalogItems(ListCatalogItemsRequest listCatalogItemsRequest)Lists the items in the catalog.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type ListCatalogItemsResponse Modifier and Type Method 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. -
Uses of ListCatalogItemsResponse in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type ListCatalogItemsResponse Modifier and Type Method Description Iterator<ListCatalogItemsResponse>ListCatalogItemsIterable. iterator()Method parameters in software.amazon.awssdk.services.outposts.paginators with type arguments of type ListCatalogItemsResponse Modifier and Type Method Description voidListCatalogItemsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCatalogItemsResponse> subscriber)
-