| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
ListProfileObjectsItem |
ListProfileObjectsItem.clone() |
ListProfileObjectsItem |
ListProfileObjectsItem.withObject(String object)
A JSON representation of a ProfileObject that belongs to a profile.
|
ListProfileObjectsItem |
ListProfileObjectsItem.withObjectTypeName(String objectTypeName)
Specifies the kind of object being added to a profile, such as "Salesforce-Account."
|
ListProfileObjectsItem |
ListProfileObjectsItem.withProfileObjectUniqueKey(String profileObjectUniqueKey)
The unique identifier of the ProfileObject generated by the service.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListProfileObjectsItem> |
ListProfileObjectsResult.getItems()
The list of ListProfileObject instances.
|
| Modifier and Type | Method and Description |
|---|---|
ListProfileObjectsResult |
ListProfileObjectsResult.withItems(ListProfileObjectsItem... items)
The list of ListProfileObject instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProfileObjectsResult.setItems(Collection<ListProfileObjectsItem> items)
The list of ListProfileObject instances.
|
ListProfileObjectsResult |
ListProfileObjectsResult.withItems(Collection<ListProfileObjectsItem> items)
The list of ListProfileObject instances.
|
Copyright © 2025. All rights reserved.