| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateDomainResult |
AmazonCustomerProfilesClient.updateDomain(UpdateDomainRequest request)
Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.
|
UpdateDomainResult |
AbstractAmazonCustomerProfiles.updateDomain(UpdateDomainRequest request) |
UpdateDomainResult |
AmazonCustomerProfiles.updateDomain(UpdateDomainRequest updateDomainRequest)
Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.
|
Future<UpdateDomainResult> |
AmazonCustomerProfilesAsyncClient.updateDomainAsync(UpdateDomainRequest request) |
Future<UpdateDomainResult> |
AmazonCustomerProfilesAsync.updateDomainAsync(UpdateDomainRequest updateDomainRequest)
Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.
|
Future<UpdateDomainResult> |
AbstractAmazonCustomerProfilesAsync.updateDomainAsync(UpdateDomainRequest request) |
Future<UpdateDomainResult> |
AmazonCustomerProfilesAsyncClient.updateDomainAsync(UpdateDomainRequest request,
AsyncHandler<UpdateDomainRequest,UpdateDomainResult> asyncHandler) |
Future<UpdateDomainResult> |
AmazonCustomerProfilesAsync.updateDomainAsync(UpdateDomainRequest updateDomainRequest,
AsyncHandler<UpdateDomainRequest,UpdateDomainResult> asyncHandler)
Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.
|
Future<UpdateDomainResult> |
AbstractAmazonCustomerProfilesAsync.updateDomainAsync(UpdateDomainRequest request,
AsyncHandler<UpdateDomainRequest,UpdateDomainResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateDomainResult> |
AmazonCustomerProfilesAsyncClient.updateDomainAsync(UpdateDomainRequest request,
AsyncHandler<UpdateDomainRequest,UpdateDomainResult> asyncHandler) |
Future<UpdateDomainResult> |
AmazonCustomerProfilesAsync.updateDomainAsync(UpdateDomainRequest updateDomainRequest,
AsyncHandler<UpdateDomainRequest,UpdateDomainResult> asyncHandler)
Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.
|
Future<UpdateDomainResult> |
AbstractAmazonCustomerProfilesAsync.updateDomainAsync(UpdateDomainRequest request,
AsyncHandler<UpdateDomainRequest,UpdateDomainResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateDomainRequest |
UpdateDomainRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateDomainRequest |
UpdateDomainRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateDomainRequest |
UpdateDomainRequest.clone() |
UpdateDomainRequest |
UpdateDomainRequest.withDeadLetterQueueUrl(String deadLetterQueueUrl)
The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from
third party applications.
|
UpdateDomainRequest |
UpdateDomainRequest.withDefaultEncryptionKey(String defaultEncryptionKey)
The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is
specified.
|
UpdateDomainRequest |
UpdateDomainRequest.withDefaultExpirationDays(Integer defaultExpirationDays)
The default number of days until the data within the domain expires.
|
UpdateDomainRequest |
UpdateDomainRequest.withDomainName(String domainName)
The unique name of the domain.
|
UpdateDomainRequest |
UpdateDomainRequest.withMatching(MatchingRequest matching)
The process of matching duplicate profiles.
|
UpdateDomainRequest |
UpdateDomainRequest.withRuleBasedMatching(RuleBasedMatchingRequest ruleBasedMatching)
The process of matching duplicate profiles using the rule-Based matching.
|
UpdateDomainRequest |
UpdateDomainRequest.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
Copyright © 2023. All rights reserved.