Uses of Class
software.amazon.awssdk.services.geoplaces.model.BusinessChain
-
Packages that use BusinessChain Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of BusinessChain in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return types with arguments of type BusinessChain Modifier and Type Method Description List<BusinessChain>GetPlaceResponse. businessChains()The Business Chains associated with the place.List<BusinessChain>SearchNearbyResultItem. businessChains()The Business Chains associated with the place.List<BusinessChain>SearchTextResultItem. businessChains()The Business Chains associated with the place.List<BusinessChain>SuggestPlaceResult. businessChains()The Business Chains associated with the place.Methods in software.amazon.awssdk.services.geoplaces.model with parameters of type BusinessChain Modifier and Type Method Description GetPlaceResponse.BuilderGetPlaceResponse.Builder. businessChains(BusinessChain... businessChains)The Business Chains associated with the place.SearchNearbyResultItem.BuilderSearchNearbyResultItem.Builder. businessChains(BusinessChain... businessChains)The Business Chains associated with the place.SearchTextResultItem.BuilderSearchTextResultItem.Builder. businessChains(BusinessChain... businessChains)The Business Chains associated with the place.SuggestPlaceResult.BuilderSuggestPlaceResult.Builder. businessChains(BusinessChain... businessChains)The Business Chains associated with the place.Method parameters in software.amazon.awssdk.services.geoplaces.model with type arguments of type BusinessChain Modifier and Type Method Description GetPlaceResponse.BuilderGetPlaceResponse.Builder. businessChains(Collection<BusinessChain> businessChains)The Business Chains associated with the place.SearchNearbyResultItem.BuilderSearchNearbyResultItem.Builder. businessChains(Collection<BusinessChain> businessChains)The Business Chains associated with the place.SearchTextResultItem.BuilderSearchTextResultItem.Builder. businessChains(Collection<BusinessChain> businessChains)The Business Chains associated with the place.SuggestPlaceResult.BuilderSuggestPlaceResult.Builder. businessChains(Collection<BusinessChain> businessChains)The Business Chains associated with the place.
-