| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
GetDomainResult |
AmazonCustomerProfilesClient.getDomain(GetDomainRequest request)
Returns information about a specific domain.
|
GetDomainResult |
AmazonCustomerProfiles.getDomain(GetDomainRequest getDomainRequest)
Returns information about a specific domain.
|
GetDomainResult |
AbstractAmazonCustomerProfiles.getDomain(GetDomainRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDomainResult> |
AmazonCustomerProfilesAsyncClient.getDomainAsync(GetDomainRequest request) |
Future<GetDomainResult> |
AbstractAmazonCustomerProfilesAsync.getDomainAsync(GetDomainRequest request) |
Future<GetDomainResult> |
AmazonCustomerProfilesAsync.getDomainAsync(GetDomainRequest getDomainRequest)
Returns information about a specific domain.
|
Future<GetDomainResult> |
AmazonCustomerProfilesAsyncClient.getDomainAsync(GetDomainRequest request,
AsyncHandler<GetDomainRequest,GetDomainResult> asyncHandler) |
Future<GetDomainResult> |
AbstractAmazonCustomerProfilesAsync.getDomainAsync(GetDomainRequest request,
AsyncHandler<GetDomainRequest,GetDomainResult> asyncHandler) |
Future<GetDomainResult> |
AmazonCustomerProfilesAsync.getDomainAsync(GetDomainRequest getDomainRequest,
AsyncHandler<GetDomainRequest,GetDomainResult> asyncHandler)
Returns information about a specific domain.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDomainResult> |
AmazonCustomerProfilesAsyncClient.getDomainAsync(GetDomainRequest request,
AsyncHandler<GetDomainRequest,GetDomainResult> asyncHandler) |
Future<GetDomainResult> |
AbstractAmazonCustomerProfilesAsync.getDomainAsync(GetDomainRequest request,
AsyncHandler<GetDomainRequest,GetDomainResult> asyncHandler) |
Future<GetDomainResult> |
AmazonCustomerProfilesAsync.getDomainAsync(GetDomainRequest getDomainRequest,
AsyncHandler<GetDomainRequest,GetDomainResult> asyncHandler)
Returns information about a specific domain.
|
| Modifier and Type | Method and Description |
|---|---|
GetDomainResult |
GetDomainResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetDomainResult |
GetDomainResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetDomainResult |
GetDomainResult.clone() |
GetDomainResult |
GetDomainResult.withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
GetDomainResult |
GetDomainResult.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.
|
GetDomainResult |
GetDomainResult.withDefaultEncryptionKey(String defaultEncryptionKey)
The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is
specified.
|
GetDomainResult |
GetDomainResult.withDefaultExpirationDays(Integer defaultExpirationDays)
The default number of days until the data within the domain expires.
|
GetDomainResult |
GetDomainResult.withDomainName(String domainName)
The unique name of the domain.
|
GetDomainResult |
GetDomainResult.withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
GetDomainResult |
GetDomainResult.withMatching(MatchingResponse matching)
The process of matching duplicate profiles.
|
GetDomainResult |
GetDomainResult.withStats(DomainStats stats)
Usage-specific statistics about the domain.
|
GetDomainResult |
GetDomainResult.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
Copyright © 2022. All rights reserved.