Uses of Class
software.amazon.awssdk.services.customerprofiles.model.FoundByKeyValue
-
Packages that use FoundByKeyValue Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of FoundByKeyValue in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type FoundByKeyValue Modifier and Type Method Description List<FoundByKeyValue>Profile. foundByItems()A list of items used to find a profile returned in a SearchProfiles response.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type FoundByKeyValue Modifier and Type Method Description Profile.BuilderProfile.Builder. foundByItems(FoundByKeyValue... foundByItems)A list of items used to find a profile returned in a SearchProfiles response.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type FoundByKeyValue Modifier and Type Method Description Profile.BuilderProfile.Builder. foundByItems(Collection<FoundByKeyValue> foundByItems)A list of items used to find a profile returned in a SearchProfiles response.
-