| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduleConfiguration |
DeleteDataSourceResponse.schedule()
The schedule of runs for this data source.
|
ScheduleConfiguration |
UpdateDataSourceRequest.schedule()
The schedule to be updated as part of the
UpdateDataSource action. |
ScheduleConfiguration |
CreateDataSourceRequest.schedule()
The schedule of the data source runs.
|
ScheduleConfiguration |
CreateDataSourceResponse.schedule()
The schedule of the data source runs.
|
ScheduleConfiguration |
UpdateDataSourceResponse.schedule()
The schedule to be updated as part of the
UpdateDataSource action. |
ScheduleConfiguration |
DataSourceSummary.schedule()
Returns the value of the Schedule property for this object.
|
ScheduleConfiguration |
GetDataSourceResponse.schedule()
The schedule of the data source runs.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteDataSourceResponse.Builder |
DeleteDataSourceResponse.Builder.schedule(ScheduleConfiguration schedule)
The schedule of runs for this data source.
|
UpdateDataSourceRequest.Builder |
UpdateDataSourceRequest.Builder.schedule(ScheduleConfiguration schedule)
The schedule to be updated as part of the
UpdateDataSource action. |
CreateDataSourceRequest.Builder |
CreateDataSourceRequest.Builder.schedule(ScheduleConfiguration schedule)
The schedule of the data source runs.
|
CreateDataSourceResponse.Builder |
CreateDataSourceResponse.Builder.schedule(ScheduleConfiguration schedule)
The schedule of the data source runs.
|
UpdateDataSourceResponse.Builder |
UpdateDataSourceResponse.Builder.schedule(ScheduleConfiguration schedule)
The schedule to be updated as part of the
UpdateDataSource action. |
DataSourceSummary.Builder |
DataSourceSummary.Builder.schedule(ScheduleConfiguration schedule)
Sets the value of the Schedule property for this object.
|
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.schedule(ScheduleConfiguration schedule)
The schedule of the data source runs.
|
Copyright © 2023. All rights reserved.