| 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 |
|---|---|
GetDataSourceRunResult |
AmazonDataZoneClient.getDataSourceRun(GetDataSourceRunRequest request)
Gets an Amazon DataZone data source run.
|
GetDataSourceRunResult |
AmazonDataZone.getDataSourceRun(GetDataSourceRunRequest getDataSourceRunRequest)
Gets an Amazon DataZone data source run.
|
GetDataSourceRunResult |
AbstractAmazonDataZone.getDataSourceRun(GetDataSourceRunRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDataSourceRunResult> |
AbstractAmazonDataZoneAsync.getDataSourceRunAsync(GetDataSourceRunRequest request,
AsyncHandler<GetDataSourceRunRequest,GetDataSourceRunResult> asyncHandler) |
Future<GetDataSourceRunResult> |
AmazonDataZoneAsync.getDataSourceRunAsync(GetDataSourceRunRequest getDataSourceRunRequest,
AsyncHandler<GetDataSourceRunRequest,GetDataSourceRunResult> asyncHandler)
Gets an Amazon DataZone data source run.
|
Future<GetDataSourceRunResult> |
AmazonDataZoneAsyncClient.getDataSourceRunAsync(GetDataSourceRunRequest request,
AsyncHandler<GetDataSourceRunRequest,GetDataSourceRunResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDataSourceRunResult |
GetDataSourceRunResult.clone() |
GetDataSourceRunResult |
GetDataSourceRunResult.withCreatedAt(Date createdAt)
The timestamp of when the data source run was created.
|
GetDataSourceRunResult |
GetDataSourceRunResult.withDataSourceConfigurationSnapshot(String dataSourceConfigurationSnapshot)
The configuration snapshot of the data source run.
|
GetDataSourceRunResult |
GetDataSourceRunResult.withDataSourceId(String dataSourceId)
The ID of the data source for this data source run.
|
GetDataSourceRunResult |
GetDataSourceRunResult.withDomainId(String domainId)
The ID of the domain in which this data source run was performed.
|
GetDataSourceRunResult |
GetDataSourceRunResult.withErrorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
GetDataSourceRunResult |
GetDataSourceRunResult.withId(String id)
The ID of the data source run.
|
GetDataSourceRunResult |
GetDataSourceRunResult.withProjectId(String projectId)
The ID of the project in which this data source run occured.
|
GetDataSourceRunResult |
GetDataSourceRunResult.withRunStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)
The asset statistics from this data source run.
|
GetDataSourceRunResult |
GetDataSourceRunResult.withStartedAt(Date startedAt)
The timestamp of when this data source run started.
|
GetDataSourceRunResult |
GetDataSourceRunResult.withStatus(DataSourceRunStatus status)
The status of this data source run.
|
GetDataSourceRunResult |
GetDataSourceRunResult.withStatus(String status)
The status of this data source run.
|
GetDataSourceRunResult |
GetDataSourceRunResult.withStoppedAt(Date stoppedAt)
The timestamp of when this data source run stopped.
|
GetDataSourceRunResult |
GetDataSourceRunResult.withType(DataSourceRunType type)
The type of this data source run.
|
GetDataSourceRunResult |
GetDataSourceRunResult.withType(String type)
The type of this data source run.
|
GetDataSourceRunResult |
GetDataSourceRunResult.withUpdatedAt(Date updatedAt)
The timestamp of when this data source run was updated.
|
Copyright © 2023. All rights reserved.