| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectTypeKey |
ObjectTypeKey.clone() |
ObjectTypeKey |
ObjectTypeKey.withFieldNames(Collection<String> fieldNames)
The reference for the key name of the fields map.
|
ObjectTypeKey |
ObjectTypeKey.withFieldNames(String... fieldNames)
The reference for the key name of the fields map.
|
ObjectTypeKey |
ObjectTypeKey.withStandardIdentifiers(Collection<String> standardIdentifiers)
The types of keys that a ProfileObject can have.
|
ObjectTypeKey |
ObjectTypeKey.withStandardIdentifiers(StandardIdentifier... standardIdentifiers)
The types of keys that a ProfileObject can have.
|
ObjectTypeKey |
ObjectTypeKey.withStandardIdentifiers(String... standardIdentifiers)
The types of keys that a ProfileObject can have.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ObjectTypeKey>> |
PutProfileObjectTypeResult.getKeys()
A list of unique keys that can be used to map data to the profile.
|
Map<String,List<ObjectTypeKey>> |
GetProfileObjectTypeTemplateResult.getKeys()
A list of unique keys that can be used to map data to the profile.
|
Map<String,List<ObjectTypeKey>> |
GetProfileObjectTypeResult.getKeys()
A list of unique keys that can be used to map data to the profile.
|
Map<String,List<ObjectTypeKey>> |
PutProfileObjectTypeRequest.getKeys()
A list of unique keys that can be used to map data to the profile.
|
| Modifier and Type | Method and Description |
|---|---|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.addKeysEntry(String key,
List<ObjectTypeKey> value)
Add a single Keys entry
|
GetProfileObjectTypeTemplateResult |
GetProfileObjectTypeTemplateResult.addKeysEntry(String key,
List<ObjectTypeKey> value)
Add a single Keys entry
|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.addKeysEntry(String key,
List<ObjectTypeKey> value)
Add a single Keys entry
|
PutProfileObjectTypeRequest |
PutProfileObjectTypeRequest.addKeysEntry(String key,
List<ObjectTypeKey> value)
Add a single Keys entry
|
void |
PutProfileObjectTypeResult.setKeys(Map<String,List<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
|
void |
GetProfileObjectTypeTemplateResult.setKeys(Map<String,List<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
|
void |
GetProfileObjectTypeResult.setKeys(Map<String,List<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
|
void |
PutProfileObjectTypeRequest.setKeys(Map<String,List<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.withKeys(Map<String,List<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
|
GetProfileObjectTypeTemplateResult |
GetProfileObjectTypeTemplateResult.withKeys(Map<String,List<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.withKeys(Map<String,List<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
|
PutProfileObjectTypeRequest |
PutProfileObjectTypeRequest.withKeys(Map<String,List<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
|
Copyright © 2023. All rights reserved.