Uses of Interface
software.amazon.awssdk.services.marketplacecatalog.model.OfferBuyerAccountsFilter.Builder
-
Packages that use OfferBuyerAccountsFilter.Builder Package Description software.amazon.awssdk.services.marketplacecatalog.model -
-
Uses of OfferBuyerAccountsFilter.Builder in software.amazon.awssdk.services.marketplacecatalog.model
Methods in software.amazon.awssdk.services.marketplacecatalog.model that return OfferBuyerAccountsFilter.Builder Modifier and Type Method Description static OfferBuyerAccountsFilter.BuilderOfferBuyerAccountsFilter. builder()OfferBuyerAccountsFilter.BuilderOfferBuyerAccountsFilter. toBuilder()OfferBuyerAccountsFilter.BuilderOfferBuyerAccountsFilter.Builder. wildCardValue(String wildCardValue)Allows filtering on theBuyerAccountsof an offer with wild card input.Methods in software.amazon.awssdk.services.marketplacecatalog.model that return types with arguments of type OfferBuyerAccountsFilter.Builder Modifier and Type Method Description static Class<? extends OfferBuyerAccountsFilter.Builder>OfferBuyerAccountsFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.marketplacecatalog.model with type arguments of type OfferBuyerAccountsFilter.Builder Modifier and Type Method Description default OfferFilters.BuilderOfferFilters.Builder. buyerAccounts(Consumer<OfferBuyerAccountsFilter.Builder> buyerAccounts)Allows filtering on theBuyerAccountsof an offer.
-