Uses of Interface
software.amazon.awssdk.services.outposts.model.GetCatalogItemRequest.Builder
Packages that use GetCatalogItemRequest.Builder
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 GetCatalogItemRequest.Builder in software.amazon.awssdk.services.outposts
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type GetCatalogItemRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetCatalogItemResponse>OutpostsAsyncClient.getCatalogItem(Consumer<GetCatalogItemRequest.Builder> getCatalogItemRequest) Gets information about the specified catalog item.default GetCatalogItemResponseOutpostsClient.getCatalogItem(Consumer<GetCatalogItemRequest.Builder> getCatalogItemRequest) Gets information about the specified catalog item. -
Uses of GetCatalogItemRequest.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return GetCatalogItemRequest.BuilderModifier and TypeMethodDescriptionGetCatalogItemRequest.builder()GetCatalogItemRequest.Builder.catalogItemId(String catalogItemId) The ID of the catalog item.GetCatalogItemRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetCatalogItemRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetCatalogItemRequest.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type GetCatalogItemRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetCatalogItemRequest.Builder>GetCatalogItemRequest.serializableBuilderClass()