@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface CustomerProfilesAsyncClient extends AwsClient
builder() method.
Amazon Connect Customer Profiles is a unified customer profile for your contact center that has pre-built connectors powered by AppFlow that make it easy to combine customer information from third party applications, such as Salesforce (CRM), ServiceNow (ITSM), and your enterprise resource planning (ERP), with contact history from your Amazon Connect contact center. If you're new to Amazon Connect, you might find it helpful to review the Amazon Connect Administrator Guide.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AddProfileKeyResponse> |
addProfileKey(AddProfileKeyRequest addProfileKeyRequest)
Associates a new key value with a specific profile, such as a Contact Record ContactId.
|
default CompletableFuture<AddProfileKeyResponse> |
addProfileKey(Consumer<AddProfileKeyRequest.Builder> addProfileKeyRequest)
Associates a new key value with a specific profile, such as a Contact Record ContactId.
|
static CustomerProfilesAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
CustomerProfilesAsyncClient. |
static CustomerProfilesAsyncClient |
create()
Create a
CustomerProfilesAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CompletableFuture<CreateCalculatedAttributeDefinitionResponse> |
createCalculatedAttributeDefinition(Consumer<CreateCalculatedAttributeDefinitionRequest.Builder> createCalculatedAttributeDefinitionRequest)
Creates a new calculated attribute definition.
|
default CompletableFuture<CreateCalculatedAttributeDefinitionResponse> |
createCalculatedAttributeDefinition(CreateCalculatedAttributeDefinitionRequest createCalculatedAttributeDefinitionRequest)
Creates a new calculated attribute definition.
|
default CompletableFuture<CreateDomainResponse> |
createDomain(Consumer<CreateDomainRequest.Builder> createDomainRequest)
Creates a domain, which is a container for all customer data, such as customer profile attributes, object types,
profile keys, and encryption keys.
|
default CompletableFuture<CreateDomainResponse> |
createDomain(CreateDomainRequest createDomainRequest)
Creates a domain, which is a container for all customer data, such as customer profile attributes, object types,
profile keys, and encryption keys.
|
default CompletableFuture<CreateEventStreamResponse> |
createEventStream(Consumer<CreateEventStreamRequest.Builder> createEventStreamRequest)
Creates an event stream, which is a subscription to real-time events, such as when profiles are created and
updated through Amazon Connect Customer Profiles.
|
default CompletableFuture<CreateEventStreamResponse> |
createEventStream(CreateEventStreamRequest createEventStreamRequest)
Creates an event stream, which is a subscription to real-time events, such as when profiles are created and
updated through Amazon Connect Customer Profiles.
|
default CompletableFuture<CreateIntegrationWorkflowResponse> |
createIntegrationWorkflow(Consumer<CreateIntegrationWorkflowRequest.Builder> createIntegrationWorkflowRequest)
Creates an integration workflow.
|
default CompletableFuture<CreateIntegrationWorkflowResponse> |
createIntegrationWorkflow(CreateIntegrationWorkflowRequest createIntegrationWorkflowRequest)
Creates an integration workflow.
|
default CompletableFuture<CreateProfileResponse> |
createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)
Creates a standard profile.
|
default CompletableFuture<CreateProfileResponse> |
createProfile(CreateProfileRequest createProfileRequest)
Creates a standard profile.
|
default CompletableFuture<DeleteCalculatedAttributeDefinitionResponse> |
deleteCalculatedAttributeDefinition(Consumer<DeleteCalculatedAttributeDefinitionRequest.Builder> deleteCalculatedAttributeDefinitionRequest)
Deletes an existing calculated attribute definition.
|
default CompletableFuture<DeleteCalculatedAttributeDefinitionResponse> |
deleteCalculatedAttributeDefinition(DeleteCalculatedAttributeDefinitionRequest deleteCalculatedAttributeDefinitionRequest)
Deletes an existing calculated attribute definition.
|
default CompletableFuture<DeleteDomainResponse> |
deleteDomain(Consumer<DeleteDomainRequest.Builder> deleteDomainRequest)
Deletes a specific domain and all of its customer data, such as customer profile attributes and their related
objects.
|
default CompletableFuture<DeleteDomainResponse> |
deleteDomain(DeleteDomainRequest deleteDomainRequest)
Deletes a specific domain and all of its customer data, such as customer profile attributes and their related
objects.
|
default CompletableFuture<DeleteEventStreamResponse> |
deleteEventStream(Consumer<DeleteEventStreamRequest.Builder> deleteEventStreamRequest)
Disables and deletes the specified event stream.
|
default CompletableFuture<DeleteEventStreamResponse> |
deleteEventStream(DeleteEventStreamRequest deleteEventStreamRequest)
Disables and deletes the specified event stream.
|
default CompletableFuture<DeleteIntegrationResponse> |
deleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest)
Removes an integration from a specific domain.
|
default CompletableFuture<DeleteIntegrationResponse> |
deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest)
Removes an integration from a specific domain.
|
default CompletableFuture<DeleteProfileResponse> |
deleteProfile(Consumer<DeleteProfileRequest.Builder> deleteProfileRequest)
Deletes the standard customer profile and all data pertaining to the profile.
|
default CompletableFuture<DeleteProfileResponse> |
deleteProfile(DeleteProfileRequest deleteProfileRequest)
Deletes the standard customer profile and all data pertaining to the profile.
|
default CompletableFuture<DeleteProfileKeyResponse> |
deleteProfileKey(Consumer<DeleteProfileKeyRequest.Builder> deleteProfileKeyRequest)
Removes a searchable key from a customer profile.
|
default CompletableFuture<DeleteProfileKeyResponse> |
deleteProfileKey(DeleteProfileKeyRequest deleteProfileKeyRequest)
Removes a searchable key from a customer profile.
|
default CompletableFuture<DeleteProfileObjectResponse> |
deleteProfileObject(Consumer<DeleteProfileObjectRequest.Builder> deleteProfileObjectRequest)
Removes an object associated with a profile of a given ProfileObjectType.
|
default CompletableFuture<DeleteProfileObjectResponse> |
deleteProfileObject(DeleteProfileObjectRequest deleteProfileObjectRequest)
Removes an object associated with a profile of a given ProfileObjectType.
|
default CompletableFuture<DeleteProfileObjectTypeResponse> |
deleteProfileObjectType(Consumer<DeleteProfileObjectTypeRequest.Builder> deleteProfileObjectTypeRequest)
Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type.
|
default CompletableFuture<DeleteProfileObjectTypeResponse> |
deleteProfileObjectType(DeleteProfileObjectTypeRequest deleteProfileObjectTypeRequest)
Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type.
|
default CompletableFuture<DeleteWorkflowResponse> |
deleteWorkflow(Consumer<DeleteWorkflowRequest.Builder> deleteWorkflowRequest)
Deletes the specified workflow and all its corresponding resources.
|
default CompletableFuture<DeleteWorkflowResponse> |
deleteWorkflow(DeleteWorkflowRequest deleteWorkflowRequest)
Deletes the specified workflow and all its corresponding resources.
|
default CompletableFuture<GetAutoMergingPreviewResponse> |
getAutoMergingPreview(Consumer<GetAutoMergingPreviewRequest.Builder> getAutoMergingPreviewRequest)
Tests the auto-merging settings of your Identity Resolution Job without merging your data.
|
default CompletableFuture<GetAutoMergingPreviewResponse> |
getAutoMergingPreview(GetAutoMergingPreviewRequest getAutoMergingPreviewRequest)
Tests the auto-merging settings of your Identity Resolution Job without merging your data.
|
default CompletableFuture<GetCalculatedAttributeDefinitionResponse> |
getCalculatedAttributeDefinition(Consumer<GetCalculatedAttributeDefinitionRequest.Builder> getCalculatedAttributeDefinitionRequest)
Provides more information on a calculated attribute definition for Customer Profiles.
|
default CompletableFuture<GetCalculatedAttributeDefinitionResponse> |
getCalculatedAttributeDefinition(GetCalculatedAttributeDefinitionRequest getCalculatedAttributeDefinitionRequest)
Provides more information on a calculated attribute definition for Customer Profiles.
|
default CompletableFuture<GetCalculatedAttributeForProfileResponse> |
getCalculatedAttributeForProfile(Consumer<GetCalculatedAttributeForProfileRequest.Builder> getCalculatedAttributeForProfileRequest)
Retrieve a calculated attribute for a customer profile.
|
default CompletableFuture<GetCalculatedAttributeForProfileResponse> |
getCalculatedAttributeForProfile(GetCalculatedAttributeForProfileRequest getCalculatedAttributeForProfileRequest)
Retrieve a calculated attribute for a customer profile.
|
default CompletableFuture<GetDomainResponse> |
getDomain(Consumer<GetDomainRequest.Builder> getDomainRequest)
Returns information about a specific domain.
|
default CompletableFuture<GetDomainResponse> |
getDomain(GetDomainRequest getDomainRequest)
Returns information about a specific domain.
|
default CompletableFuture<GetEventStreamResponse> |
getEventStream(Consumer<GetEventStreamRequest.Builder> getEventStreamRequest)
Returns information about the specified event stream in a specific domain.
|
default CompletableFuture<GetEventStreamResponse> |
getEventStream(GetEventStreamRequest getEventStreamRequest)
Returns information about the specified event stream in a specific domain.
|
default CompletableFuture<GetIdentityResolutionJobResponse> |
getIdentityResolutionJob(Consumer<GetIdentityResolutionJobRequest.Builder> getIdentityResolutionJobRequest)
Returns information about an Identity Resolution Job in a specific domain.
|
default CompletableFuture<GetIdentityResolutionJobResponse> |
getIdentityResolutionJob(GetIdentityResolutionJobRequest getIdentityResolutionJobRequest)
Returns information about an Identity Resolution Job in a specific domain.
|
default CompletableFuture<GetIntegrationResponse> |
getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest)
Returns an integration for a domain.
|
default CompletableFuture<GetIntegrationResponse> |
getIntegration(GetIntegrationRequest getIntegrationRequest)
Returns an integration for a domain.
|
default CompletableFuture<GetMatchesResponse> |
getMatches(Consumer<GetMatchesRequest.Builder> getMatchesRequest)
Before calling this API, use CreateDomain or
UpdateDomain
to enable identity resolution: set
Matching to true. |
default CompletableFuture<GetMatchesResponse> |
getMatches(GetMatchesRequest getMatchesRequest)
Before calling this API, use CreateDomain or
UpdateDomain
to enable identity resolution: set
Matching to true. |
default CompletableFuture<GetProfileObjectTypeResponse> |
getProfileObjectType(Consumer<GetProfileObjectTypeRequest.Builder> getProfileObjectTypeRequest)
Returns the object types for a specific domain.
|
default CompletableFuture<GetProfileObjectTypeResponse> |
getProfileObjectType(GetProfileObjectTypeRequest getProfileObjectTypeRequest)
Returns the object types for a specific domain.
|
default CompletableFuture<GetProfileObjectTypeTemplateResponse> |
getProfileObjectTypeTemplate(Consumer<GetProfileObjectTypeTemplateRequest.Builder> getProfileObjectTypeTemplateRequest)
Returns the template information for a specific object type.
|
default CompletableFuture<GetProfileObjectTypeTemplateResponse> |
getProfileObjectTypeTemplate(GetProfileObjectTypeTemplateRequest getProfileObjectTypeTemplateRequest)
Returns the template information for a specific object type.
|
default CompletableFuture<GetWorkflowResponse> |
getWorkflow(Consumer<GetWorkflowRequest.Builder> getWorkflowRequest)
Get details of specified workflow.
|
default CompletableFuture<GetWorkflowResponse> |
getWorkflow(GetWorkflowRequest getWorkflowRequest)
Get details of specified workflow.
|
default CompletableFuture<GetWorkflowStepsResponse> |
getWorkflowSteps(Consumer<GetWorkflowStepsRequest.Builder> getWorkflowStepsRequest)
Get granular list of steps in workflow.
|
default CompletableFuture<GetWorkflowStepsResponse> |
getWorkflowSteps(GetWorkflowStepsRequest getWorkflowStepsRequest)
Get granular list of steps in workflow.
|
default CompletableFuture<ListAccountIntegrationsResponse> |
listAccountIntegrations(Consumer<ListAccountIntegrationsRequest.Builder> listAccountIntegrationsRequest)
Lists all of the integrations associated to a specific URI in the AWS account.
|
default CompletableFuture<ListAccountIntegrationsResponse> |
listAccountIntegrations(ListAccountIntegrationsRequest listAccountIntegrationsRequest)
Lists all of the integrations associated to a specific URI in the AWS account.
|
default CompletableFuture<ListCalculatedAttributeDefinitionsResponse> |
listCalculatedAttributeDefinitions(Consumer<ListCalculatedAttributeDefinitionsRequest.Builder> listCalculatedAttributeDefinitionsRequest)
Lists calculated attribute definitions for Customer Profiles
|
default CompletableFuture<ListCalculatedAttributeDefinitionsResponse> |
listCalculatedAttributeDefinitions(ListCalculatedAttributeDefinitionsRequest listCalculatedAttributeDefinitionsRequest)
Lists calculated attribute definitions for Customer Profiles
|
default CompletableFuture<ListCalculatedAttributesForProfileResponse> |
listCalculatedAttributesForProfile(Consumer<ListCalculatedAttributesForProfileRequest.Builder> listCalculatedAttributesForProfileRequest)
Retrieve a list of calculated attributes for a customer profile.
|
default CompletableFuture<ListCalculatedAttributesForProfileResponse> |
listCalculatedAttributesForProfile(ListCalculatedAttributesForProfileRequest listCalculatedAttributesForProfileRequest)
Retrieve a list of calculated attributes for a customer profile.
|
default CompletableFuture<ListDomainsResponse> |
listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)
Returns a list of all the domains for an AWS account that have been created.
|
default CompletableFuture<ListDomainsResponse> |
listDomains(ListDomainsRequest listDomainsRequest)
Returns a list of all the domains for an AWS account that have been created.
|
default CompletableFuture<ListEventStreamsResponse> |
listEventStreams(Consumer<ListEventStreamsRequest.Builder> listEventStreamsRequest)
Returns a list of all the event streams in a specific domain.
|
default CompletableFuture<ListEventStreamsResponse> |
listEventStreams(ListEventStreamsRequest listEventStreamsRequest)
Returns a list of all the event streams in a specific domain.
|
default ListEventStreamsPublisher |
listEventStreamsPaginator(Consumer<ListEventStreamsRequest.Builder> listEventStreamsRequest)
Returns a list of all the event streams in a specific domain.
|
default ListEventStreamsPublisher |
listEventStreamsPaginator(ListEventStreamsRequest listEventStreamsRequest)
Returns a list of all the event streams in a specific domain.
|
default CompletableFuture<ListIdentityResolutionJobsResponse> |
listIdentityResolutionJobs(Consumer<ListIdentityResolutionJobsRequest.Builder> listIdentityResolutionJobsRequest)
Lists all of the Identity Resolution Jobs in your domain.
|
default CompletableFuture<ListIdentityResolutionJobsResponse> |
listIdentityResolutionJobs(ListIdentityResolutionJobsRequest listIdentityResolutionJobsRequest)
Lists all of the Identity Resolution Jobs in your domain.
|
default CompletableFuture<ListIntegrationsResponse> |
listIntegrations(Consumer<ListIntegrationsRequest.Builder> listIntegrationsRequest)
Lists all of the integrations in your domain.
|
default CompletableFuture<ListIntegrationsResponse> |
listIntegrations(ListIntegrationsRequest listIntegrationsRequest)
Lists all of the integrations in your domain.
|
default CompletableFuture<ListProfileObjectsResponse> |
listProfileObjects(Consumer<ListProfileObjectsRequest.Builder> listProfileObjectsRequest)
Returns a list of objects associated with a profile of a given ProfileObjectType.
|
default CompletableFuture<ListProfileObjectsResponse> |
listProfileObjects(ListProfileObjectsRequest listProfileObjectsRequest)
Returns a list of objects associated with a profile of a given ProfileObjectType.
|
default CompletableFuture<ListProfileObjectTypesResponse> |
listProfileObjectTypes(Consumer<ListProfileObjectTypesRequest.Builder> listProfileObjectTypesRequest)
Lists all of the templates available within the service.
|
default CompletableFuture<ListProfileObjectTypesResponse> |
listProfileObjectTypes(ListProfileObjectTypesRequest listProfileObjectTypesRequest)
Lists all of the templates available within the service.
|
default CompletableFuture<ListProfileObjectTypeTemplatesResponse> |
listProfileObjectTypeTemplates(Consumer<ListProfileObjectTypeTemplatesRequest.Builder> listProfileObjectTypeTemplatesRequest)
Lists all of the template information for object types.
|
default CompletableFuture<ListProfileObjectTypeTemplatesResponse> |
listProfileObjectTypeTemplates(ListProfileObjectTypeTemplatesRequest listProfileObjectTypeTemplatesRequest)
Lists all of the template information for object types.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Displays the tags associated with an Amazon Connect Customer Profiles resource.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Displays the tags associated with an Amazon Connect Customer Profiles resource.
|
default CompletableFuture<ListWorkflowsResponse> |
listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)
Query to list all workflows.
|
default CompletableFuture<ListWorkflowsResponse> |
listWorkflows(ListWorkflowsRequest listWorkflowsRequest)
Query to list all workflows.
|
default CompletableFuture<MergeProfilesResponse> |
mergeProfiles(Consumer<MergeProfilesRequest.Builder> mergeProfilesRequest)
Runs an AWS Lambda job that does the following:
|
default CompletableFuture<MergeProfilesResponse> |
mergeProfiles(MergeProfilesRequest mergeProfilesRequest)
Runs an AWS Lambda job that does the following:
|
default CompletableFuture<PutIntegrationResponse> |
putIntegration(Consumer<PutIntegrationRequest.Builder> putIntegrationRequest)
Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon
Connect.
|
default CompletableFuture<PutIntegrationResponse> |
putIntegration(PutIntegrationRequest putIntegrationRequest)
Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon
Connect.
|
default CompletableFuture<PutProfileObjectResponse> |
putProfileObject(Consumer<PutProfileObjectRequest.Builder> putProfileObjectRequest)
Adds additional objects to customer profiles of a given ObjectType.
|
default CompletableFuture<PutProfileObjectResponse> |
putProfileObject(PutProfileObjectRequest putProfileObjectRequest)
Adds additional objects to customer profiles of a given ObjectType.
|
default CompletableFuture<PutProfileObjectTypeResponse> |
putProfileObjectType(Consumer<PutProfileObjectTypeRequest.Builder> putProfileObjectTypeRequest)
Defines a ProfileObjectType.
|
default CompletableFuture<PutProfileObjectTypeResponse> |
putProfileObjectType(PutProfileObjectTypeRequest putProfileObjectTypeRequest)
Defines a ProfileObjectType.
|
default CompletableFuture<SearchProfilesResponse> |
searchProfiles(Consumer<SearchProfilesRequest.Builder> searchProfilesRequest)
Searches for profiles within a specific domain using one or more predefined search keys (e.g., _fullName, _phone,
_email, _account, etc.) and/or custom-defined search keys.
|
default CompletableFuture<SearchProfilesResponse> |
searchProfiles(SearchProfilesRequest searchProfilesRequest)
Searches for profiles within a specific domain using one or more predefined search keys (e.g., _fullName, _phone,
_email, _account, etc.) and/or custom-defined search keys.
|
default CustomerProfilesServiceClientConfiguration |
serviceClientConfiguration() |
default CompletableFuture<TagResourceResponse> |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified Amazon Connect Customer Profiles resource.
|
default CompletableFuture<TagResourceResponse> |
tagResource(TagResourceRequest tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified Amazon Connect Customer Profiles resource.
|
default CompletableFuture<UntagResourceResponse> |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from the specified Amazon Connect Customer Profiles resource.
|
default CompletableFuture<UntagResourceResponse> |
untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified Amazon Connect Customer Profiles resource.
|
default CompletableFuture<UpdateCalculatedAttributeDefinitionResponse> |
updateCalculatedAttributeDefinition(Consumer<UpdateCalculatedAttributeDefinitionRequest.Builder> updateCalculatedAttributeDefinitionRequest)
Updates an existing calculated attribute definition.
|
default CompletableFuture<UpdateCalculatedAttributeDefinitionResponse> |
updateCalculatedAttributeDefinition(UpdateCalculatedAttributeDefinitionRequest updateCalculatedAttributeDefinitionRequest)
Updates an existing calculated attribute definition.
|
default CompletableFuture<UpdateDomainResponse> |
updateDomain(Consumer<UpdateDomainRequest.Builder> updateDomainRequest)
Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.
|
default CompletableFuture<UpdateDomainResponse> |
updateDomain(UpdateDomainRequest updateDomainRequest)
Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.
|
default CompletableFuture<UpdateProfileResponse> |
updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)
Updates the properties of a profile.
|
default CompletableFuture<UpdateProfileResponse> |
updateProfile(UpdateProfileRequest updateProfileRequest)
Updates the properties of a profile.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.default CompletableFuture<AddProfileKeyResponse> addProfileKey(AddProfileKeyRequest addProfileKeyRequest)
Associates a new key value with a specific profile, such as a Contact Record 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.
addProfileKeyRequest - default CompletableFuture<AddProfileKeyResponse> addProfileKey(Consumer<AddProfileKeyRequest.Builder> addProfileKeyRequest)
Associates a new key value with a specific profile, such as a Contact Record 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.
This is a convenience which creates an instance of the AddProfileKeyRequest.Builder avoiding the need to
create one manually via AddProfileKeyRequest.builder()
addProfileKeyRequest - A Consumer that will call methods on AddProfileKeyRequest.Builder to create a request.default CompletableFuture<CreateCalculatedAttributeDefinitionResponse> createCalculatedAttributeDefinition(CreateCalculatedAttributeDefinitionRequest createCalculatedAttributeDefinitionRequest)
Creates a new calculated attribute definition. After creation, new object data ingested into Customer Profiles
will be included in the calculated attribute, which can be retrieved for a profile using the GetCalculatedAttributeForProfile API. Defining a calculated attribute makes it available for all profiles
within a domain. Each calculated attribute can only reference one ObjectType and at most, two fields
from that ObjectType.
createCalculatedAttributeDefinitionRequest - default CompletableFuture<CreateCalculatedAttributeDefinitionResponse> createCalculatedAttributeDefinition(Consumer<CreateCalculatedAttributeDefinitionRequest.Builder> createCalculatedAttributeDefinitionRequest)
Creates a new calculated attribute definition. After creation, new object data ingested into Customer Profiles
will be included in the calculated attribute, which can be retrieved for a profile using the GetCalculatedAttributeForProfile API. Defining a calculated attribute makes it available for all profiles
within a domain. Each calculated attribute can only reference one ObjectType and at most, two fields
from that ObjectType.
This is a convenience which creates an instance of the CreateCalculatedAttributeDefinitionRequest.Builder
avoiding the need to create one manually via CreateCalculatedAttributeDefinitionRequest.builder()
createCalculatedAttributeDefinitionRequest - A Consumer that will call methods on CreateCalculatedAttributeDefinitionRequest.Builder to
create a request.default CompletableFuture<CreateDomainResponse> createDomain(CreateDomainRequest createDomainRequest)
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.
To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply.
createDomainRequest - default CompletableFuture<CreateDomainResponse> createDomain(Consumer<CreateDomainRequest.Builder> createDomainRequest)
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.
To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply.
This is a convenience which creates an instance of the CreateDomainRequest.Builder avoiding the need to
create one manually via CreateDomainRequest.builder()
createDomainRequest - A Consumer that will call methods on CreateDomainRequest.Builder to create a request.default CompletableFuture<CreateEventStreamResponse> createEventStream(CreateEventStreamRequest createEventStreamRequest)
Creates an event stream, which is a subscription to real-time events, such as when profiles are created and updated through Amazon Connect Customer Profiles.
Each event stream can be associated with only one Kinesis Data Stream destination in the same region and Amazon Web Services account as the customer profiles domain
createEventStreamRequest - default CompletableFuture<CreateEventStreamResponse> createEventStream(Consumer<CreateEventStreamRequest.Builder> createEventStreamRequest)
Creates an event stream, which is a subscription to real-time events, such as when profiles are created and updated through Amazon Connect Customer Profiles.
Each event stream can be associated with only one Kinesis Data Stream destination in the same region and Amazon Web Services account as the customer profiles domain
This is a convenience which creates an instance of the CreateEventStreamRequest.Builder avoiding the need
to create one manually via CreateEventStreamRequest.builder()
createEventStreamRequest - A Consumer that will call methods on CreateEventStreamRequest.Builder to create a request.default CompletableFuture<CreateIntegrationWorkflowResponse> createIntegrationWorkflow(CreateIntegrationWorkflowRequest createIntegrationWorkflowRequest)
Creates an integration workflow. An integration workflow is an async process which ingests historic data and sets up an integration for ongoing updates. The supported Amazon AppFlow sources are Salesforce, ServiceNow, and Marketo.
createIntegrationWorkflowRequest - default CompletableFuture<CreateIntegrationWorkflowResponse> createIntegrationWorkflow(Consumer<CreateIntegrationWorkflowRequest.Builder> createIntegrationWorkflowRequest)
Creates an integration workflow. An integration workflow is an async process which ingests historic data and sets up an integration for ongoing updates. The supported Amazon AppFlow sources are Salesforce, ServiceNow, and Marketo.
This is a convenience which creates an instance of the CreateIntegrationWorkflowRequest.Builder avoiding
the need to create one manually via CreateIntegrationWorkflowRequest.builder()
createIntegrationWorkflowRequest - A Consumer that will call methods on CreateIntegrationWorkflowRequest.Builder to create a
request.default CompletableFuture<CreateProfileResponse> createProfile(CreateProfileRequest createProfileRequest)
Creates a standard profile.
A standard profile represents the following attributes for a customer profile in a domain.
createProfileRequest - default CompletableFuture<CreateProfileResponse> createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)
Creates a standard profile.
A standard profile represents the following attributes for a customer profile in a domain.
This is a convenience which creates an instance of the CreateProfileRequest.Builder avoiding the need to
create one manually via CreateProfileRequest.builder()
createProfileRequest - A Consumer that will call methods on CreateProfileRequest.Builder to create a request.default CompletableFuture<DeleteCalculatedAttributeDefinitionResponse> deleteCalculatedAttributeDefinition(DeleteCalculatedAttributeDefinitionRequest deleteCalculatedAttributeDefinitionRequest)
Deletes an existing calculated attribute definition. Note that deleting a default calculated attribute is possible, however once deleted, you will be unable to undo that action and will need to recreate it on your own using the CreateCalculatedAttributeDefinition API if you want it back.
deleteCalculatedAttributeDefinitionRequest - default CompletableFuture<DeleteCalculatedAttributeDefinitionResponse> deleteCalculatedAttributeDefinition(Consumer<DeleteCalculatedAttributeDefinitionRequest.Builder> deleteCalculatedAttributeDefinitionRequest)
Deletes an existing calculated attribute definition. Note that deleting a default calculated attribute is possible, however once deleted, you will be unable to undo that action and will need to recreate it on your own using the CreateCalculatedAttributeDefinition API if you want it back.
This is a convenience which creates an instance of the DeleteCalculatedAttributeDefinitionRequest.Builder
avoiding the need to create one manually via DeleteCalculatedAttributeDefinitionRequest.builder()
deleteCalculatedAttributeDefinitionRequest - A Consumer that will call methods on DeleteCalculatedAttributeDefinitionRequest.Builder to
create a request.default CompletableFuture<DeleteDomainResponse> deleteDomain(DeleteDomainRequest deleteDomainRequest)
Deletes a specific domain and all of its customer data, such as customer profile attributes and their related objects.
deleteDomainRequest - default CompletableFuture<DeleteDomainResponse> deleteDomain(Consumer<DeleteDomainRequest.Builder> deleteDomainRequest)
Deletes a specific domain and all of its customer data, such as customer profile attributes and their related objects.
This is a convenience which creates an instance of the DeleteDomainRequest.Builder avoiding the need to
create one manually via DeleteDomainRequest.builder()
deleteDomainRequest - A Consumer that will call methods on DeleteDomainRequest.Builder to create a request.default CompletableFuture<DeleteEventStreamResponse> deleteEventStream(DeleteEventStreamRequest deleteEventStreamRequest)
Disables and deletes the specified event stream.
deleteEventStreamRequest - default CompletableFuture<DeleteEventStreamResponse> deleteEventStream(Consumer<DeleteEventStreamRequest.Builder> deleteEventStreamRequest)
Disables and deletes the specified event stream.
This is a convenience which creates an instance of the DeleteEventStreamRequest.Builder avoiding the need
to create one manually via DeleteEventStreamRequest.builder()
deleteEventStreamRequest - A Consumer that will call methods on DeleteEventStreamRequest.Builder to create a request.default CompletableFuture<DeleteIntegrationResponse> deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest)
Removes an integration from a specific domain.
deleteIntegrationRequest - default CompletableFuture<DeleteIntegrationResponse> deleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest)
Removes an integration from a specific domain.
This is a convenience which creates an instance of the DeleteIntegrationRequest.Builder avoiding the need
to create one manually via DeleteIntegrationRequest.builder()
deleteIntegrationRequest - A Consumer that will call methods on DeleteIntegrationRequest.Builder to create a request.default CompletableFuture<DeleteProfileResponse> deleteProfile(DeleteProfileRequest deleteProfileRequest)
Deletes the standard customer profile and all data pertaining to the profile.
deleteProfileRequest - default CompletableFuture<DeleteProfileResponse> deleteProfile(Consumer<DeleteProfileRequest.Builder> deleteProfileRequest)
Deletes the standard customer profile and all data pertaining to the profile.
This is a convenience which creates an instance of the DeleteProfileRequest.Builder avoiding the need to
create one manually via DeleteProfileRequest.builder()
deleteProfileRequest - A Consumer that will call methods on DeleteProfileRequest.Builder to create a request.default CompletableFuture<DeleteProfileKeyResponse> deleteProfileKey(DeleteProfileKeyRequest deleteProfileKeyRequest)
Removes a searchable key from a customer profile.
deleteProfileKeyRequest - default CompletableFuture<DeleteProfileKeyResponse> deleteProfileKey(Consumer<DeleteProfileKeyRequest.Builder> deleteProfileKeyRequest)
Removes a searchable key from a customer profile.
This is a convenience which creates an instance of the DeleteProfileKeyRequest.Builder avoiding the need
to create one manually via DeleteProfileKeyRequest.builder()
deleteProfileKeyRequest - A Consumer that will call methods on DeleteProfileKeyRequest.Builder to create a request.default CompletableFuture<DeleteProfileObjectResponse> deleteProfileObject(DeleteProfileObjectRequest deleteProfileObjectRequest)
Removes an object associated with a profile of a given ProfileObjectType.
deleteProfileObjectRequest - default CompletableFuture<DeleteProfileObjectResponse> deleteProfileObject(Consumer<DeleteProfileObjectRequest.Builder> deleteProfileObjectRequest)
Removes an object associated with a profile of a given ProfileObjectType.
This is a convenience which creates an instance of the DeleteProfileObjectRequest.Builder avoiding the
need to create one manually via DeleteProfileObjectRequest.builder()
deleteProfileObjectRequest - A Consumer that will call methods on DeleteProfileObjectRequest.Builder to create a
request.default CompletableFuture<DeleteProfileObjectTypeResponse> deleteProfileObjectType(DeleteProfileObjectTypeRequest deleteProfileObjectTypeRequest)
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.
deleteProfileObjectTypeRequest - default CompletableFuture<DeleteProfileObjectTypeResponse> deleteProfileObjectType(Consumer<DeleteProfileObjectTypeRequest.Builder> deleteProfileObjectTypeRequest)
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.
This is a convenience which creates an instance of the DeleteProfileObjectTypeRequest.Builder avoiding
the need to create one manually via DeleteProfileObjectTypeRequest.builder()
deleteProfileObjectTypeRequest - A Consumer that will call methods on DeleteProfileObjectTypeRequest.Builder to create a
request.default CompletableFuture<DeleteWorkflowResponse> deleteWorkflow(DeleteWorkflowRequest deleteWorkflowRequest)
Deletes the specified workflow and all its corresponding resources. This is an async process.
deleteWorkflowRequest - default CompletableFuture<DeleteWorkflowResponse> deleteWorkflow(Consumer<DeleteWorkflowRequest.Builder> deleteWorkflowRequest)
Deletes the specified workflow and all its corresponding resources. This is an async process.
This is a convenience which creates an instance of the DeleteWorkflowRequest.Builder avoiding the need to
create one manually via DeleteWorkflowRequest.builder()
deleteWorkflowRequest - A Consumer that will call methods on DeleteWorkflowRequest.Builder to create a request.default CompletableFuture<GetAutoMergingPreviewResponse> getAutoMergingPreview(GetAutoMergingPreviewRequest getAutoMergingPreviewRequest)
Tests the auto-merging settings of your Identity Resolution Job without merging your data. It randomly selects a sample of matching groups from the existing matching results, and applies the automerging settings that you provided. You can then view the number of profiles in the sample, the number of matches, and the number of profiles identified to be merged. This enables you to evaluate the accuracy of the attributes in your matching list.
You can't view which profiles are matched and would be merged.
We strongly recommend you use this API to do a dry run of the automerging process before running the Identity
Resolution Job. Include at least two matching attributes. If your matching list includes too few
attributes (such as only FirstName or only LastName), there may be a large number of
matches. This increases the chances of erroneous merges.
getAutoMergingPreviewRequest - default CompletableFuture<GetAutoMergingPreviewResponse> getAutoMergingPreview(Consumer<GetAutoMergingPreviewRequest.Builder> getAutoMergingPreviewRequest)
Tests the auto-merging settings of your Identity Resolution Job without merging your data. It randomly selects a sample of matching groups from the existing matching results, and applies the automerging settings that you provided. You can then view the number of profiles in the sample, the number of matches, and the number of profiles identified to be merged. This enables you to evaluate the accuracy of the attributes in your matching list.
You can't view which profiles are matched and would be merged.
We strongly recommend you use this API to do a dry run of the automerging process before running the Identity
Resolution Job. Include at least two matching attributes. If your matching list includes too few
attributes (such as only FirstName or only LastName), there may be a large number of
matches. This increases the chances of erroneous merges.
This is a convenience which creates an instance of the GetAutoMergingPreviewRequest.Builder avoiding the
need to create one manually via GetAutoMergingPreviewRequest.builder()
getAutoMergingPreviewRequest - A Consumer that will call methods on GetAutoMergingPreviewRequest.Builder to create a
request.default CompletableFuture<GetCalculatedAttributeDefinitionResponse> getCalculatedAttributeDefinition(GetCalculatedAttributeDefinitionRequest getCalculatedAttributeDefinitionRequest)
Provides more information on a calculated attribute definition for Customer Profiles.
getCalculatedAttributeDefinitionRequest - default CompletableFuture<GetCalculatedAttributeDefinitionResponse> getCalculatedAttributeDefinition(Consumer<GetCalculatedAttributeDefinitionRequest.Builder> getCalculatedAttributeDefinitionRequest)
Provides more information on a calculated attribute definition for Customer Profiles.
This is a convenience which creates an instance of the GetCalculatedAttributeDefinitionRequest.Builder
avoiding the need to create one manually via GetCalculatedAttributeDefinitionRequest.builder()
getCalculatedAttributeDefinitionRequest - A Consumer that will call methods on GetCalculatedAttributeDefinitionRequest.Builder to
create a request.default CompletableFuture<GetCalculatedAttributeForProfileResponse> getCalculatedAttributeForProfile(GetCalculatedAttributeForProfileRequest getCalculatedAttributeForProfileRequest)
Retrieve a calculated attribute for a customer profile.
getCalculatedAttributeForProfileRequest - default CompletableFuture<GetCalculatedAttributeForProfileResponse> getCalculatedAttributeForProfile(Consumer<GetCalculatedAttributeForProfileRequest.Builder> getCalculatedAttributeForProfileRequest)
Retrieve a calculated attribute for a customer profile.
This is a convenience which creates an instance of the GetCalculatedAttributeForProfileRequest.Builder
avoiding the need to create one manually via GetCalculatedAttributeForProfileRequest.builder()
getCalculatedAttributeForProfileRequest - A Consumer that will call methods on GetCalculatedAttributeForProfileRequest.Builder to
create a request.default CompletableFuture<GetDomainResponse> getDomain(GetDomainRequest getDomainRequest)
Returns information about a specific domain.
getDomainRequest - default CompletableFuture<GetDomainResponse> getDomain(Consumer<GetDomainRequest.Builder> getDomainRequest)
Returns information about a specific domain.
This is a convenience which creates an instance of the GetDomainRequest.Builder avoiding the need to
create one manually via GetDomainRequest.builder()
getDomainRequest - A Consumer that will call methods on GetDomainRequest.Builder to create a request.default CompletableFuture<GetEventStreamResponse> getEventStream(GetEventStreamRequest getEventStreamRequest)
Returns information about the specified event stream in a specific domain.
getEventStreamRequest - default CompletableFuture<GetEventStreamResponse> getEventStream(Consumer<GetEventStreamRequest.Builder> getEventStreamRequest)
Returns information about the specified event stream in a specific domain.
This is a convenience which creates an instance of the GetEventStreamRequest.Builder avoiding the need to
create one manually via GetEventStreamRequest.builder()
getEventStreamRequest - A Consumer that will call methods on GetEventStreamRequest.Builder to create a request.default CompletableFuture<GetIdentityResolutionJobResponse> getIdentityResolutionJob(GetIdentityResolutionJobRequest getIdentityResolutionJobRequest)
Returns information about an Identity Resolution Job in a specific domain.
Identity Resolution Jobs are set up using the Amazon Connect admin console. For more information, see Use Identity Resolution to consolidate similar profiles.
getIdentityResolutionJobRequest - default CompletableFuture<GetIdentityResolutionJobResponse> getIdentityResolutionJob(Consumer<GetIdentityResolutionJobRequest.Builder> getIdentityResolutionJobRequest)
Returns information about an Identity Resolution Job in a specific domain.
Identity Resolution Jobs are set up using the Amazon Connect admin console. For more information, see Use Identity Resolution to consolidate similar profiles.
This is a convenience which creates an instance of the GetIdentityResolutionJobRequest.Builder avoiding
the need to create one manually via GetIdentityResolutionJobRequest.builder()
getIdentityResolutionJobRequest - A Consumer that will call methods on GetIdentityResolutionJobRequest.Builder to create a
request.default CompletableFuture<GetIntegrationResponse> getIntegration(GetIntegrationRequest getIntegrationRequest)
Returns an integration for a domain.
getIntegrationRequest - default CompletableFuture<GetIntegrationResponse> getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest)
Returns an integration for a domain.
This is a convenience which creates an instance of the GetIntegrationRequest.Builder avoiding the need to
create one manually via GetIntegrationRequest.builder()
getIntegrationRequest - A Consumer that will call methods on GetIntegrationRequest.Builder to create a request.default CompletableFuture<GetMatchesResponse> getMatches(GetMatchesRequest getMatchesRequest)
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.
The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer
Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for
Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in
your domains.
After the Identity Resolution Job completes, use the GetMatches API to
return and review the results. Or, if you have configured ExportingConfig in the
MatchingRequest, you can download the results from S3.
Amazon Connect uses the following profile attributes to identify matches:
PhoneNumber
HomePhoneNumber
BusinessPhoneNumber
MobilePhoneNumber
EmailAddress
PersonalEmailAddress
BusinessEmailAddress
FullName
For example, two or more profiles—with spelling mistakes such as John Doe and Jhn Doe, or different casing email addresses such as JOHN_DOE@ANYCOMPANY.COM and johndoe@anycompany.com, 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.
getMatchesRequest - default CompletableFuture<GetMatchesResponse> getMatches(Consumer<GetMatchesRequest.Builder> getMatchesRequest)
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.
The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer
Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for
Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in
your domains.
After the Identity Resolution Job completes, use the GetMatches API to
return and review the results. Or, if you have configured ExportingConfig in the
MatchingRequest, you can download the results from S3.
Amazon Connect uses the following profile attributes to identify matches:
PhoneNumber
HomePhoneNumber
BusinessPhoneNumber
MobilePhoneNumber
EmailAddress
PersonalEmailAddress
BusinessEmailAddress
FullName
For example, two or more profiles—with spelling mistakes such as John Doe and Jhn Doe, or different casing email addresses such as JOHN_DOE@ANYCOMPANY.COM and johndoe@anycompany.com, 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.
This is a convenience which creates an instance of the GetMatchesRequest.Builder avoiding the need to
create one manually via GetMatchesRequest.builder()
getMatchesRequest - A Consumer that will call methods on GetMatchesRequest.Builder to create a request.default CompletableFuture<GetProfileObjectTypeResponse> getProfileObjectType(GetProfileObjectTypeRequest getProfileObjectTypeRequest)
Returns the object types for a specific domain.
getProfileObjectTypeRequest - default CompletableFuture<GetProfileObjectTypeResponse> getProfileObjectType(Consumer<GetProfileObjectTypeRequest.Builder> getProfileObjectTypeRequest)
Returns the object types for a specific domain.
This is a convenience which creates an instance of the GetProfileObjectTypeRequest.Builder avoiding the
need to create one manually via GetProfileObjectTypeRequest.builder()
getProfileObjectTypeRequest - A Consumer that will call methods on GetProfileObjectTypeRequest.Builder to create a
request.default CompletableFuture<GetProfileObjectTypeTemplateResponse> getProfileObjectTypeTemplate(GetProfileObjectTypeTemplateRequest getProfileObjectTypeTemplateRequest)
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.
getProfileObjectTypeTemplateRequest - default CompletableFuture<GetProfileObjectTypeTemplateResponse> getProfileObjectTypeTemplate(Consumer<GetProfileObjectTypeTemplateRequest.Builder> getProfileObjectTypeTemplateRequest)
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.
This is a convenience which creates an instance of the GetProfileObjectTypeTemplateRequest.Builder
avoiding the need to create one manually via GetProfileObjectTypeTemplateRequest.builder()
getProfileObjectTypeTemplateRequest - A Consumer that will call methods on GetProfileObjectTypeTemplateRequest.Builder to create
a request.default CompletableFuture<GetWorkflowResponse> getWorkflow(GetWorkflowRequest getWorkflowRequest)
Get details of specified workflow.
getWorkflowRequest - default CompletableFuture<GetWorkflowResponse> getWorkflow(Consumer<GetWorkflowRequest.Builder> getWorkflowRequest)
Get details of specified workflow.
This is a convenience which creates an instance of the GetWorkflowRequest.Builder avoiding the need to
create one manually via GetWorkflowRequest.builder()
getWorkflowRequest - A Consumer that will call methods on GetWorkflowRequest.Builder to create a request.default CompletableFuture<GetWorkflowStepsResponse> getWorkflowSteps(GetWorkflowStepsRequest getWorkflowStepsRequest)
Get granular list of steps in workflow.
getWorkflowStepsRequest - default CompletableFuture<GetWorkflowStepsResponse> getWorkflowSteps(Consumer<GetWorkflowStepsRequest.Builder> getWorkflowStepsRequest)
Get granular list of steps in workflow.
This is a convenience which creates an instance of the GetWorkflowStepsRequest.Builder avoiding the need
to create one manually via GetWorkflowStepsRequest.builder()
getWorkflowStepsRequest - A Consumer that will call methods on GetWorkflowStepsRequest.Builder to create a request.default CompletableFuture<ListAccountIntegrationsResponse> listAccountIntegrations(ListAccountIntegrationsRequest listAccountIntegrationsRequest)
Lists all of the integrations associated to a specific URI in the AWS account.
listAccountIntegrationsRequest - default CompletableFuture<ListAccountIntegrationsResponse> listAccountIntegrations(Consumer<ListAccountIntegrationsRequest.Builder> listAccountIntegrationsRequest)
Lists all of the integrations associated to a specific URI in the AWS account.
This is a convenience which creates an instance of the ListAccountIntegrationsRequest.Builder avoiding
the need to create one manually via ListAccountIntegrationsRequest.builder()
listAccountIntegrationsRequest - A Consumer that will call methods on ListAccountIntegrationsRequest.Builder to create a
request.default CompletableFuture<ListCalculatedAttributeDefinitionsResponse> listCalculatedAttributeDefinitions(ListCalculatedAttributeDefinitionsRequest listCalculatedAttributeDefinitionsRequest)
Lists calculated attribute definitions for Customer Profiles
listCalculatedAttributeDefinitionsRequest - default CompletableFuture<ListCalculatedAttributeDefinitionsResponse> listCalculatedAttributeDefinitions(Consumer<ListCalculatedAttributeDefinitionsRequest.Builder> listCalculatedAttributeDefinitionsRequest)
Lists calculated attribute definitions for Customer Profiles
This is a convenience which creates an instance of the ListCalculatedAttributeDefinitionsRequest.Builder
avoiding the need to create one manually via ListCalculatedAttributeDefinitionsRequest.builder()
listCalculatedAttributeDefinitionsRequest - A Consumer that will call methods on ListCalculatedAttributeDefinitionsRequest.Builder to
create a request.default CompletableFuture<ListCalculatedAttributesForProfileResponse> listCalculatedAttributesForProfile(ListCalculatedAttributesForProfileRequest listCalculatedAttributesForProfileRequest)
Retrieve a list of calculated attributes for a customer profile.
listCalculatedAttributesForProfileRequest - default CompletableFuture<ListCalculatedAttributesForProfileResponse> listCalculatedAttributesForProfile(Consumer<ListCalculatedAttributesForProfileRequest.Builder> listCalculatedAttributesForProfileRequest)
Retrieve a list of calculated attributes for a customer profile.
This is a convenience which creates an instance of the ListCalculatedAttributesForProfileRequest.Builder
avoiding the need to create one manually via ListCalculatedAttributesForProfileRequest.builder()
listCalculatedAttributesForProfileRequest - A Consumer that will call methods on ListCalculatedAttributesForProfileRequest.Builder to
create a request.default CompletableFuture<ListDomainsResponse> listDomains(ListDomainsRequest listDomainsRequest)
Returns a list of all the domains for an AWS account that have been created.
listDomainsRequest - default CompletableFuture<ListDomainsResponse> listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)
Returns a list of all the domains for an AWS account that have been created.
This is a convenience which creates an instance of the ListDomainsRequest.Builder avoiding the need to
create one manually via ListDomainsRequest.builder()
listDomainsRequest - A Consumer that will call methods on ListDomainsRequest.Builder to create a request.default CompletableFuture<ListEventStreamsResponse> listEventStreams(ListEventStreamsRequest listEventStreamsRequest)
Returns a list of all the event streams in a specific domain.
listEventStreamsRequest - default CompletableFuture<ListEventStreamsResponse> listEventStreams(Consumer<ListEventStreamsRequest.Builder> listEventStreamsRequest)
Returns a list of all the event streams in a specific domain.
This is a convenience which creates an instance of the ListEventStreamsRequest.Builder avoiding the need
to create one manually via ListEventStreamsRequest.builder()
listEventStreamsRequest - A Consumer that will call methods on ListEventStreamsRequest.Builder to create a request.default ListEventStreamsPublisher listEventStreamsPaginator(ListEventStreamsRequest listEventStreamsRequest)
Returns a list of all the event streams in a specific domain.
This is a variant of
listEventStreams(software.amazon.awssdk.services.customerprofiles.model.ListEventStreamsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.customerprofiles.paginators.ListEventStreamsPublisher publisher = client.listEventStreamsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.customerprofiles.paginators.ListEventStreamsPublisher publisher = client.listEventStreamsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.customerprofiles.model.ListEventStreamsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.customerprofiles.model.ListEventStreamsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEventStreams(software.amazon.awssdk.services.customerprofiles.model.ListEventStreamsRequest)
operation.
listEventStreamsRequest - default ListEventStreamsPublisher listEventStreamsPaginator(Consumer<ListEventStreamsRequest.Builder> listEventStreamsRequest)
Returns a list of all the event streams in a specific domain.
This is a variant of
listEventStreams(software.amazon.awssdk.services.customerprofiles.model.ListEventStreamsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.customerprofiles.paginators.ListEventStreamsPublisher publisher = client.listEventStreamsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.customerprofiles.paginators.ListEventStreamsPublisher publisher = client.listEventStreamsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.customerprofiles.model.ListEventStreamsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.customerprofiles.model.ListEventStreamsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEventStreams(software.amazon.awssdk.services.customerprofiles.model.ListEventStreamsRequest)
operation.
This is a convenience which creates an instance of the ListEventStreamsRequest.Builder avoiding the need
to create one manually via ListEventStreamsRequest.builder()
listEventStreamsRequest - A Consumer that will call methods on ListEventStreamsRequest.Builder to create a request.default CompletableFuture<ListIdentityResolutionJobsResponse> listIdentityResolutionJobs(ListIdentityResolutionJobsRequest listIdentityResolutionJobsRequest)
Lists all of the Identity Resolution Jobs in your domain. The response sorts the list by
JobStartTime.
listIdentityResolutionJobsRequest - default CompletableFuture<ListIdentityResolutionJobsResponse> listIdentityResolutionJobs(Consumer<ListIdentityResolutionJobsRequest.Builder> listIdentityResolutionJobsRequest)
Lists all of the Identity Resolution Jobs in your domain. The response sorts the list by
JobStartTime.
This is a convenience which creates an instance of the ListIdentityResolutionJobsRequest.Builder avoiding
the need to create one manually via ListIdentityResolutionJobsRequest.builder()
listIdentityResolutionJobsRequest - A Consumer that will call methods on ListIdentityResolutionJobsRequest.Builder to create a
request.default CompletableFuture<ListIntegrationsResponse> listIntegrations(ListIntegrationsRequest listIntegrationsRequest)
Lists all of the integrations in your domain.
listIntegrationsRequest - default CompletableFuture<ListIntegrationsResponse> listIntegrations(Consumer<ListIntegrationsRequest.Builder> listIntegrationsRequest)
Lists all of the integrations in your domain.
This is a convenience which creates an instance of the ListIntegrationsRequest.Builder avoiding the need
to create one manually via ListIntegrationsRequest.builder()
listIntegrationsRequest - A Consumer that will call methods on ListIntegrationsRequest.Builder to create a request.default CompletableFuture<ListProfileObjectTypeTemplatesResponse> listProfileObjectTypeTemplates(ListProfileObjectTypeTemplatesRequest listProfileObjectTypeTemplatesRequest)
Lists all of the template information for object types.
listProfileObjectTypeTemplatesRequest - default CompletableFuture<ListProfileObjectTypeTemplatesResponse> listProfileObjectTypeTemplates(Consumer<ListProfileObjectTypeTemplatesRequest.Builder> listProfileObjectTypeTemplatesRequest)
Lists all of the template information for object types.
This is a convenience which creates an instance of the ListProfileObjectTypeTemplatesRequest.Builder
avoiding the need to create one manually via ListProfileObjectTypeTemplatesRequest.builder()
listProfileObjectTypeTemplatesRequest - A Consumer that will call methods on ListProfileObjectTypeTemplatesRequest.Builder to
create a request.default CompletableFuture<ListProfileObjectTypesResponse> listProfileObjectTypes(ListProfileObjectTypesRequest listProfileObjectTypesRequest)
Lists all of the templates available within the service.
listProfileObjectTypesRequest - default CompletableFuture<ListProfileObjectTypesResponse> listProfileObjectTypes(Consumer<ListProfileObjectTypesRequest.Builder> listProfileObjectTypesRequest)
Lists all of the templates available within the service.
This is a convenience which creates an instance of the ListProfileObjectTypesRequest.Builder avoiding the
need to create one manually via ListProfileObjectTypesRequest.builder()
listProfileObjectTypesRequest - A Consumer that will call methods on ListProfileObjectTypesRequest.Builder to create a
request.default CompletableFuture<ListProfileObjectsResponse> listProfileObjects(ListProfileObjectsRequest listProfileObjectsRequest)
Returns a list of objects associated with a profile of a given ProfileObjectType.
listProfileObjectsRequest - default CompletableFuture<ListProfileObjectsResponse> listProfileObjects(Consumer<ListProfileObjectsRequest.Builder> listProfileObjectsRequest)
Returns a list of objects associated with a profile of a given ProfileObjectType.
This is a convenience which creates an instance of the ListProfileObjectsRequest.Builder avoiding the
need to create one manually via ListProfileObjectsRequest.builder()
listProfileObjectsRequest - A Consumer that will call methods on ListProfileObjectsRequest.Builder to create a
request.default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Displays the tags associated with an Amazon Connect Customer Profiles resource. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged.
listTagsForResourceRequest - default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Displays the tags associated with an Amazon Connect Customer Profiles resource. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a
request.default CompletableFuture<ListWorkflowsResponse> listWorkflows(ListWorkflowsRequest listWorkflowsRequest)
Query to list all workflows.
listWorkflowsRequest - default CompletableFuture<ListWorkflowsResponse> listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)
Query to list all workflows.
This is a convenience which creates an instance of the ListWorkflowsRequest.Builder avoiding the need to
create one manually via ListWorkflowsRequest.builder()
listWorkflowsRequest - A Consumer that will call methods on ListWorkflowsRequest.Builder to create a request.default CompletableFuture<MergeProfilesResponse> mergeProfiles(MergeProfilesRequest mergeProfilesRequest)
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).
mergeProfilesRequest - default CompletableFuture<MergeProfilesResponse> mergeProfiles(Consumer<MergeProfilesRequest.Builder> mergeProfilesRequest)
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).
This is a convenience which creates an instance of the MergeProfilesRequest.Builder avoiding the need to
create one manually via MergeProfilesRequest.builder()
mergeProfilesRequest - A Consumer that will call methods on MergeProfilesRequest.Builder to create a request.default CompletableFuture<PutIntegrationResponse> putIntegration(PutIntegrationRequest putIntegrationRequest)
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.
To add or remove tags on an existing Integration, see TagResource / UntagResource.
putIntegrationRequest - default CompletableFuture<PutIntegrationResponse> putIntegration(Consumer<PutIntegrationRequest.Builder> putIntegrationRequest)
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.
To add or remove tags on an existing Integration, see TagResource / UntagResource.
This is a convenience which creates an instance of the PutIntegrationRequest.Builder avoiding the need to
create one manually via PutIntegrationRequest.builder()
putIntegrationRequest - A Consumer that will call methods on PutIntegrationRequest.Builder to create a request.default CompletableFuture<PutProfileObjectResponse> putProfileObject(PutProfileObjectRequest putProfileObjectRequest)
Adds additional objects to customer profiles of a given ObjectType.
When adding a specific profile object, like a Contact Record, 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 Contact Records 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.
putProfileObjectRequest - default CompletableFuture<PutProfileObjectResponse> putProfileObject(Consumer<PutProfileObjectRequest.Builder> putProfileObjectRequest)
Adds additional objects to customer profiles of a given ObjectType.
When adding a specific profile object, like a Contact Record, 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 Contact Records 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.
This is a convenience which creates an instance of the PutProfileObjectRequest.Builder avoiding the need
to create one manually via PutProfileObjectRequest.builder()
putProfileObjectRequest - A Consumer that will call methods on PutProfileObjectRequest.Builder to create a request.default CompletableFuture<PutProfileObjectTypeResponse> putProfileObjectType(PutProfileObjectTypeRequest putProfileObjectTypeRequest)
Defines a ProfileObjectType.
To add or remove tags on an existing ObjectType, see TagResource/UntagResource.
putProfileObjectTypeRequest - default CompletableFuture<PutProfileObjectTypeResponse> putProfileObjectType(Consumer<PutProfileObjectTypeRequest.Builder> putProfileObjectTypeRequest)
Defines a ProfileObjectType.
To add or remove tags on an existing ObjectType, see TagResource/UntagResource.
This is a convenience which creates an instance of the PutProfileObjectTypeRequest.Builder avoiding the
need to create one manually via PutProfileObjectTypeRequest.builder()
putProfileObjectTypeRequest - A Consumer that will call methods on PutProfileObjectTypeRequest.Builder to create a
request.default CompletableFuture<SearchProfilesResponse> searchProfiles(SearchProfilesRequest searchProfilesRequest)
Searches for profiles within a specific domain using one or more predefined search keys (e.g., _fullName, _phone,
_email, _account, etc.) and/or custom-defined search keys. A search key is a data type pair that consists of a
KeyName and Values list.
This operation supports searching for profiles with a minimum of 1 key-value(s) pair and up to 5 key-value(s)
pairs using either AND or OR logic.
searchProfilesRequest - default CompletableFuture<SearchProfilesResponse> searchProfiles(Consumer<SearchProfilesRequest.Builder> searchProfilesRequest)
Searches for profiles within a specific domain using one or more predefined search keys (e.g., _fullName, _phone,
_email, _account, etc.) and/or custom-defined search keys. A search key is a data type pair that consists of a
KeyName and Values list.
This operation supports searching for profiles with a minimum of 1 key-value(s) pair and up to 5 key-value(s)
pairs using either AND or OR logic.
This is a convenience which creates an instance of the SearchProfilesRequest.Builder avoiding the need to
create one manually via SearchProfilesRequest.builder()
searchProfilesRequest - A Consumer that will call methods on SearchProfilesRequest.Builder to create a request.default CompletableFuture<TagResourceResponse> tagResource(TagResourceRequest tagResourceRequest)
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.
tagResourceRequest - default CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
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.
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.default CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest)
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.
untagResourceRequest - default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
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.
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.default CompletableFuture<UpdateCalculatedAttributeDefinitionResponse> updateCalculatedAttributeDefinition(UpdateCalculatedAttributeDefinitionRequest updateCalculatedAttributeDefinitionRequest)
Updates an existing calculated attribute definition. When updating the Conditions, note that increasing the date range of a calculated attribute will not trigger inclusion of historical data greater than the current date range.
updateCalculatedAttributeDefinitionRequest - default CompletableFuture<UpdateCalculatedAttributeDefinitionResponse> updateCalculatedAttributeDefinition(Consumer<UpdateCalculatedAttributeDefinitionRequest.Builder> updateCalculatedAttributeDefinitionRequest)
Updates an existing calculated attribute definition. When updating the Conditions, note that increasing the date range of a calculated attribute will not trigger inclusion of historical data greater than the current date range.
This is a convenience which creates an instance of the UpdateCalculatedAttributeDefinitionRequest.Builder
avoiding the need to create one manually via UpdateCalculatedAttributeDefinitionRequest.builder()
updateCalculatedAttributeDefinitionRequest - A Consumer that will call methods on UpdateCalculatedAttributeDefinitionRequest.Builder to
create a request.default CompletableFuture<UpdateDomainResponse> updateDomain(UpdateDomainRequest updateDomainRequest)
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.
To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply.
To add or remove tags on an existing Domain, see TagResource/UntagResource.
updateDomainRequest - default CompletableFuture<UpdateDomainResponse> updateDomain(Consumer<UpdateDomainRequest.Builder> updateDomainRequest)
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.
To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply.
To add or remove tags on an existing Domain, see TagResource/UntagResource.
This is a convenience which creates an instance of the UpdateDomainRequest.Builder avoiding the need to
create one manually via UpdateDomainRequest.builder()
updateDomainRequest - A Consumer that will call methods on UpdateDomainRequest.Builder to create a request.default CompletableFuture<UpdateProfileResponse> updateProfile(UpdateProfileRequest updateProfileRequest)
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.
updateProfileRequest - default CompletableFuture<UpdateProfileResponse> updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)
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.
This is a convenience which creates an instance of the UpdateProfileRequest.Builder avoiding the need to
create one manually via UpdateProfileRequest.builder()
updateProfileRequest - A Consumer that will call methods on UpdateProfileRequest.Builder to create a request.default CustomerProfilesServiceClientConfiguration serviceClientConfiguration()
serviceClientConfiguration in interface AwsClientserviceClientConfiguration in interface SdkClientstatic CustomerProfilesAsyncClient create()
CustomerProfilesAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static CustomerProfilesAsyncClientBuilder builder()
CustomerProfilesAsyncClient.Copyright © 2023. All rights reserved.