| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
GetIdentityResolutionJobResult |
AmazonCustomerProfilesClient.getIdentityResolutionJob(GetIdentityResolutionJobRequest request)
Returns information about an Identity Resolution Job in a specific domain.
|
GetIdentityResolutionJobResult |
AmazonCustomerProfiles.getIdentityResolutionJob(GetIdentityResolutionJobRequest getIdentityResolutionJobRequest)
Returns information about an Identity Resolution Job in a specific domain.
|
GetIdentityResolutionJobResult |
AbstractAmazonCustomerProfiles.getIdentityResolutionJob(GetIdentityResolutionJobRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetIdentityResolutionJobResult> |
AbstractAmazonCustomerProfilesAsync.getIdentityResolutionJobAsync(GetIdentityResolutionJobRequest request,
AsyncHandler<GetIdentityResolutionJobRequest,GetIdentityResolutionJobResult> asyncHandler) |
Future<GetIdentityResolutionJobResult> |
AmazonCustomerProfilesAsync.getIdentityResolutionJobAsync(GetIdentityResolutionJobRequest getIdentityResolutionJobRequest,
AsyncHandler<GetIdentityResolutionJobRequest,GetIdentityResolutionJobResult> asyncHandler)
Returns information about an Identity Resolution Job in a specific domain.
|
Future<GetIdentityResolutionJobResult> |
AmazonCustomerProfilesAsyncClient.getIdentityResolutionJobAsync(GetIdentityResolutionJobRequest request,
AsyncHandler<GetIdentityResolutionJobRequest,GetIdentityResolutionJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetIdentityResolutionJobResult |
GetIdentityResolutionJobResult.clone() |
GetIdentityResolutionJobResult |
GetIdentityResolutionJobResult.withAutoMerging(AutoMerging autoMerging)
Configuration settings for how to perform the auto-merging of profiles.
|
GetIdentityResolutionJobResult |
GetIdentityResolutionJobResult.withDomainName(String domainName)
The unique name of the domain.
|
GetIdentityResolutionJobResult |
GetIdentityResolutionJobResult.withExportingLocation(ExportingLocation exportingLocation)
The S3 location where the Identity Resolution Job writes result files.
|
GetIdentityResolutionJobResult |
GetIdentityResolutionJobResult.withJobEndTime(Date jobEndTime)
The timestamp of when the Identity Resolution Job was completed.
|
GetIdentityResolutionJobResult |
GetIdentityResolutionJobResult.withJobExpirationTime(Date jobExpirationTime)
The timestamp of when the Identity Resolution Job will expire.
|
GetIdentityResolutionJobResult |
GetIdentityResolutionJobResult.withJobId(String jobId)
The unique identifier of the Identity Resolution Job.
|
GetIdentityResolutionJobResult |
GetIdentityResolutionJobResult.withJobStartTime(Date jobStartTime)
The timestamp of when the Identity Resolution Job was started or will be started.
|
GetIdentityResolutionJobResult |
GetIdentityResolutionJobResult.withJobStats(JobStats jobStats)
Statistics about the Identity Resolution Job.
|
GetIdentityResolutionJobResult |
GetIdentityResolutionJobResult.withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the Identity Resolution Job was most recently edited.
|
GetIdentityResolutionJobResult |
GetIdentityResolutionJobResult.withMessage(String message)
The error messages that are generated when the Identity Resolution Job runs.
|
GetIdentityResolutionJobResult |
GetIdentityResolutionJobResult.withStatus(IdentityResolutionJobStatus status)
The status of the Identity Resolution Job.
|
GetIdentityResolutionJobResult |
GetIdentityResolutionJobResult.withStatus(String status)
The status of the Identity Resolution Job.
|
Copyright © 2025. All rights reserved.