Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.OfferBuyerAccountsFilter
-
Packages that use OfferBuyerAccountsFilter Package Description software.amazon.awssdk.services.marketplacecatalog.model -
-
Uses of OfferBuyerAccountsFilter in software.amazon.awssdk.services.marketplacecatalog.model
Methods in software.amazon.awssdk.services.marketplacecatalog.model that return OfferBuyerAccountsFilter Modifier and Type Method Description OfferBuyerAccountsFilterOfferFilters. buyerAccounts()Allows filtering on theBuyerAccountsof an offer.Methods in software.amazon.awssdk.services.marketplacecatalog.model with parameters of type OfferBuyerAccountsFilter Modifier and Type Method Description OfferFilters.BuilderOfferFilters.Builder. buyerAccounts(OfferBuyerAccountsFilter buyerAccounts)Allows filtering on theBuyerAccountsof an offer.
-