Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ObjectTypeKey
-
Packages that use ObjectTypeKey Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ObjectTypeKey in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ObjectTypeKey Modifier and Type Method Description Map<String,List<ObjectTypeKey>>DetectedProfileObjectType. keys()A list of unique keys that can be used to map data to a profile.Map<String,List<ObjectTypeKey>>GetProfileObjectTypeResponse. keys()A list of unique keys that can be used to map data to the profile.Map<String,List<ObjectTypeKey>>GetProfileObjectTypeTemplateResponse. keys()A list of unique keys that can be used to map data to the profile.Map<String,List<ObjectTypeKey>>PutProfileObjectTypeRequest. keys()A list of unique keys that can be used to map data to the profile.Map<String,List<ObjectTypeKey>>PutProfileObjectTypeResponse. keys()A list of unique keys that can be used to map data to the profile.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type ObjectTypeKey Modifier and Type Method Description DetectedProfileObjectType.BuilderDetectedProfileObjectType.Builder. keys(Map<String,? extends Collection<ObjectTypeKey>> keys)A list of unique keys that can be used to map data to a profile.GetProfileObjectTypeResponse.BuilderGetProfileObjectTypeResponse.Builder. keys(Map<String,? extends Collection<ObjectTypeKey>> keys)A list of unique keys that can be used to map data to the profile.GetProfileObjectTypeTemplateResponse.BuilderGetProfileObjectTypeTemplateResponse.Builder. keys(Map<String,? extends Collection<ObjectTypeKey>> keys)A list of unique keys that can be used to map data to the profile.PutProfileObjectTypeRequest.BuilderPutProfileObjectTypeRequest.Builder. keys(Map<String,? extends Collection<ObjectTypeKey>> keys)A list of unique keys that can be used to map data to the profile.PutProfileObjectTypeResponse.BuilderPutProfileObjectTypeResponse.Builder. keys(Map<String,? extends Collection<ObjectTypeKey>> keys)A list of unique keys that can be used to map data to the profile.
-