| Package | Description |
|---|---|
| com.amazonaws.services.datazone |
Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your
data.
|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
StartDataSourceRunResult |
AmazonDataZoneClient.startDataSourceRun(StartDataSourceRunRequest request)
Start the run of the specified data source in Amazon DataZone.
|
StartDataSourceRunResult |
AmazonDataZone.startDataSourceRun(StartDataSourceRunRequest startDataSourceRunRequest)
Start the run of the specified data source in Amazon DataZone.
|
StartDataSourceRunResult |
AbstractAmazonDataZone.startDataSourceRun(StartDataSourceRunRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<StartDataSourceRunResult> |
AbstractAmazonDataZoneAsync.startDataSourceRunAsync(StartDataSourceRunRequest request,
AsyncHandler<StartDataSourceRunRequest,StartDataSourceRunResult> asyncHandler) |
Future<StartDataSourceRunResult> |
AmazonDataZoneAsync.startDataSourceRunAsync(StartDataSourceRunRequest startDataSourceRunRequest,
AsyncHandler<StartDataSourceRunRequest,StartDataSourceRunResult> asyncHandler)
Start the run of the specified data source in Amazon DataZone.
|
Future<StartDataSourceRunResult> |
AmazonDataZoneAsyncClient.startDataSourceRunAsync(StartDataSourceRunRequest request,
AsyncHandler<StartDataSourceRunRequest,StartDataSourceRunResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartDataSourceRunResult |
StartDataSourceRunResult.clone() |
StartDataSourceRunResult |
StartDataSourceRunResult.withCreatedAt(Date createdAt)
The timestamp of when data source run was created.
|
StartDataSourceRunResult |
StartDataSourceRunResult.withDataSourceConfigurationSnapshot(String dataSourceConfigurationSnapshot)
The configuration snapshot of the data source that is being run.
|
StartDataSourceRunResult |
StartDataSourceRunResult.withDataSourceId(String dataSourceId)
The identifier of the data source.
|
StartDataSourceRunResult |
StartDataSourceRunResult.withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which to start a data source run.
|
StartDataSourceRunResult |
StartDataSourceRunResult.withErrorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
StartDataSourceRunResult |
StartDataSourceRunResult.withId(String id)
The identifier of the data source run.
|
StartDataSourceRunResult |
StartDataSourceRunResult.withProjectId(String projectId)
The identifier of the project.
|
StartDataSourceRunResult |
StartDataSourceRunResult.withRunStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)
Specifies run statistics for assets.
|
StartDataSourceRunResult |
StartDataSourceRunResult.withStartedAt(Date startedAt)
The timestamp of when the data source run was started.
|
StartDataSourceRunResult |
StartDataSourceRunResult.withStatus(DataSourceRunStatus status)
The status of the data source run.
|
StartDataSourceRunResult |
StartDataSourceRunResult.withStatus(String status)
The status of the data source run.
|
StartDataSourceRunResult |
StartDataSourceRunResult.withStoppedAt(Date stoppedAt)
The timestamp of when the data source run was stopped.
|
StartDataSourceRunResult |
StartDataSourceRunResult.withType(DataSourceRunType type)
The type of the data source run.
|
StartDataSourceRunResult |
StartDataSourceRunResult.withType(String type)
The type of the data source run.
|
StartDataSourceRunResult |
StartDataSourceRunResult.withUpdatedAt(Date updatedAt)
The timestamp of when the data source run was updated.
|
Copyright © 2024. All rights reserved.