Uses of Class
software.amazon.awssdk.services.datazone.model.ScheduleConfiguration
-
Packages that use ScheduleConfiguration Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of ScheduleConfiguration in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return ScheduleConfiguration Modifier and Type Method Description ScheduleConfigurationCreateDataSourceRequest. schedule()The schedule of the data source runs.ScheduleConfigurationCreateDataSourceResponse. schedule()The schedule of the data source runs.ScheduleConfigurationDataSourceSummary. schedule()Returns the value of the Schedule property for this object.ScheduleConfigurationDeleteDataSourceResponse. schedule()The schedule of runs for this data source.ScheduleConfigurationGetDataSourceResponse. schedule()The schedule of the data source runs.ScheduleConfigurationUpdateDataSourceRequest. schedule()The schedule to be updated as part of theUpdateDataSourceaction.ScheduleConfigurationUpdateDataSourceResponse. schedule()The schedule to be updated as part of theUpdateDataSourceaction.Methods in software.amazon.awssdk.services.datazone.model with parameters of type ScheduleConfiguration Modifier and Type Method Description CreateDataSourceRequest.BuilderCreateDataSourceRequest.Builder. schedule(ScheduleConfiguration schedule)The schedule of the data source runs.CreateDataSourceResponse.BuilderCreateDataSourceResponse.Builder. schedule(ScheduleConfiguration schedule)The schedule of the data source runs.DataSourceSummary.BuilderDataSourceSummary.Builder. schedule(ScheduleConfiguration schedule)Sets the value of the Schedule property for this object.DeleteDataSourceResponse.BuilderDeleteDataSourceResponse.Builder. schedule(ScheduleConfiguration schedule)The schedule of runs for this data source.GetDataSourceResponse.BuilderGetDataSourceResponse.Builder. schedule(ScheduleConfiguration schedule)The schedule of the data source runs.UpdateDataSourceRequest.BuilderUpdateDataSourceRequest.Builder. schedule(ScheduleConfiguration schedule)The schedule to be updated as part of theUpdateDataSourceaction.UpdateDataSourceResponse.BuilderUpdateDataSourceResponse.Builder. schedule(ScheduleConfiguration schedule)The schedule to be updated as part of theUpdateDataSourceaction.
-