| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
GetIntegrationResult |
AbstractAmazonCustomerProfiles.getIntegration(GetIntegrationRequest request) |
GetIntegrationResult |
AmazonCustomerProfiles.getIntegration(GetIntegrationRequest getIntegrationRequest)
Returns an integration for a domain.
|
GetIntegrationResult |
AmazonCustomerProfilesClient.getIntegration(GetIntegrationRequest request)
Returns an integration for a domain.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetIntegrationResult> |
AbstractAmazonCustomerProfilesAsync.getIntegrationAsync(GetIntegrationRequest request,
AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler) |
Future<GetIntegrationResult> |
AmazonCustomerProfilesAsync.getIntegrationAsync(GetIntegrationRequest getIntegrationRequest,
AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler)
Returns an integration for a domain.
|
Future<GetIntegrationResult> |
AmazonCustomerProfilesAsyncClient.getIntegrationAsync(GetIntegrationRequest request,
AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetIntegrationResult |
GetIntegrationResult.addObjectTypeNamesEntry(String key,
String value)
Add a single ObjectTypeNames entry
|
GetIntegrationResult |
GetIntegrationResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetIntegrationResult |
GetIntegrationResult.clearObjectTypeNamesEntries()
Removes all the entries added into ObjectTypeNames.
|
GetIntegrationResult |
GetIntegrationResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetIntegrationResult |
GetIntegrationResult.clone() |
GetIntegrationResult |
GetIntegrationResult.withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
GetIntegrationResult |
GetIntegrationResult.withDomainName(String domainName)
The unique name of the domain.
|
GetIntegrationResult |
GetIntegrationResult.withIsUnstructured(Boolean isUnstructured)
Boolean to indicate if the Flow associated with the Integration is created via Appflow console or with
ObjectTypeName equals _unstructured via API/CLI in flowDefinition
|
GetIntegrationResult |
GetIntegrationResult.withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
GetIntegrationResult |
GetIntegrationResult.withObjectTypeName(String objectTypeName)
The name of the profile object type.
|
GetIntegrationResult |
GetIntegrationResult.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. |
GetIntegrationResult |
GetIntegrationResult.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
GetIntegrationResult |
GetIntegrationResult.withUri(String uri)
The URI of the S3 bucket or any other type of data source.
|
GetIntegrationResult |
GetIntegrationResult.withWorkflowId(String workflowId)
Unique identifier for the workflow.
|
Copyright © 2023. All rights reserved.