| 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.
|
Future<PutIntegrationResult> |
AmazonCustomerProfilesAsyncClient.putIntegrationAsync(PutIntegrationRequest request) |
Future<PutIntegrationResult> |
AbstractAmazonCustomerProfilesAsync.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> |
AmazonCustomerProfilesAsyncClient.putIntegrationAsync(PutIntegrationRequest request,
AsyncHandler<PutIntegrationRequest,PutIntegrationResult> asyncHandler) |
Future<PutIntegrationResult> |
AbstractAmazonCustomerProfilesAsync.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> |
AmazonCustomerProfilesAsyncClient.putIntegrationAsync(PutIntegrationRequest request,
AsyncHandler<PutIntegrationRequest,PutIntegrationResult> asyncHandler) |
Future<PutIntegrationResult> |
AbstractAmazonCustomerProfilesAsync.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 |
|---|---|
PutIntegrationRequest |
PutIntegrationRequest.addObjectTypeNamesEntry(String key,
String value)
Add a single ObjectTypeNames entry
|
PutIntegrationRequest |
PutIntegrationRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
PutIntegrationRequest |
PutIntegrationRequest.clearObjectTypeNamesEntries()
Removes all the entries added into ObjectTypeNames.
|
PutIntegrationRequest |
PutIntegrationRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
PutIntegrationRequest |
PutIntegrationRequest.clone() |
PutIntegrationRequest |
PutIntegrationRequest.withDomainName(String domainName)
The unique name of the domain.
|
PutIntegrationRequest |
PutIntegrationRequest.withFlowDefinition(FlowDefinition flowDefinition)
The configuration that controls how Customer Profiles retrieves data from the source.
|
PutIntegrationRequest |
PutIntegrationRequest.withObjectTypeName(String objectTypeName)
The name of the profile object type.
|
PutIntegrationRequest |
PutIntegrationRequest.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. |
PutIntegrationRequest |
PutIntegrationRequest.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
PutIntegrationRequest |
PutIntegrationRequest.withUri(String uri)
The URI of the S3 bucket or any other type of data source.
|
Copyright © 2023. All rights reserved.