Uses of Class
software.amazon.awssdk.services.outposts.model.ListCatalogItemsRequest
-
Packages that use ListCatalogItemsRequest 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 software.amazon.awssdk.services.outposts.transform -
-
Uses of ListCatalogItemsRequest in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts with parameters of type ListCatalogItemsRequest Modifier and Type Method Description default CompletableFuture<ListCatalogItemsResponse>OutpostsAsyncClient. listCatalogItems(ListCatalogItemsRequest listCatalogItemsRequest)Lists the items in the catalog.default ListCatalogItemsResponseOutpostsClient. listCatalogItems(ListCatalogItemsRequest listCatalogItemsRequest)Lists the items in the catalog.default ListCatalogItemsPublisherOutpostsAsyncClient. listCatalogItemsPaginator(ListCatalogItemsRequest listCatalogItemsRequest)This is a variant ofOutpostsAsyncClient.listCatalogItems(software.amazon.awssdk.services.outposts.model.ListCatalogItemsRequest)operation.default ListCatalogItemsIterableOutpostsClient. listCatalogItemsPaginator(ListCatalogItemsRequest listCatalogItemsRequest)This is a variant ofOutpostsClient.listCatalogItems(software.amazon.awssdk.services.outposts.model.ListCatalogItemsRequest)operation. -
Uses of ListCatalogItemsRequest in software.amazon.awssdk.services.outposts.paginators
Constructors in software.amazon.awssdk.services.outposts.paginators with parameters of type ListCatalogItemsRequest Constructor Description ListCatalogItemsIterable(OutpostsClient client, ListCatalogItemsRequest firstRequest)ListCatalogItemsPublisher(OutpostsAsyncClient client, ListCatalogItemsRequest firstRequest) -
Uses of ListCatalogItemsRequest in software.amazon.awssdk.services.outposts.transform
Methods in software.amazon.awssdk.services.outposts.transform with parameters of type ListCatalogItemsRequest Modifier and Type Method Description SdkHttpFullRequestListCatalogItemsRequestMarshaller. marshall(ListCatalogItemsRequest listCatalogItemsRequest)
-