Uses of Class
software.amazon.awssdk.services.customerprofiles.model.AdditionalSearchKey
-
Packages that use AdditionalSearchKey Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of AdditionalSearchKey in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type AdditionalSearchKey Modifier and Type Method Description List<AdditionalSearchKey>SearchProfilesRequest. additionalSearchKeys()A list ofAdditionalSearchKeyobjects that are each searchable identifiers of a profile.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type AdditionalSearchKey Modifier and Type Method Description SearchProfilesRequest.BuilderSearchProfilesRequest.Builder. additionalSearchKeys(AdditionalSearchKey... additionalSearchKeys)A list ofAdditionalSearchKeyobjects that are each searchable identifiers of a profile.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type AdditionalSearchKey Modifier and Type Method Description SearchProfilesRequest.BuilderSearchProfilesRequest.Builder. additionalSearchKeys(Collection<AdditionalSearchKey> additionalSearchKeys)A list ofAdditionalSearchKeyobjects that are each searchable identifiers of a profile.
-