| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
ListIntegrationItem |
ListIntegrationItem.addObjectTypeNamesEntry(String key,
String value)
Add a single ObjectTypeNames entry
|
ListIntegrationItem |
ListIntegrationItem.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListIntegrationItem |
ListIntegrationItem.clearObjectTypeNamesEntries()
Removes all the entries added into ObjectTypeNames.
|
ListIntegrationItem |
ListIntegrationItem.clearTagsEntries()
Removes all the entries added into Tags.
|
ListIntegrationItem |
ListIntegrationItem.clone() |
ListIntegrationItem |
ListIntegrationItem.withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
ListIntegrationItem |
ListIntegrationItem.withDomainName(String domainName)
The unique name of the domain.
|
ListIntegrationItem |
ListIntegrationItem.withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
ListIntegrationItem |
ListIntegrationItem.withObjectTypeName(String objectTypeName)
The name of the profile object type.
|
ListIntegrationItem |
ListIntegrationItem.withObjectTypeNames(Map<String,String> objectTypeNames)
A map in which each key is an event type from an external application such as Segment or Shopify, and each value
is an
ObjectTypeName (template) used to ingest the event. |
ListIntegrationItem |
ListIntegrationItem.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
ListIntegrationItem |
ListIntegrationItem.withUri(String uri)
The URI of the S3 bucket or any other type of data source.
|
ListIntegrationItem |
ListIntegrationItem.withWorkflowId(String workflowId)
Unique identifier for the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListIntegrationItem> |
ListIntegrationsResult.getItems()
The list of ListIntegrations instances.
|
List<ListIntegrationItem> |
ListAccountIntegrationsResult.getItems()
The list of ListAccountIntegration instances.
|
| Modifier and Type | Method and Description |
|---|---|
ListIntegrationsResult |
ListIntegrationsResult.withItems(ListIntegrationItem... items)
The list of ListIntegrations instances.
|
ListAccountIntegrationsResult |
ListAccountIntegrationsResult.withItems(ListIntegrationItem... items)
The list of ListAccountIntegration instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIntegrationsResult.setItems(Collection<ListIntegrationItem> items)
The list of ListIntegrations instances.
|
void |
ListAccountIntegrationsResult.setItems(Collection<ListIntegrationItem> items)
The list of ListAccountIntegration instances.
|
ListIntegrationsResult |
ListIntegrationsResult.withItems(Collection<ListIntegrationItem> items)
The list of ListIntegrations instances.
|
ListAccountIntegrationsResult |
ListAccountIntegrationsResult.withItems(Collection<ListIntegrationItem> items)
The list of ListAccountIntegration instances.
|
Copyright © 2022. All rights reserved.