default AddProfileKeyResponse |
CustomerProfilesClient.addProfileKey(Consumer<AddProfileKeyRequest.Builder> addProfileKeyRequest) |
Associates a new key value with a specific profile, such as a Contact Record ContactId.
|
default AddProfileKeyResponse |
CustomerProfilesClient.addProfileKey(AddProfileKeyRequest addProfileKeyRequest) |
Associates a new key value with a specific profile, such as a Contact Record ContactId.
|
default CreateCalculatedAttributeDefinitionResponse |
CustomerProfilesClient.createCalculatedAttributeDefinition(Consumer<CreateCalculatedAttributeDefinitionRequest.Builder> createCalculatedAttributeDefinitionRequest) |
Creates a new calculated attribute definition.
|
default CreateCalculatedAttributeDefinitionResponse |
CustomerProfilesClient.createCalculatedAttributeDefinition(CreateCalculatedAttributeDefinitionRequest createCalculatedAttributeDefinitionRequest) |
Creates a new calculated attribute definition.
|
default CreateDomainResponse |
CustomerProfilesClient.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 CreateDomainResponse |
CustomerProfilesClient.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 CreateEventStreamResponse |
CustomerProfilesClient.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 CreateEventStreamResponse |
CustomerProfilesClient.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 CreateIntegrationWorkflowResponse |
CustomerProfilesClient.createIntegrationWorkflow(Consumer<CreateIntegrationWorkflowRequest.Builder> createIntegrationWorkflowRequest) |
Creates an integration workflow.
|
default CreateIntegrationWorkflowResponse |
CustomerProfilesClient.createIntegrationWorkflow(CreateIntegrationWorkflowRequest createIntegrationWorkflowRequest) |
Creates an integration workflow.
|
default CreateProfileResponse |
CustomerProfilesClient.createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest) |
Creates a standard profile.
|
default CreateProfileResponse |
CustomerProfilesClient.createProfile(CreateProfileRequest createProfileRequest) |
Creates a standard profile.
|
default DeleteCalculatedAttributeDefinitionResponse |
CustomerProfilesClient.deleteCalculatedAttributeDefinition(Consumer<DeleteCalculatedAttributeDefinitionRequest.Builder> deleteCalculatedAttributeDefinitionRequest) |
Deletes an existing calculated attribute definition.
|
default DeleteCalculatedAttributeDefinitionResponse |
CustomerProfilesClient.deleteCalculatedAttributeDefinition(DeleteCalculatedAttributeDefinitionRequest deleteCalculatedAttributeDefinitionRequest) |
Deletes an existing calculated attribute definition.
|
default DeleteDomainResponse |
CustomerProfilesClient.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 DeleteDomainResponse |
CustomerProfilesClient.deleteDomain(DeleteDomainRequest deleteDomainRequest) |
Deletes a specific domain and all of its customer data, such as customer profile attributes and their related
objects.
|
default DeleteEventStreamResponse |
CustomerProfilesClient.deleteEventStream(Consumer<DeleteEventStreamRequest.Builder> deleteEventStreamRequest) |
Disables and deletes the specified event stream.
|
default DeleteEventStreamResponse |
CustomerProfilesClient.deleteEventStream(DeleteEventStreamRequest deleteEventStreamRequest) |
Disables and deletes the specified event stream.
|
default DeleteIntegrationResponse |
CustomerProfilesClient.deleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest) |
Removes an integration from a specific domain.
|
default DeleteIntegrationResponse |
CustomerProfilesClient.deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest) |
Removes an integration from a specific domain.
|
default DeleteProfileResponse |
CustomerProfilesClient.deleteProfile(Consumer<DeleteProfileRequest.Builder> deleteProfileRequest) |
Deletes the standard customer profile and all data pertaining to the profile.
|
default DeleteProfileResponse |
CustomerProfilesClient.deleteProfile(DeleteProfileRequest deleteProfileRequest) |
Deletes the standard customer profile and all data pertaining to the profile.
|
default DeleteProfileKeyResponse |
CustomerProfilesClient.deleteProfileKey(Consumer<DeleteProfileKeyRequest.Builder> deleteProfileKeyRequest) |
Removes a searchable key from a customer profile.
|
default DeleteProfileKeyResponse |
CustomerProfilesClient.deleteProfileKey(DeleteProfileKeyRequest deleteProfileKeyRequest) |
Removes a searchable key from a customer profile.
|
default DeleteProfileObjectResponse |
CustomerProfilesClient.deleteProfileObject(Consumer<DeleteProfileObjectRequest.Builder> deleteProfileObjectRequest) |
Removes an object associated with a profile of a given ProfileObjectType.
|
default DeleteProfileObjectResponse |
CustomerProfilesClient.deleteProfileObject(DeleteProfileObjectRequest deleteProfileObjectRequest) |
Removes an object associated with a profile of a given ProfileObjectType.
|
default DeleteProfileObjectTypeResponse |
CustomerProfilesClient.deleteProfileObjectType(Consumer<DeleteProfileObjectTypeRequest.Builder> deleteProfileObjectTypeRequest) |
Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type.
|
default DeleteProfileObjectTypeResponse |
CustomerProfilesClient.deleteProfileObjectType(DeleteProfileObjectTypeRequest deleteProfileObjectTypeRequest) |
Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type.
|
default DeleteWorkflowResponse |
CustomerProfilesClient.deleteWorkflow(Consumer<DeleteWorkflowRequest.Builder> deleteWorkflowRequest) |
Deletes the specified workflow and all its corresponding resources.
|
default DeleteWorkflowResponse |
CustomerProfilesClient.deleteWorkflow(DeleteWorkflowRequest deleteWorkflowRequest) |
Deletes the specified workflow and all its corresponding resources.
|
default DetectProfileObjectTypeResponse |
CustomerProfilesClient.detectProfileObjectType(Consumer<DetectProfileObjectTypeRequest.Builder> detectProfileObjectTypeRequest) |
The process of detecting profile object type mapping by using given objects.
|
default DetectProfileObjectTypeResponse |
CustomerProfilesClient.detectProfileObjectType(DetectProfileObjectTypeRequest detectProfileObjectTypeRequest) |
The process of detecting profile object type mapping by using given objects.
|
default GetAutoMergingPreviewResponse |
CustomerProfilesClient.getAutoMergingPreview(Consumer<GetAutoMergingPreviewRequest.Builder> getAutoMergingPreviewRequest) |
Tests the auto-merging settings of your Identity Resolution Job without merging your data.
|
default GetAutoMergingPreviewResponse |
CustomerProfilesClient.getAutoMergingPreview(GetAutoMergingPreviewRequest getAutoMergingPreviewRequest) |
Tests the auto-merging settings of your Identity Resolution Job without merging your data.
|
default GetCalculatedAttributeDefinitionResponse |
CustomerProfilesClient.getCalculatedAttributeDefinition(Consumer<GetCalculatedAttributeDefinitionRequest.Builder> getCalculatedAttributeDefinitionRequest) |
Provides more information on a calculated attribute definition for Customer Profiles.
|
default GetCalculatedAttributeDefinitionResponse |
CustomerProfilesClient.getCalculatedAttributeDefinition(GetCalculatedAttributeDefinitionRequest getCalculatedAttributeDefinitionRequest) |
Provides more information on a calculated attribute definition for Customer Profiles.
|
default GetCalculatedAttributeForProfileResponse |
CustomerProfilesClient.getCalculatedAttributeForProfile(Consumer<GetCalculatedAttributeForProfileRequest.Builder> getCalculatedAttributeForProfileRequest) |
Retrieve a calculated attribute for a customer profile.
|
default GetCalculatedAttributeForProfileResponse |
CustomerProfilesClient.getCalculatedAttributeForProfile(GetCalculatedAttributeForProfileRequest getCalculatedAttributeForProfileRequest) |
Retrieve a calculated attribute for a customer profile.
|
default GetDomainResponse |
CustomerProfilesClient.getDomain(Consumer<GetDomainRequest.Builder> getDomainRequest) |
Returns information about a specific domain.
|
default GetDomainResponse |
CustomerProfilesClient.getDomain(GetDomainRequest getDomainRequest) |
Returns information about a specific domain.
|
default GetEventStreamResponse |
CustomerProfilesClient.getEventStream(Consumer<GetEventStreamRequest.Builder> getEventStreamRequest) |
Returns information about the specified event stream in a specific domain.
|
default GetEventStreamResponse |
CustomerProfilesClient.getEventStream(GetEventStreamRequest getEventStreamRequest) |
Returns information about the specified event stream in a specific domain.
|
default GetIdentityResolutionJobResponse |
CustomerProfilesClient.getIdentityResolutionJob(Consumer<GetIdentityResolutionJobRequest.Builder> getIdentityResolutionJobRequest) |
Returns information about an Identity Resolution Job in a specific domain.
|
default GetIdentityResolutionJobResponse |
CustomerProfilesClient.getIdentityResolutionJob(GetIdentityResolutionJobRequest getIdentityResolutionJobRequest) |
Returns information about an Identity Resolution Job in a specific domain.
|
default GetIntegrationResponse |
CustomerProfilesClient.getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest) |
Returns an integration for a domain.
|
default GetIntegrationResponse |
CustomerProfilesClient.getIntegration(GetIntegrationRequest getIntegrationRequest) |
Returns an integration for a domain.
|
default GetMatchesResponse |
CustomerProfilesClient.getMatches(Consumer<GetMatchesRequest.Builder> getMatchesRequest) |
|
default GetMatchesResponse |
CustomerProfilesClient.getMatches(GetMatchesRequest getMatchesRequest) |
|
default GetProfileObjectTypeResponse |
CustomerProfilesClient.getProfileObjectType(Consumer<GetProfileObjectTypeRequest.Builder> getProfileObjectTypeRequest) |
Returns the object types for a specific domain.
|
default GetProfileObjectTypeResponse |
CustomerProfilesClient.getProfileObjectType(GetProfileObjectTypeRequest getProfileObjectTypeRequest) |
Returns the object types for a specific domain.
|
default GetProfileObjectTypeTemplateResponse |
CustomerProfilesClient.getProfileObjectTypeTemplate(Consumer<GetProfileObjectTypeTemplateRequest.Builder> getProfileObjectTypeTemplateRequest) |
Returns the template information for a specific object type.
|
default GetProfileObjectTypeTemplateResponse |
CustomerProfilesClient.getProfileObjectTypeTemplate(GetProfileObjectTypeTemplateRequest getProfileObjectTypeTemplateRequest) |
Returns the template information for a specific object type.
|
default GetSimilarProfilesResponse |
CustomerProfilesClient.getSimilarProfiles(Consumer<GetSimilarProfilesRequest.Builder> getSimilarProfilesRequest) |
Returns a set of profiles that belong to the same matching group using the matchId or
profileId.
|
default GetSimilarProfilesResponse |
CustomerProfilesClient.getSimilarProfiles(GetSimilarProfilesRequest getSimilarProfilesRequest) |
Returns a set of profiles that belong to the same matching group using the matchId or
profileId.
|
default GetWorkflowResponse |
CustomerProfilesClient.getWorkflow(Consumer<GetWorkflowRequest.Builder> getWorkflowRequest) |
Get details of specified workflow.
|
default GetWorkflowResponse |
CustomerProfilesClient.getWorkflow(GetWorkflowRequest getWorkflowRequest) |
Get details of specified workflow.
|
default GetWorkflowStepsResponse |
CustomerProfilesClient.getWorkflowSteps(Consumer<GetWorkflowStepsRequest.Builder> getWorkflowStepsRequest) |
Get granular list of steps in workflow.
|
default GetWorkflowStepsResponse |
CustomerProfilesClient.getWorkflowSteps(GetWorkflowStepsRequest getWorkflowStepsRequest) |
Get granular list of steps in workflow.
|
default ListAccountIntegrationsResponse |
CustomerProfilesClient.listAccountIntegrations(Consumer<ListAccountIntegrationsRequest.Builder> listAccountIntegrationsRequest) |
Lists all of the integrations associated to a specific URI in the AWS account.
|
default ListAccountIntegrationsResponse |
CustomerProfilesClient.listAccountIntegrations(ListAccountIntegrationsRequest listAccountIntegrationsRequest) |
Lists all of the integrations associated to a specific URI in the AWS account.
|
default ListCalculatedAttributeDefinitionsResponse |
CustomerProfilesClient.listCalculatedAttributeDefinitions(Consumer<ListCalculatedAttributeDefinitionsRequest.Builder> listCalculatedAttributeDefinitionsRequest) |
Lists calculated attribute definitions for Customer Profiles
|
default ListCalculatedAttributeDefinitionsResponse |
CustomerProfilesClient.listCalculatedAttributeDefinitions(ListCalculatedAttributeDefinitionsRequest listCalculatedAttributeDefinitionsRequest) |
Lists calculated attribute definitions for Customer Profiles
|
default ListCalculatedAttributesForProfileResponse |
CustomerProfilesClient.listCalculatedAttributesForProfile(Consumer<ListCalculatedAttributesForProfileRequest.Builder> listCalculatedAttributesForProfileRequest) |
Retrieve a list of calculated attributes for a customer profile.
|
default ListCalculatedAttributesForProfileResponse |
CustomerProfilesClient.listCalculatedAttributesForProfile(ListCalculatedAttributesForProfileRequest listCalculatedAttributesForProfileRequest) |
Retrieve a list of calculated attributes for a customer profile.
|
default ListDomainsResponse |
CustomerProfilesClient.listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest) |
Returns a list of all the domains for an AWS account that have been created.
|
default ListDomainsResponse |
CustomerProfilesClient.listDomains(ListDomainsRequest listDomainsRequest) |
Returns a list of all the domains for an AWS account that have been created.
|
default ListEventStreamsResponse |
CustomerProfilesClient.listEventStreams(Consumer<ListEventStreamsRequest.Builder> listEventStreamsRequest) |
Returns a list of all the event streams in a specific domain.
|
default ListEventStreamsResponse |
CustomerProfilesClient.listEventStreams(ListEventStreamsRequest listEventStreamsRequest) |
Returns a list of all the event streams in a specific domain.
|
default ListEventStreamsIterable |
CustomerProfilesClient.listEventStreamsPaginator(Consumer<ListEventStreamsRequest.Builder> listEventStreamsRequest) |
|
default ListEventStreamsIterable |
CustomerProfilesClient.listEventStreamsPaginator(ListEventStreamsRequest listEventStreamsRequest) |
|
default ListIdentityResolutionJobsResponse |
CustomerProfilesClient.listIdentityResolutionJobs(Consumer<ListIdentityResolutionJobsRequest.Builder> listIdentityResolutionJobsRequest) |
Lists all of the Identity Resolution Jobs in your domain.
|
default ListIdentityResolutionJobsResponse |
CustomerProfilesClient.listIdentityResolutionJobs(ListIdentityResolutionJobsRequest listIdentityResolutionJobsRequest) |
Lists all of the Identity Resolution Jobs in your domain.
|
default ListIntegrationsResponse |
CustomerProfilesClient.listIntegrations(Consumer<ListIntegrationsRequest.Builder> listIntegrationsRequest) |
Lists all of the integrations in your domain.
|
default ListIntegrationsResponse |
CustomerProfilesClient.listIntegrations(ListIntegrationsRequest listIntegrationsRequest) |
Lists all of the integrations in your domain.
|
default ListProfileObjectsResponse |
CustomerProfilesClient.listProfileObjects(Consumer<ListProfileObjectsRequest.Builder> listProfileObjectsRequest) |
Returns a list of objects associated with a profile of a given ProfileObjectType.
|
default ListProfileObjectsResponse |
CustomerProfilesClient.listProfileObjects(ListProfileObjectsRequest listProfileObjectsRequest) |
Returns a list of objects associated with a profile of a given ProfileObjectType.
|
default ListProfileObjectTypesResponse |
CustomerProfilesClient.listProfileObjectTypes(Consumer<ListProfileObjectTypesRequest.Builder> listProfileObjectTypesRequest) |
Lists all of the templates available within the service.
|
default ListProfileObjectTypesResponse |
CustomerProfilesClient.listProfileObjectTypes(ListProfileObjectTypesRequest listProfileObjectTypesRequest) |
Lists all of the templates available within the service.
|
default ListProfileObjectTypeTemplatesResponse |
CustomerProfilesClient.listProfileObjectTypeTemplates(Consumer<ListProfileObjectTypeTemplatesRequest.Builder> listProfileObjectTypeTemplatesRequest) |
Lists all of the template information for object types.
|
default ListProfileObjectTypeTemplatesResponse |
CustomerProfilesClient.listProfileObjectTypeTemplates(ListProfileObjectTypeTemplatesRequest listProfileObjectTypeTemplatesRequest) |
Lists all of the template information for object types.
|
default ListRuleBasedMatchesResponse |
CustomerProfilesClient.listRuleBasedMatches(Consumer<ListRuleBasedMatchesRequest.Builder> listRuleBasedMatchesRequest) |
Returns a set of MatchIds that belong to the given domain.
|
default ListRuleBasedMatchesResponse |
CustomerProfilesClient.listRuleBasedMatches(ListRuleBasedMatchesRequest listRuleBasedMatchesRequest) |
Returns a set of MatchIds that belong to the given domain.
|
default ListWorkflowsResponse |
CustomerProfilesClient.listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest) |
Query to list all workflows.
|
default ListWorkflowsResponse |
CustomerProfilesClient.listWorkflows(ListWorkflowsRequest listWorkflowsRequest) |
Query to list all workflows.
|
default PutIntegrationResponse |
CustomerProfilesClient.putIntegration(Consumer<PutIntegrationRequest.Builder> putIntegrationRequest) |
Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon
Connect.
|
default PutIntegrationResponse |
CustomerProfilesClient.putIntegration(PutIntegrationRequest putIntegrationRequest) |
Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon
Connect.
|
default PutProfileObjectResponse |
CustomerProfilesClient.putProfileObject(Consumer<PutProfileObjectRequest.Builder> putProfileObjectRequest) |
Adds additional objects to customer profiles of a given ObjectType.
|
default PutProfileObjectResponse |
CustomerProfilesClient.putProfileObject(PutProfileObjectRequest putProfileObjectRequest) |
Adds additional objects to customer profiles of a given ObjectType.
|
default PutProfileObjectTypeResponse |
CustomerProfilesClient.putProfileObjectType(Consumer<PutProfileObjectTypeRequest.Builder> putProfileObjectTypeRequest) |
Defines a ProfileObjectType.
|
default PutProfileObjectTypeResponse |
CustomerProfilesClient.putProfileObjectType(PutProfileObjectTypeRequest putProfileObjectTypeRequest) |
Defines a ProfileObjectType.
|
default SearchProfilesResponse |
CustomerProfilesClient.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 SearchProfilesResponse |
CustomerProfilesClient.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 UpdateCalculatedAttributeDefinitionResponse |
CustomerProfilesClient.updateCalculatedAttributeDefinition(Consumer<UpdateCalculatedAttributeDefinitionRequest.Builder> updateCalculatedAttributeDefinitionRequest) |
Updates an existing calculated attribute definition.
|
default UpdateCalculatedAttributeDefinitionResponse |
CustomerProfilesClient.updateCalculatedAttributeDefinition(UpdateCalculatedAttributeDefinitionRequest updateCalculatedAttributeDefinitionRequest) |
Updates an existing calculated attribute definition.
|
default UpdateDomainResponse |
CustomerProfilesClient.updateDomain(Consumer<UpdateDomainRequest.Builder> updateDomainRequest) |
Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.
|
default UpdateDomainResponse |
CustomerProfilesClient.updateDomain(UpdateDomainRequest updateDomainRequest) |
Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.
|
default UpdateProfileResponse |
CustomerProfilesClient.updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest) |
Updates the properties of a profile.
|
default UpdateProfileResponse |
CustomerProfilesClient.updateProfile(UpdateProfileRequest updateProfileRequest) |
Updates the properties of a profile.
|