| 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<StartDataSourceRunResult> |
AmazonDataZoneAsyncClient.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> |
AbstractAmazonDataZoneAsync.startDataSourceRunAsync(StartDataSourceRunRequest request,
AsyncHandler<StartDataSourceRunRequest,StartDataSourceRunResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartDataSourceRunRequest |
StartDataSourceRunRequest.clone() |
StartDataSourceRunRequest |
StartDataSourceRunRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
StartDataSourceRunRequest |
StartDataSourceRunRequest.withDataSourceIdentifier(String dataSourceIdentifier)
The identifier of the data source.
|
StartDataSourceRunRequest |
StartDataSourceRunRequest.withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which to start a data source run.
|
Copyright © 2023. All rights reserved.