| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
DetectedProfileObjectType |
DetectedProfileObjectType.addFieldsEntry(String key,
ObjectTypeField value)
Add a single Fields entry
|
DetectedProfileObjectType |
DetectedProfileObjectType.addKeysEntry(String key,
List<ObjectTypeKey> value)
Add a single Keys entry
|
DetectedProfileObjectType |
DetectedProfileObjectType.clearFieldsEntries()
Removes all the entries added into Fields.
|
DetectedProfileObjectType |
DetectedProfileObjectType.clearKeysEntries()
Removes all the entries added into Keys.
|
DetectedProfileObjectType |
DetectedProfileObjectType.clone() |
DetectedProfileObjectType |
DetectedProfileObjectType.withFields(Map<String,ObjectTypeField> fields)
A map of the name and the
ObjectType field. |
DetectedProfileObjectType |
DetectedProfileObjectType.withKeys(Map<String,List<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to a profile.
|
DetectedProfileObjectType |
DetectedProfileObjectType.withSourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat)
The format of
sourceLastUpdatedTimestamp that was detected in fields. |
| Modifier and Type | Method and Description |
|---|---|
List<DetectedProfileObjectType> |
DetectProfileObjectTypeResult.getDetectedProfileObjectTypes()
Detected
ProfileObjectType mappings from given objects. |
| Modifier and Type | Method and Description |
|---|---|
DetectProfileObjectTypeResult |
DetectProfileObjectTypeResult.withDetectedProfileObjectTypes(DetectedProfileObjectType... detectedProfileObjectTypes)
Detected
ProfileObjectType mappings from given objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
DetectProfileObjectTypeResult.setDetectedProfileObjectTypes(Collection<DetectedProfileObjectType> detectedProfileObjectTypes)
Detected
ProfileObjectType mappings from given objects. |
DetectProfileObjectTypeResult |
DetectProfileObjectTypeResult.withDetectedProfileObjectTypes(Collection<DetectedProfileObjectType> detectedProfileObjectTypes)
Detected
ProfileObjectType mappings from given objects. |
Copyright © 2025. All rights reserved.