| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
PutIntegrationResult |
AbstractAmazonCustomerProfiles.putIntegration(PutIntegrationRequest request) |
PutIntegrationResult |
AmazonCustomerProfilesClient.putIntegration(PutIntegrationRequest request)
Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon
Connect.
|
PutIntegrationResult |
AmazonCustomerProfiles.putIntegration(PutIntegrationRequest putIntegrationRequest)
Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon
Connect.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutIntegrationResult> |
AbstractAmazonCustomerProfilesAsync.putIntegrationAsync(PutIntegrationRequest request) |
Future<PutIntegrationResult> |
AmazonCustomerProfilesAsyncClient.putIntegrationAsync(PutIntegrationRequest request) |
Future<PutIntegrationResult> |
AmazonCustomerProfilesAsync.putIntegrationAsync(PutIntegrationRequest putIntegrationRequest)
Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon
Connect.
|
Future<PutIntegrationResult> |
AbstractAmazonCustomerProfilesAsync.putIntegrationAsync(PutIntegrationRequest request,
AsyncHandler<PutIntegrationRequest,PutIntegrationResult> asyncHandler) |
Future<PutIntegrationResult> |
AmazonCustomerProfilesAsyncClient.putIntegrationAsync(PutIntegrationRequest request,
AsyncHandler<PutIntegrationRequest,PutIntegrationResult> asyncHandler) |
Future<PutIntegrationResult> |
AmazonCustomerProfilesAsync.putIntegrationAsync(PutIntegrationRequest putIntegrationRequest,
AsyncHandler<PutIntegrationRequest,PutIntegrationResult> asyncHandler)
Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon
Connect.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutIntegrationResult> |
AbstractAmazonCustomerProfilesAsync.putIntegrationAsync(PutIntegrationRequest request,
AsyncHandler<PutIntegrationRequest,PutIntegrationResult> asyncHandler) |
Future<PutIntegrationResult> |
AmazonCustomerProfilesAsyncClient.putIntegrationAsync(PutIntegrationRequest request,
AsyncHandler<PutIntegrationRequest,PutIntegrationResult> asyncHandler) |
Future<PutIntegrationResult> |
AmazonCustomerProfilesAsync.putIntegrationAsync(PutIntegrationRequest putIntegrationRequest,
AsyncHandler<PutIntegrationRequest,PutIntegrationResult> asyncHandler)
Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon
Connect.
|
| Modifier and Type | Method and Description |
|---|---|
PutIntegrationResult |
PutIntegrationResult.addObjectTypeNamesEntry(String key,
String value)
Add a single ObjectTypeNames entry
|
PutIntegrationResult |
PutIntegrationResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
PutIntegrationResult |
PutIntegrationResult.clearObjectTypeNamesEntries()
Removes all the entries added into ObjectTypeNames.
|
PutIntegrationResult |
PutIntegrationResult.clearTagsEntries()
Removes all the entries added into Tags.
|
PutIntegrationResult |
PutIntegrationResult.clone() |
PutIntegrationResult |
PutIntegrationResult.withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
PutIntegrationResult |
PutIntegrationResult.withDomainName(String domainName)
The unique name of the domain.
|
PutIntegrationResult |
PutIntegrationResult.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
|
PutIntegrationResult |
PutIntegrationResult.withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
PutIntegrationResult |
PutIntegrationResult.withObjectTypeName(String objectTypeName)
The name of the profile object type.
|
PutIntegrationResult |
PutIntegrationResult.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. |
PutIntegrationResult |
PutIntegrationResult.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
PutIntegrationResult |
PutIntegrationResult.withUri(String uri)
The URI of the S3 bucket or any other type of data source.
|
PutIntegrationResult |
PutIntegrationResult.withWorkflowId(String workflowId)
Unique identifier for the workflow.
|
Copyright © 2022. All rights reserved.