Uses of Interface
software.amazon.awssdk.services.outposts.model.ListCatalogItemsRequest.Builder
Packages that use ListCatalogItemsRequest.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 ListCatalogItemsRequest.Builder in software.amazon.awssdk.services.outposts
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type ListCatalogItemsRequest.BuilderModifier and TypeMethodDescriptionOutpostsAsyncClient.listCatalogItems(Consumer<ListCatalogItemsRequest.Builder> listCatalogItemsRequest) Lists the items in the catalog.default ListCatalogItemsResponseOutpostsClient.listCatalogItems(Consumer<ListCatalogItemsRequest.Builder> listCatalogItemsRequest) Lists the items in the catalog.default ListCatalogItemsPublisherOutpostsAsyncClient.listCatalogItemsPaginator(Consumer<ListCatalogItemsRequest.Builder> listCatalogItemsRequest) This is a variant ofOutpostsAsyncClient.listCatalogItems(software.amazon.awssdk.services.outposts.model.ListCatalogItemsRequest)operation.default ListCatalogItemsIterableOutpostsClient.listCatalogItemsPaginator(Consumer<ListCatalogItemsRequest.Builder> listCatalogItemsRequest) This is a variant ofOutpostsClient.listCatalogItems(software.amazon.awssdk.services.outposts.model.ListCatalogItemsRequest)operation. -
Uses of ListCatalogItemsRequest.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return ListCatalogItemsRequest.BuilderModifier and TypeMethodDescriptionListCatalogItemsRequest.builder()ListCatalogItemsRequest.Builder.ec2FamilyFilter(String... ec2FamilyFilter) Filters the results by EC2 family (for example, M5).ListCatalogItemsRequest.Builder.ec2FamilyFilter(Collection<String> ec2FamilyFilter) Filters the results by EC2 family (for example, M5).ListCatalogItemsRequest.Builder.itemClassFilter(Collection<CatalogItemClass> itemClassFilter) Filters the results by item class.ListCatalogItemsRequest.Builder.itemClassFilter(CatalogItemClass... itemClassFilter) Filters the results by item class.ListCatalogItemsRequest.Builder.itemClassFilterWithStrings(String... itemClassFilter) Filters the results by item class.ListCatalogItemsRequest.Builder.itemClassFilterWithStrings(Collection<String> itemClassFilter) Filters the results by item class.ListCatalogItemsRequest.Builder.maxResults(Integer maxResults) Sets the value of the MaxResults property for this object.Sets the value of the NextToken property for this object.ListCatalogItemsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListCatalogItemsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListCatalogItemsRequest.Builder.supportedStorageFilter(Collection<SupportedStorageEnum> supportedStorageFilter) Filters the results by storage option.ListCatalogItemsRequest.Builder.supportedStorageFilter(SupportedStorageEnum... supportedStorageFilter) Filters the results by storage option.ListCatalogItemsRequest.Builder.supportedStorageFilterWithStrings(String... supportedStorageFilter) Filters the results by storage option.ListCatalogItemsRequest.Builder.supportedStorageFilterWithStrings(Collection<String> supportedStorageFilter) Filters the results by storage option.ListCatalogItemsRequest.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type ListCatalogItemsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListCatalogItemsRequest.Builder>ListCatalogItemsRequest.serializableBuilderClass()