Uses of Class
software.amazon.awssdk.services.outposts.model.GetCatalogItemResponse
-
Packages that use GetCatalogItemResponse 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. -
-
Uses of GetCatalogItemResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return GetCatalogItemResponse Modifier and Type Method Description default GetCatalogItemResponseOutpostsClient. getCatalogItem(Consumer<GetCatalogItemRequest.Builder> getCatalogItemRequest)Gets information about the specified catalog item.default GetCatalogItemResponseOutpostsClient. getCatalogItem(GetCatalogItemRequest getCatalogItemRequest)Gets information about the specified catalog item.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type GetCatalogItemResponse Modifier and Type Method Description default CompletableFuture<GetCatalogItemResponse>OutpostsAsyncClient. getCatalogItem(Consumer<GetCatalogItemRequest.Builder> getCatalogItemRequest)Gets information about the specified catalog item.default CompletableFuture<GetCatalogItemResponse>OutpostsAsyncClient. getCatalogItem(GetCatalogItemRequest getCatalogItemRequest)Gets information about the specified catalog item.
-