Uses of Class
software.amazon.awssdk.services.outposts.model.GetCatalogItemResponse
Packages that use GetCatalogItemResponse
Package
Description
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 GetCatalogItemResponseModifier and TypeMethodDescriptiondefault 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 GetCatalogItemResponseModifier and TypeMethodDescriptiondefault 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.