| 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 |
|---|---|
AcceptPredictionsResult |
AbstractAmazonDataZone.acceptPredictions(AcceptPredictionsRequest request) |
AcceptPredictionsResult |
AmazonDataZoneClient.acceptPredictions(AcceptPredictionsRequest request)
Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.
|
AcceptPredictionsResult |
AmazonDataZone.acceptPredictions(AcceptPredictionsRequest acceptPredictionsRequest)
Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.
|
Future<AcceptPredictionsResult> |
AbstractAmazonDataZoneAsync.acceptPredictionsAsync(AcceptPredictionsRequest request) |
Future<AcceptPredictionsResult> |
AmazonDataZoneAsync.acceptPredictionsAsync(AcceptPredictionsRequest acceptPredictionsRequest)
Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.
|
Future<AcceptPredictionsResult> |
AmazonDataZoneAsyncClient.acceptPredictionsAsync(AcceptPredictionsRequest request) |
Future<AcceptPredictionsResult> |
AbstractAmazonDataZoneAsync.acceptPredictionsAsync(AcceptPredictionsRequest request,
AsyncHandler<AcceptPredictionsRequest,AcceptPredictionsResult> asyncHandler) |
Future<AcceptPredictionsResult> |
AmazonDataZoneAsync.acceptPredictionsAsync(AcceptPredictionsRequest acceptPredictionsRequest,
AsyncHandler<AcceptPredictionsRequest,AcceptPredictionsResult> asyncHandler)
Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.
|
Future<AcceptPredictionsResult> |
AmazonDataZoneAsyncClient.acceptPredictionsAsync(AcceptPredictionsRequest request,
AsyncHandler<AcceptPredictionsRequest,AcceptPredictionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<AcceptPredictionsResult> |
AbstractAmazonDataZoneAsync.acceptPredictionsAsync(AcceptPredictionsRequest request,
AsyncHandler<AcceptPredictionsRequest,AcceptPredictionsResult> asyncHandler) |
Future<AcceptPredictionsResult> |
AmazonDataZoneAsync.acceptPredictionsAsync(AcceptPredictionsRequest acceptPredictionsRequest,
AsyncHandler<AcceptPredictionsRequest,AcceptPredictionsResult> asyncHandler)
Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.
|
Future<AcceptPredictionsResult> |
AmazonDataZoneAsyncClient.acceptPredictionsAsync(AcceptPredictionsRequest request,
AsyncHandler<AcceptPredictionsRequest,AcceptPredictionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AcceptPredictionsRequest |
AcceptPredictionsRequest.clone() |
AcceptPredictionsRequest |
AcceptPredictionsRequest.withAcceptChoices(AcceptChoice... acceptChoices)
Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a
column name) that can be accepted.
|
AcceptPredictionsRequest |
AcceptPredictionsRequest.withAcceptChoices(Collection<AcceptChoice> acceptChoices)
Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a
column name) that can be accepted.
|
AcceptPredictionsRequest |
AcceptPredictionsRequest.withAcceptRule(AcceptRule acceptRule)
Specifies the rule (or the conditions) under which a prediction can be accepted.
|
AcceptPredictionsRequest |
AcceptPredictionsRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure idempotency of the request.
|
AcceptPredictionsRequest |
AcceptPredictionsRequest.withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
AcceptPredictionsRequest |
AcceptPredictionsRequest.withIdentifier(String identifier)
The identifier of the asset.
|
AcceptPredictionsRequest |
AcceptPredictionsRequest.withRevision(String revision)
The revision that is to be made to the asset.
|
Copyright © 2024. All rights reserved.