| 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 |
|---|---|
Future<UpdateDataSourceResult> |
AbstractAmazonDataZoneAsync.updateDataSourceAsync(UpdateDataSourceRequest request,
AsyncHandler<UpdateDataSourceRequest,UpdateDataSourceResult> asyncHandler) |
Future<UpdateDataSourceResult> |
AmazonDataZoneAsync.updateDataSourceAsync(UpdateDataSourceRequest updateDataSourceRequest,
AsyncHandler<UpdateDataSourceRequest,UpdateDataSourceResult> asyncHandler)
Updates the specified data source in Amazon DataZone.
|
Future<UpdateDataSourceResult> |
AmazonDataZoneAsyncClient.updateDataSourceAsync(UpdateDataSourceRequest request,
AsyncHandler<UpdateDataSourceRequest,UpdateDataSourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateDataSourceRequest |
UpdateDataSourceRequest.clone() |
UpdateDataSourceRequest |
UpdateDataSourceRequest.withAssetFormsInput(Collection<FormInput> assetFormsInput)
The asset forms to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceRequest |
UpdateDataSourceRequest.withAssetFormsInput(FormInput... assetFormsInput)
The asset forms to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceRequest |
UpdateDataSourceRequest.withConfiguration(DataSourceConfigurationInput configuration)
The configuration to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceRequest |
UpdateDataSourceRequest.withDescription(String description)
The description to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceRequest |
UpdateDataSourceRequest.withDomainIdentifier(String domainIdentifier)
The identifier of the domain in which to update a data source.
|
UpdateDataSourceRequest |
UpdateDataSourceRequest.withEnableSetting(EnableSetting enableSetting)
The enable setting to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceRequest |
UpdateDataSourceRequest.withEnableSetting(String enableSetting)
The enable setting to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceRequest |
UpdateDataSourceRequest.withIdentifier(String identifier)
The identifier of the data source to be updated.
|
UpdateDataSourceRequest |
UpdateDataSourceRequest.withName(String name)
The name to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceRequest |
UpdateDataSourceRequest.withPublishOnImport(Boolean publishOnImport)
The publish on import setting to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceRequest |
UpdateDataSourceRequest.withRecommendation(RecommendationConfiguration recommendation)
The recommendation to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceRequest |
UpdateDataSourceRequest.withSchedule(ScheduleConfiguration schedule)
The schedule to be updated as part of the
UpdateDataSource action. |
Copyright © 2024. All rights reserved.