| 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 |
|---|---|
GetDataSourceResult |
AbstractAmazonDataZone.getDataSource(GetDataSourceRequest request) |
GetDataSourceResult |
AmazonDataZoneClient.getDataSource(GetDataSourceRequest request)
Gets an Amazon DataZone data source.
|
GetDataSourceResult |
AmazonDataZone.getDataSource(GetDataSourceRequest getDataSourceRequest)
Gets an Amazon DataZone data source.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDataSourceResult> |
AbstractAmazonDataZoneAsync.getDataSourceAsync(GetDataSourceRequest request,
AsyncHandler<GetDataSourceRequest,GetDataSourceResult> asyncHandler) |
Future<GetDataSourceResult> |
AmazonDataZoneAsyncClient.getDataSourceAsync(GetDataSourceRequest request,
AsyncHandler<GetDataSourceRequest,GetDataSourceResult> asyncHandler) |
Future<GetDataSourceResult> |
AmazonDataZoneAsync.getDataSourceAsync(GetDataSourceRequest getDataSourceRequest,
AsyncHandler<GetDataSourceRequest,GetDataSourceResult> asyncHandler)
Gets an Amazon DataZone data source.
|
| Modifier and Type | Method and Description |
|---|---|
GetDataSourceResult |
GetDataSourceResult.clone() |
GetDataSourceResult |
GetDataSourceResult.withAssetFormsOutput(Collection<FormOutput> assetFormsOutput)
The metadata forms attached to the assets created by this data source.
|
GetDataSourceResult |
GetDataSourceResult.withAssetFormsOutput(FormOutput... assetFormsOutput)
The metadata forms attached to the assets created by this data source.
|
GetDataSourceResult |
GetDataSourceResult.withConfiguration(DataSourceConfigurationOutput configuration)
The configuration of the data source.
|
GetDataSourceResult |
GetDataSourceResult.withCreatedAt(Date createdAt)
The timestamp of when the data source was created.
|
GetDataSourceResult |
GetDataSourceResult.withDescription(String description)
The description of the data source.
|
GetDataSourceResult |
GetDataSourceResult.withDomainId(String domainId)
The ID of the Amazon DataZone domain in which the data source exists.
|
GetDataSourceResult |
GetDataSourceResult.withEnableSetting(EnableSetting enableSetting)
Specifies whether this data source is enabled or not.
|
GetDataSourceResult |
GetDataSourceResult.withEnableSetting(String enableSetting)
Specifies whether this data source is enabled or not.
|
GetDataSourceResult |
GetDataSourceResult.withEnvironmentId(String environmentId)
The ID of the environment where this data source creates and publishes assets,
|
GetDataSourceResult |
GetDataSourceResult.withErrorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
GetDataSourceResult |
GetDataSourceResult.withId(String id)
The ID of the data source.
|
GetDataSourceResult |
GetDataSourceResult.withLastRunAssetCount(Integer lastRunAssetCount)
The number of assets created by the data source during its last run.
|
GetDataSourceResult |
GetDataSourceResult.withLastRunAt(Date lastRunAt)
The timestamp of the last run of the data source.
|
GetDataSourceResult |
GetDataSourceResult.withLastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
GetDataSourceResult |
GetDataSourceResult.withLastRunStatus(DataSourceRunStatus lastRunStatus)
The status of the last run of the data source.
|
GetDataSourceResult |
GetDataSourceResult.withLastRunStatus(String lastRunStatus)
The status of the last run of the data source.
|
GetDataSourceResult |
GetDataSourceResult.withName(String name)
The name of the data source.
|
GetDataSourceResult |
GetDataSourceResult.withProjectId(String projectId)
The ID of the project where the data source creates and publishes assets.
|
GetDataSourceResult |
GetDataSourceResult.withPublishOnImport(Boolean publishOnImport)
Specifies whether the assets that this data source creates in the inventory are to be also automatically
published to the catalog.
|
GetDataSourceResult |
GetDataSourceResult.withRecommendation(RecommendationConfiguration recommendation)
The recommendation configuration of the data source.
|
GetDataSourceResult |
GetDataSourceResult.withSchedule(ScheduleConfiguration schedule)
The schedule of the data source runs.
|
GetDataSourceResult |
GetDataSourceResult.withSelfGrantStatus(SelfGrantStatusOutput selfGrantStatus)
Specifies the status of the self-granting functionality.
|
GetDataSourceResult |
GetDataSourceResult.withStatus(DataSourceStatus status)
The status of the data source.
|
GetDataSourceResult |
GetDataSourceResult.withStatus(String status)
The status of the data source.
|
GetDataSourceResult |
GetDataSourceResult.withType(String type)
The type of the data source.
|
GetDataSourceResult |
GetDataSourceResult.withUpdatedAt(Date updatedAt)
The timestamp of when the data source was updated.
|
Copyright © 2024. All rights reserved.