Uses of Class
software.amazon.awssdk.services.customerprofiles.model.MatchItem
-
Packages that use MatchItem Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of MatchItem in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type MatchItem Modifier and Type Method Description List<MatchItem>GetMatchesResponse. matches()The list of matched profiles for this instance.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type MatchItem Modifier and Type Method Description GetMatchesResponse.BuilderGetMatchesResponse.Builder. matches(MatchItem... matches)The list of matched profiles for this instance.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type MatchItem Modifier and Type Method Description GetMatchesResponse.BuilderGetMatchesResponse.Builder. matches(Collection<MatchItem> matches)The list of matched profiles for this instance.
-