| Package | Description |
|---|---|
| com.amazonaws.services.appintegrations.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduleConfiguration |
ScheduleConfiguration.clone() |
ScheduleConfiguration |
CreateDataIntegrationRequest.getScheduleConfig()
The name of the data and how often it should be pulled from the source.
|
ScheduleConfiguration |
GetDataIntegrationResult.getScheduleConfiguration()
The name of the data and how often it should be pulled from the source.
|
ScheduleConfiguration |
CreateDataIntegrationResult.getScheduleConfiguration()
The name of the data and how often it should be pulled from the source.
|
ScheduleConfiguration |
ScheduleConfiguration.withFirstExecutionFrom(String firstExecutionFrom)
The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in
ISO-8601 format.
|
ScheduleConfiguration |
ScheduleConfiguration.withObject(String object)
The name of the object to pull from the data source.
|
ScheduleConfiguration |
ScheduleConfiguration.withScheduleExpression(String scheduleExpression)
How often the data should be pulled from data source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDataIntegrationRequest.setScheduleConfig(ScheduleConfiguration scheduleConfig)
The name of the data and how often it should be pulled from the source.
|
void |
GetDataIntegrationResult.setScheduleConfiguration(ScheduleConfiguration scheduleConfiguration)
The name of the data and how often it should be pulled from the source.
|
void |
CreateDataIntegrationResult.setScheduleConfiguration(ScheduleConfiguration scheduleConfiguration)
The name of the data and how often it should be pulled from the source.
|
CreateDataIntegrationRequest |
CreateDataIntegrationRequest.withScheduleConfig(ScheduleConfiguration scheduleConfig)
The name of the data and how often it should be pulled from the source.
|
GetDataIntegrationResult |
GetDataIntegrationResult.withScheduleConfiguration(ScheduleConfiguration scheduleConfiguration)
The name of the data and how often it should be pulled from the source.
|
CreateDataIntegrationResult |
CreateDataIntegrationResult.withScheduleConfiguration(ScheduleConfiguration scheduleConfiguration)
The name of the data and how often it should be pulled from the source.
|
Copyright © 2023. All rights reserved.