| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
RunStatisticsForAssets |
RunStatisticsForAssets.clone() |
RunStatisticsForAssets |
DataSourceRunSummary.getRunStatisticsForAssets() |
RunStatisticsForAssets |
GetDataSourceRunResult.getRunStatisticsForAssets()
The asset statistics from this data source run.
|
RunStatisticsForAssets |
StartDataSourceRunResult.getRunStatisticsForAssets()
Specifies run statistics for assets.
|
RunStatisticsForAssets |
RunStatisticsForAssets.withAdded(Integer added)
The
added statistic for the data source run. |
RunStatisticsForAssets |
RunStatisticsForAssets.withFailed(Integer failed)
The
failed statistic for the data source run. |
RunStatisticsForAssets |
RunStatisticsForAssets.withSkipped(Integer skipped)
The
skipped statistic for the data source run. |
RunStatisticsForAssets |
RunStatisticsForAssets.withUnchanged(Integer unchanged)
The
unchanged statistic for the data source run. |
RunStatisticsForAssets |
RunStatisticsForAssets.withUpdated(Integer updated)
The
updated statistic for the data source run. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceRunSummary.setRunStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets) |
void |
GetDataSourceRunResult.setRunStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)
The asset statistics from this data source run.
|
void |
StartDataSourceRunResult.setRunStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)
Specifies run statistics for assets.
|
DataSourceRunSummary |
DataSourceRunSummary.withRunStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets) |
GetDataSourceRunResult |
GetDataSourceRunResult.withRunStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)
The asset statistics from this data source run.
|
StartDataSourceRunResult |
StartDataSourceRunResult.withRunStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)
Specifies run statistics for assets.
|
Copyright © 2023. All rights reserved.