Uses of Class
software.amazon.awssdk.services.datazone.model.AcceptChoice
-
Packages that use AcceptChoice Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of AcceptChoice in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type AcceptChoice Modifier and Type Method Description List<AcceptChoice>AcceptPredictionsRequest. acceptChoices()Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.Methods in software.amazon.awssdk.services.datazone.model with parameters of type AcceptChoice Modifier and Type Method Description AcceptPredictionsRequest.BuilderAcceptPredictionsRequest.Builder. acceptChoices(AcceptChoice... acceptChoices)Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type AcceptChoice Modifier and Type Method Description AcceptPredictionsRequest.BuilderAcceptPredictionsRequest.Builder. acceptChoices(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.
-