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()Methods in software.amazon.awssdk.services.datazone.model with parameters of type RejectChoice Modifier and Type Method Description RejectPredictionsRequest.BuilderRejectPredictionsRequest.Builder. rejectChoices(RejectChoice... rejectChoices)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)
-