| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone |
Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your
data.
|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AcceptPredictionsResponse> |
DataZoneAsyncClient.acceptPredictions(Consumer<AcceptPredictionsRequest.Builder> acceptPredictionsRequest)
Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.
|
default AcceptPredictionsResponse |
DataZoneClient.acceptPredictions(Consumer<AcceptPredictionsRequest.Builder> acceptPredictionsRequest)
Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.
|
| Modifier and Type | Method and Description |
|---|---|
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.acceptChoices(AcceptChoice... acceptChoices)
|
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.acceptChoices(Collection<AcceptChoice> acceptChoices)
|
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.acceptChoices(Consumer<AcceptChoice.Builder>... acceptChoices)
This is a convenience method that creates an instance of the
AcceptChoice.Builder avoiding the need to create one
manually via AcceptChoice.builder(). |
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.acceptRule(AcceptRule acceptRule)
Specifies the rule (or the conditions) under which a prediction can be accepted.
|
default AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.acceptRule(Consumer<AcceptRule.Builder> acceptRule)
Specifies the rule (or the conditions) under which a prediction can be accepted.
|
static AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.builder() |
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.clientToken(String clientToken)
A unique, case-sensitive identifier to ensure idempotency of the request.
|
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.identifier(String identifier)
|
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.Builder.revision(String revision)
|
AcceptPredictionsRequest.Builder |
AcceptPredictionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AcceptPredictionsRequest.Builder> |
AcceptPredictionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.