Uses of Class
software.amazon.awssdk.services.datazone.model.RejectChoice
-
Packages that use RejectChoice Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of RejectChoice in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type RejectChoice Modifier and Type Method Description List<RejectChoice>RejectPredictionsRequest. rejectChoices()Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be rejected.Methods in software.amazon.awssdk.services.datazone.model with parameters of type RejectChoice Modifier and Type Method Description RejectPredictionsRequest.BuilderRejectPredictionsRequest.Builder. rejectChoices(RejectChoice... rejectChoices)Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be rejected.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type RejectChoice Modifier and Type Method Description RejectPredictionsRequest.BuilderRejectPredictionsRequest.Builder. rejectChoices(Collection<RejectChoice> rejectChoices)Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be rejected.
-