Uses of Class
software.amazon.awssdk.services.appintegrations.model.ScheduleConfiguration
-
Packages that use ScheduleConfiguration Package Description software.amazon.awssdk.services.appintegrations.model -
-
Uses of ScheduleConfiguration in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return ScheduleConfiguration Modifier and Type Method Description ScheduleConfigurationCreateDataIntegrationRequest. scheduleConfig()The name of the data and how often it should be pulled from the source.ScheduleConfigurationCreateDataIntegrationResponse. scheduleConfiguration()The name of the data and how often it should be pulled from the source.ScheduleConfigurationGetDataIntegrationResponse. scheduleConfiguration()The name of the data and how often it should be pulled from the source.Methods in software.amazon.awssdk.services.appintegrations.model with parameters of type ScheduleConfiguration Modifier and Type Method Description CreateDataIntegrationRequest.BuilderCreateDataIntegrationRequest.Builder. scheduleConfig(ScheduleConfiguration scheduleConfig)The name of the data and how often it should be pulled from the source.CreateDataIntegrationResponse.BuilderCreateDataIntegrationResponse.Builder. scheduleConfiguration(ScheduleConfiguration scheduleConfiguration)The name of the data and how often it should be pulled from the source.GetDataIntegrationResponse.BuilderGetDataIntegrationResponse.Builder. scheduleConfiguration(ScheduleConfiguration scheduleConfiguration)The name of the data and how often it should be pulled from the source.
-