| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
CreateDomainResult |
AbstractAmazonCustomerProfiles.createDomain(CreateDomainRequest request) |
CreateDomainResult |
AmazonCustomerProfilesClient.createDomain(CreateDomainRequest request)
Creates a domain, which is a container for all customer data, such as customer profile attributes, object types,
profile keys, and encryption keys.
|
CreateDomainResult |
AmazonCustomerProfiles.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateDomainResult> |
AbstractAmazonCustomerProfilesAsync.createDomainAsync(CreateDomainRequest request) |
Future<CreateDomainResult> |
AmazonCustomerProfilesAsync.createDomainAsync(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.
|
Future<CreateDomainResult> |
AmazonCustomerProfilesAsyncClient.createDomainAsync(CreateDomainRequest request) |
Future<CreateDomainResult> |
AbstractAmazonCustomerProfilesAsync.createDomainAsync(CreateDomainRequest request,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler) |
Future<CreateDomainResult> |
AmazonCustomerProfilesAsync.createDomainAsync(CreateDomainRequest createDomainRequest,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler)
Creates a domain, which is a container for all customer data, such as customer profile attributes, object types,
profile keys, and encryption keys.
|
Future<CreateDomainResult> |
AmazonCustomerProfilesAsyncClient.createDomainAsync(CreateDomainRequest request,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateDomainResult> |
AbstractAmazonCustomerProfilesAsync.createDomainAsync(CreateDomainRequest request,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler) |
Future<CreateDomainResult> |
AmazonCustomerProfilesAsync.createDomainAsync(CreateDomainRequest createDomainRequest,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler)
Creates a domain, which is a container for all customer data, such as customer profile attributes, object types,
profile keys, and encryption keys.
|
Future<CreateDomainResult> |
AmazonCustomerProfilesAsyncClient.createDomainAsync(CreateDomainRequest request,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateDomainResult |
CreateDomainResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateDomainResult |
CreateDomainResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateDomainResult |
CreateDomainResult.clone() |
CreateDomainResult |
CreateDomainResult.withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
CreateDomainResult |
CreateDomainResult.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.
|
CreateDomainResult |
CreateDomainResult.withDefaultEncryptionKey(String defaultEncryptionKey)
The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is
specified.
|
CreateDomainResult |
CreateDomainResult.withDefaultExpirationDays(Integer defaultExpirationDays)
The default number of days until the data within the domain expires.
|
CreateDomainResult |
CreateDomainResult.withDomainName(String domainName)
The unique name of the domain.
|
CreateDomainResult |
CreateDomainResult.withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
CreateDomainResult |
CreateDomainResult.withMatching(MatchingResponse matching)
The process of matching duplicate profiles.
|
CreateDomainResult |
CreateDomainResult.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
Copyright © 2023. All rights reserved.