@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonCustomerProfilesAsync extends AbstractAmazonCustomerProfiles implements AmazonCustomerProfilesAsync
AmazonCustomerProfilesAsync
. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
addProfileKey, createDomain, createProfile, deleteDomain, deleteIntegration, deleteProfile, deleteProfileKey, deleteProfileObject, deleteProfileObjectType, getCachedResponseMetadata, getDomain, getIntegration, getMatches, getProfileObjectType, getProfileObjectTypeTemplate, listAccountIntegrations, listDomains, listIntegrations, listProfileObjects, listProfileObjectTypes, listProfileObjectTypeTemplates, listTagsForResource, mergeProfiles, putIntegration, putProfileObject, putProfileObjectType, searchProfiles, shutdown, tagResource, untagResource, updateDomain, updateProfile
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addProfileKey, createDomain, createProfile, deleteDomain, deleteIntegration, deleteProfile, deleteProfileKey, deleteProfileObject, deleteProfileObjectType, getCachedResponseMetadata, getDomain, getIntegration, getMatches, getProfileObjectType, getProfileObjectTypeTemplate, listAccountIntegrations, listDomains, listIntegrations, listProfileObjects, listProfileObjectTypes, listProfileObjectTypeTemplates, listTagsForResource, mergeProfiles, putIntegration, putProfileObject, putProfileObjectType, searchProfiles, shutdown, tagResource, untagResource, updateDomain, updateProfile
public Future<AddProfileKeyResult> addProfileKeyAsync(AddProfileKeyRequest request)
AmazonCustomerProfilesAsync
Associates a new key value with a specific profile, such as a Contact Trace Record (CTR) ContactId.
A profile object can have a single unique key and any number of additional keys that can be used to identify the profile that it belongs to.
addProfileKeyAsync
in interface AmazonCustomerProfilesAsync
public Future<AddProfileKeyResult> addProfileKeyAsync(AddProfileKeyRequest request, AsyncHandler<AddProfileKeyRequest,AddProfileKeyResult> asyncHandler)
AmazonCustomerProfilesAsync
Associates a new key value with a specific profile, such as a Contact Trace Record (CTR) ContactId.
A profile object can have a single unique key and any number of additional keys that can be used to identify the profile that it belongs to.
addProfileKeyAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateDomainResult> createDomainAsync(CreateDomainRequest request)
AmazonCustomerProfilesAsync
Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys. You can create multiple domains, and each domain can have multiple third-party integrations.
Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain.
Use this API or UpdateDomain to
enable identity
resolution: set Matching
to true.
createDomainAsync
in interface AmazonCustomerProfilesAsync
public Future<CreateDomainResult> createDomainAsync(CreateDomainRequest request, AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler)
AmazonCustomerProfilesAsync
Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys. You can create multiple domains, and each domain can have multiple third-party integrations.
Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain.
Use this API or UpdateDomain to
enable identity
resolution: set Matching
to true.
createDomainAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateProfileResult> createProfileAsync(CreateProfileRequest request)
AmazonCustomerProfilesAsync
Creates a standard profile.
A standard profile represents the following attributes for a customer profile in a domain.
createProfileAsync
in interface AmazonCustomerProfilesAsync
public Future<CreateProfileResult> createProfileAsync(CreateProfileRequest request, AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler)
AmazonCustomerProfilesAsync
Creates a standard profile.
A standard profile represents the following attributes for a customer profile in a domain.
createProfileAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteDomainResult> deleteDomainAsync(DeleteDomainRequest request)
AmazonCustomerProfilesAsync
Deletes a specific domain and all of its customer data, such as customer profile attributes and their related objects.
deleteDomainAsync
in interface AmazonCustomerProfilesAsync
public Future<DeleteDomainResult> deleteDomainAsync(DeleteDomainRequest request, AsyncHandler<DeleteDomainRequest,DeleteDomainResult> asyncHandler)
AmazonCustomerProfilesAsync
Deletes a specific domain and all of its customer data, such as customer profile attributes and their related objects.
deleteDomainAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteIntegrationResult> deleteIntegrationAsync(DeleteIntegrationRequest request)
AmazonCustomerProfilesAsync
Removes an integration from a specific domain.
deleteIntegrationAsync
in interface AmazonCustomerProfilesAsync
public Future<DeleteIntegrationResult> deleteIntegrationAsync(DeleteIntegrationRequest request, AsyncHandler<DeleteIntegrationRequest,DeleteIntegrationResult> asyncHandler)
AmazonCustomerProfilesAsync
Removes an integration from a specific domain.
deleteIntegrationAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteProfileResult> deleteProfileAsync(DeleteProfileRequest request)
AmazonCustomerProfilesAsync
Deletes the standard customer profile and all data pertaining to the profile.
deleteProfileAsync
in interface AmazonCustomerProfilesAsync
public Future<DeleteProfileResult> deleteProfileAsync(DeleteProfileRequest request, AsyncHandler<DeleteProfileRequest,DeleteProfileResult> asyncHandler)
AmazonCustomerProfilesAsync
Deletes the standard customer profile and all data pertaining to the profile.
deleteProfileAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteProfileKeyResult> deleteProfileKeyAsync(DeleteProfileKeyRequest request)
AmazonCustomerProfilesAsync
Removes a searchable key from a customer profile.
deleteProfileKeyAsync
in interface AmazonCustomerProfilesAsync
public Future<DeleteProfileKeyResult> deleteProfileKeyAsync(DeleteProfileKeyRequest request, AsyncHandler<DeleteProfileKeyRequest,DeleteProfileKeyResult> asyncHandler)
AmazonCustomerProfilesAsync
Removes a searchable key from a customer profile.
deleteProfileKeyAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteProfileObjectResult> deleteProfileObjectAsync(DeleteProfileObjectRequest request)
AmazonCustomerProfilesAsync
Removes an object associated with a profile of a given ProfileObjectType.
deleteProfileObjectAsync
in interface AmazonCustomerProfilesAsync
public Future<DeleteProfileObjectResult> deleteProfileObjectAsync(DeleteProfileObjectRequest request, AsyncHandler<DeleteProfileObjectRequest,DeleteProfileObjectResult> asyncHandler)
AmazonCustomerProfilesAsync
Removes an object associated with a profile of a given ProfileObjectType.
deleteProfileObjectAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteProfileObjectTypeResult> deleteProfileObjectTypeAsync(DeleteProfileObjectTypeRequest request)
AmazonCustomerProfilesAsync
Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type. It also disables integrations from this specific ProfileObjectType. In addition, it scrubs all of the fields of the standard profile that were populated from this ProfileObjectType.
deleteProfileObjectTypeAsync
in interface AmazonCustomerProfilesAsync
public Future<DeleteProfileObjectTypeResult> deleteProfileObjectTypeAsync(DeleteProfileObjectTypeRequest request, AsyncHandler<DeleteProfileObjectTypeRequest,DeleteProfileObjectTypeResult> asyncHandler)
AmazonCustomerProfilesAsync
Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type. It also disables integrations from this specific ProfileObjectType. In addition, it scrubs all of the fields of the standard profile that were populated from this ProfileObjectType.
deleteProfileObjectTypeAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDomainResult> getDomainAsync(GetDomainRequest request)
AmazonCustomerProfilesAsync
Returns information about a specific domain.
getDomainAsync
in interface AmazonCustomerProfilesAsync
public Future<GetDomainResult> getDomainAsync(GetDomainRequest request, AsyncHandler<GetDomainRequest,GetDomainResult> asyncHandler)
AmazonCustomerProfilesAsync
Returns information about a specific domain.
getDomainAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetIntegrationResult> getIntegrationAsync(GetIntegrationRequest request)
AmazonCustomerProfilesAsync
Returns an integration for a domain.
getIntegrationAsync
in interface AmazonCustomerProfilesAsync
public Future<GetIntegrationResult> getIntegrationAsync(GetIntegrationRequest request, AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler)
AmazonCustomerProfilesAsync
Returns an integration for a domain.
getIntegrationAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetMatchesResult> getMatchesAsync(GetMatchesRequest request)
AmazonCustomerProfilesAsync
This API is in preview release for Amazon Connect and subject to change.
Before calling this API, use CreateDomain or
UpdateDomain
to enable identity resolution: set Matching
to true.
GetMatches returns potentially matching profiles, based on the results of the latest run of a machine learning process.
Amazon Connect starts a batch process every Saturday at 12AM UTC to identify matching profiles. The results are returned up to seven days after the Saturday run.
Amazon Connect uses the following profile attributes to identify matches:
PhoneNumber
HomePhoneNumber
BusinessPhoneNumber
MobilePhoneNumber
EmailAddress
PersonalEmailAddress
BusinessEmailAddress
FullName
BusinessName
For example, two or more profiles—with spelling mistakes such as John Doe and Jhn Doe, or different casing email addresses such as [email protected] and [email protected], or different phone number formats such as 555-010-0000 and +1-555-010-0000—can be detected as belonging to the same customer John Doe and merged into a unified profile.
getMatchesAsync
in interface AmazonCustomerProfilesAsync
public Future<GetMatchesResult> getMatchesAsync(GetMatchesRequest request, AsyncHandler<GetMatchesRequest,GetMatchesResult> asyncHandler)
AmazonCustomerProfilesAsync
This API is in preview release for Amazon Connect and subject to change.
Before calling this API, use CreateDomain or
UpdateDomain
to enable identity resolution: set Matching
to true.
GetMatches returns potentially matching profiles, based on the results of the latest run of a machine learning process.
Amazon Connect starts a batch process every Saturday at 12AM UTC to identify matching profiles. The results are returned up to seven days after the Saturday run.
Amazon Connect uses the following profile attributes to identify matches:
PhoneNumber
HomePhoneNumber
BusinessPhoneNumber
MobilePhoneNumber
EmailAddress
PersonalEmailAddress
BusinessEmailAddress
FullName
BusinessName
For example, two or more profiles—with spelling mistakes such as John Doe and Jhn Doe, or different casing email addresses such as [email protected] and [email protected], or different phone number formats such as 555-010-0000 and +1-555-010-0000—can be detected as belonging to the same customer John Doe and merged into a unified profile.
getMatchesAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetProfileObjectTypeResult> getProfileObjectTypeAsync(GetProfileObjectTypeRequest request)
AmazonCustomerProfilesAsync
Returns the object types for a specific domain.
getProfileObjectTypeAsync
in interface AmazonCustomerProfilesAsync
public Future<GetProfileObjectTypeResult> getProfileObjectTypeAsync(GetProfileObjectTypeRequest request, AsyncHandler<GetProfileObjectTypeRequest,GetProfileObjectTypeResult> asyncHandler)
AmazonCustomerProfilesAsync
Returns the object types for a specific domain.
getProfileObjectTypeAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetProfileObjectTypeTemplateResult> getProfileObjectTypeTemplateAsync(GetProfileObjectTypeTemplateRequest request)
AmazonCustomerProfilesAsync
Returns the template information for a specific object type.
A template is a predefined ProfileObjectType, such as “Salesforce-Account” or “Salesforce-Contact.” When a user sends a ProfileObject, using the PutProfileObject API, with an ObjectTypeName that matches one of the TemplateIds, it uses the mappings from the template.
getProfileObjectTypeTemplateAsync
in interface AmazonCustomerProfilesAsync
public Future<GetProfileObjectTypeTemplateResult> getProfileObjectTypeTemplateAsync(GetProfileObjectTypeTemplateRequest request, AsyncHandler<GetProfileObjectTypeTemplateRequest,GetProfileObjectTypeTemplateResult> asyncHandler)
AmazonCustomerProfilesAsync
Returns the template information for a specific object type.
A template is a predefined ProfileObjectType, such as “Salesforce-Account” or “Salesforce-Contact.” When a user sends a ProfileObject, using the PutProfileObject API, with an ObjectTypeName that matches one of the TemplateIds, it uses the mappings from the template.
getProfileObjectTypeTemplateAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAccountIntegrationsResult> listAccountIntegrationsAsync(ListAccountIntegrationsRequest request)
AmazonCustomerProfilesAsync
Lists all of the integrations associated to a specific URI in the AWS account.
listAccountIntegrationsAsync
in interface AmazonCustomerProfilesAsync
public Future<ListAccountIntegrationsResult> listAccountIntegrationsAsync(ListAccountIntegrationsRequest request, AsyncHandler<ListAccountIntegrationsRequest,ListAccountIntegrationsResult> asyncHandler)
AmazonCustomerProfilesAsync
Lists all of the integrations associated to a specific URI in the AWS account.
listAccountIntegrationsAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDomainsResult> listDomainsAsync(ListDomainsRequest request)
AmazonCustomerProfilesAsync
Returns a list of all the domains for an AWS account that have been created.
listDomainsAsync
in interface AmazonCustomerProfilesAsync
public Future<ListDomainsResult> listDomainsAsync(ListDomainsRequest request, AsyncHandler<ListDomainsRequest,ListDomainsResult> asyncHandler)
AmazonCustomerProfilesAsync
Returns a list of all the domains for an AWS account that have been created.
listDomainsAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListIntegrationsResult> listIntegrationsAsync(ListIntegrationsRequest request)
AmazonCustomerProfilesAsync
Lists all of the integrations in your domain.
listIntegrationsAsync
in interface AmazonCustomerProfilesAsync
public Future<ListIntegrationsResult> listIntegrationsAsync(ListIntegrationsRequest request, AsyncHandler<ListIntegrationsRequest,ListIntegrationsResult> asyncHandler)
AmazonCustomerProfilesAsync
Lists all of the integrations in your domain.
listIntegrationsAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListProfileObjectTypeTemplatesResult> listProfileObjectTypeTemplatesAsync(ListProfileObjectTypeTemplatesRequest request)
AmazonCustomerProfilesAsync
Lists all of the template information for object types.
listProfileObjectTypeTemplatesAsync
in interface AmazonCustomerProfilesAsync
public Future<ListProfileObjectTypeTemplatesResult> listProfileObjectTypeTemplatesAsync(ListProfileObjectTypeTemplatesRequest request, AsyncHandler<ListProfileObjectTypeTemplatesRequest,ListProfileObjectTypeTemplatesResult> asyncHandler)
AmazonCustomerProfilesAsync
Lists all of the template information for object types.
listProfileObjectTypeTemplatesAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListProfileObjectTypesResult> listProfileObjectTypesAsync(ListProfileObjectTypesRequest request)
AmazonCustomerProfilesAsync
Lists all of the templates available within the service.
listProfileObjectTypesAsync
in interface AmazonCustomerProfilesAsync
public Future<ListProfileObjectTypesResult> listProfileObjectTypesAsync(ListProfileObjectTypesRequest request, AsyncHandler<ListProfileObjectTypesRequest,ListProfileObjectTypesResult> asyncHandler)
AmazonCustomerProfilesAsync
Lists all of the templates available within the service.
listProfileObjectTypesAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListProfileObjectsResult> listProfileObjectsAsync(ListProfileObjectsRequest request)
AmazonCustomerProfilesAsync
Returns a list of objects associated with a profile of a given ProfileObjectType.
listProfileObjectsAsync
in interface AmazonCustomerProfilesAsync
public Future<ListProfileObjectsResult> listProfileObjectsAsync(ListProfileObjectsRequest request, AsyncHandler<ListProfileObjectsRequest,ListProfileObjectsResult> asyncHandler)
AmazonCustomerProfilesAsync
Returns a list of objects associated with a profile of a given ProfileObjectType.
listProfileObjectsAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AmazonCustomerProfilesAsync
Displays the tags associated with an Amazon Connect Customer Profiles resource. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged.
listTagsForResourceAsync
in interface AmazonCustomerProfilesAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonCustomerProfilesAsync
Displays the tags associated with an Amazon Connect Customer Profiles resource. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged.
listTagsForResourceAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<MergeProfilesResult> mergeProfilesAsync(MergeProfilesRequest request)
AmazonCustomerProfilesAsync
This API is in preview release for Amazon Connect and subject to change.
Runs an AWS Lambda job that does the following:
All the profileKeys in the ProfileToBeMerged
will be moved to the main profile.
All the objects in the ProfileToBeMerged
will be moved to the main profile.
All the ProfileToBeMerged
will be deleted at the end.
All the profileKeys in the ProfileIdsToBeMerged
will be moved to the main profile.
Standard fields are merged as follows:
Fields are always "union"-ed if there are no conflicts in standard fields or attributeKeys.
When there are conflicting fields:
If no SourceProfileIds
entry is specified, the main Profile value is always taken.
If a SourceProfileIds
entry is specified, the specified profileId is always taken, even if it is a
NULL value.
You can use MergeProfiles together with GetMatches, which returns potentially matching profiles, or use it with the results of another matching system. After profiles have been merged, they cannot be separated (unmerged).
mergeProfilesAsync
in interface AmazonCustomerProfilesAsync
public Future<MergeProfilesResult> mergeProfilesAsync(MergeProfilesRequest request, AsyncHandler<MergeProfilesRequest,MergeProfilesResult> asyncHandler)
AmazonCustomerProfilesAsync
This API is in preview release for Amazon Connect and subject to change.
Runs an AWS Lambda job that does the following:
All the profileKeys in the ProfileToBeMerged
will be moved to the main profile.
All the objects in the ProfileToBeMerged
will be moved to the main profile.
All the ProfileToBeMerged
will be deleted at the end.
All the profileKeys in the ProfileIdsToBeMerged
will be moved to the main profile.
Standard fields are merged as follows:
Fields are always "union"-ed if there are no conflicts in standard fields or attributeKeys.
When there are conflicting fields:
If no SourceProfileIds
entry is specified, the main Profile value is always taken.
If a SourceProfileIds
entry is specified, the specified profileId is always taken, even if it is a
NULL value.
You can use MergeProfiles together with GetMatches, which returns potentially matching profiles, or use it with the results of another matching system. After profiles have been merged, they cannot be separated (unmerged).
mergeProfilesAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutIntegrationResult> putIntegrationAsync(PutIntegrationRequest request)
AmazonCustomerProfilesAsync
Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect.
An integration can belong to only one domain.
putIntegrationAsync
in interface AmazonCustomerProfilesAsync
public Future<PutIntegrationResult> putIntegrationAsync(PutIntegrationRequest request, AsyncHandler<PutIntegrationRequest,PutIntegrationResult> asyncHandler)
AmazonCustomerProfilesAsync
Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect.
An integration can belong to only one domain.
putIntegrationAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutProfileObjectResult> putProfileObjectAsync(PutProfileObjectRequest request)
AmazonCustomerProfilesAsync
Adds additional objects to customer profiles of a given ObjectType.
When adding a specific profile object, like a Contact Trace Record (CTR), an inferred profile can get created if it is not mapped to an existing profile. The resulting profile will only have a phone number populated in the standard ProfileObject. Any additional CTRs with the same phone number will be mapped to the same inferred profile.
When a ProfileObject is created and if a ProfileObjectType already exists for the ProfileObject, it will provide data to a standard profile depending on the ProfileObjectType definition.
PutProfileObject needs an ObjectType, which can be created using PutProfileObjectType.
putProfileObjectAsync
in interface AmazonCustomerProfilesAsync
public Future<PutProfileObjectResult> putProfileObjectAsync(PutProfileObjectRequest request, AsyncHandler<PutProfileObjectRequest,PutProfileObjectResult> asyncHandler)
AmazonCustomerProfilesAsync
Adds additional objects to customer profiles of a given ObjectType.
When adding a specific profile object, like a Contact Trace Record (CTR), an inferred profile can get created if it is not mapped to an existing profile. The resulting profile will only have a phone number populated in the standard ProfileObject. Any additional CTRs with the same phone number will be mapped to the same inferred profile.
When a ProfileObject is created and if a ProfileObjectType already exists for the ProfileObject, it will provide data to a standard profile depending on the ProfileObjectType definition.
PutProfileObject needs an ObjectType, which can be created using PutProfileObjectType.
putProfileObjectAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutProfileObjectTypeResult> putProfileObjectTypeAsync(PutProfileObjectTypeRequest request)
AmazonCustomerProfilesAsync
Defines a ProfileObjectType.
putProfileObjectTypeAsync
in interface AmazonCustomerProfilesAsync
public Future<PutProfileObjectTypeResult> putProfileObjectTypeAsync(PutProfileObjectTypeRequest request, AsyncHandler<PutProfileObjectTypeRequest,PutProfileObjectTypeResult> asyncHandler)
AmazonCustomerProfilesAsync
Defines a ProfileObjectType.
putProfileObjectTypeAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SearchProfilesResult> searchProfilesAsync(SearchProfilesRequest request)
AmazonCustomerProfilesAsync
Searches for profiles within a specific domain name using name, phone number, email address, account number, or a custom defined index.
searchProfilesAsync
in interface AmazonCustomerProfilesAsync
public Future<SearchProfilesResult> searchProfilesAsync(SearchProfilesRequest request, AsyncHandler<SearchProfilesRequest,SearchProfilesResult> asyncHandler)
AmazonCustomerProfilesAsync
Searches for profiles within a specific domain name using name, phone number, email address, account number, or a custom defined index.
searchProfilesAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AmazonCustomerProfilesAsync
Assigns one or more tags (key-value pairs) to the specified Amazon Connect Customer Profiles resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged.
Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters.
You can use the TagResource action with a resource that already has tags. If you specify a new tag key, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.
You can associate as many as 50 tags with a resource.
tagResourceAsync
in interface AmazonCustomerProfilesAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonCustomerProfilesAsync
Assigns one or more tags (key-value pairs) to the specified Amazon Connect Customer Profiles resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged.
Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters.
You can use the TagResource action with a resource that already has tags. If you specify a new tag key, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.
You can associate as many as 50 tags with a resource.
tagResourceAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AmazonCustomerProfilesAsync
Removes one or more tags from the specified Amazon Connect Customer Profiles resource. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged.
untagResourceAsync
in interface AmazonCustomerProfilesAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonCustomerProfilesAsync
Removes one or more tags from the specified Amazon Connect Customer Profiles resource. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged.
untagResourceAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateDomainResult> updateDomainAsync(UpdateDomainRequest request)
AmazonCustomerProfilesAsync
Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.
After a domain is created, the name can’t be changed.
Use this API or CreateDomain to
enable identity
resolution: set Matching
to true.
updateDomainAsync
in interface AmazonCustomerProfilesAsync
public Future<UpdateDomainResult> updateDomainAsync(UpdateDomainRequest request, AsyncHandler<UpdateDomainRequest,UpdateDomainResult> asyncHandler)
AmazonCustomerProfilesAsync
Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.
After a domain is created, the name can’t be changed.
Use this API or CreateDomain to
enable identity
resolution: set Matching
to true.
updateDomainAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateProfileResult> updateProfileAsync(UpdateProfileRequest request)
AmazonCustomerProfilesAsync
Updates the properties of a profile. The ProfileId is required for updating a customer profile.
When calling the UpdateProfile API, specifying an empty string value means that any existing value will be removed. Not specifying a string value means that any value already there will be kept.
updateProfileAsync
in interface AmazonCustomerProfilesAsync
public Future<UpdateProfileResult> updateProfileAsync(UpdateProfileRequest request, AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler)
AmazonCustomerProfilesAsync
Updates the properties of a profile. The ProfileId is required for updating a customer profile.
When calling the UpdateProfile API, specifying an empty string value means that any existing value will be removed. Not specifying a string value means that any value already there will be kept.
updateProfileAsync
in interface AmazonCustomerProfilesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.