| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
JobSchedule |
JobSchedule.clone() |
JobSchedule |
MatchingRequest.getJobSchedule()
The day and time when do you want to start the Identity Resolution Job every week.
|
JobSchedule |
MatchingResponse.getJobSchedule()
The day and time when do you want to start the Identity Resolution Job every week.
|
JobSchedule |
JobSchedule.withDayOfTheWeek(JobScheduleDayOfTheWeek dayOfTheWeek)
The day when the Identity Resolution Job should run every week.
|
JobSchedule |
JobSchedule.withDayOfTheWeek(String dayOfTheWeek)
The day when the Identity Resolution Job should run every week.
|
JobSchedule |
JobSchedule.withTime(String time)
The time when the Identity Resolution Job should run every week.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MatchingRequest.setJobSchedule(JobSchedule jobSchedule)
The day and time when do you want to start the Identity Resolution Job every week.
|
void |
MatchingResponse.setJobSchedule(JobSchedule jobSchedule)
The day and time when do you want to start the Identity Resolution Job every week.
|
MatchingRequest |
MatchingRequest.withJobSchedule(JobSchedule jobSchedule)
The day and time when do you want to start the Identity Resolution Job every week.
|
MatchingResponse |
MatchingResponse.withJobSchedule(JobSchedule jobSchedule)
The day and time when do you want to start the Identity Resolution Job every week.
|
Copyright © 2024. All rights reserved.