Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ProfileQueryResult
-
Packages that use ProfileQueryResult Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ProfileQueryResult in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ProfileQueryResult Modifier and Type Method Description List<ProfileQueryResult>GetSegmentMembershipResponse. profiles()An array of maps where each contains a response per profile requested.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type ProfileQueryResult Modifier and Type Method Description GetSegmentMembershipResponse.BuilderGetSegmentMembershipResponse.Builder. profiles(ProfileQueryResult... profiles)An array of maps where each contains a response per profile requested.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type ProfileQueryResult Modifier and Type Method Description GetSegmentMembershipResponse.BuilderGetSegmentMembershipResponse.Builder. profiles(Collection<ProfileQueryResult> profiles)An array of maps where each contains a response per profile requested.
-