Uses of Class
software.amazon.awssdk.services.frauddetector.model.Outcome
-
Packages that use Outcome Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of Outcome in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type Outcome Modifier and Type Method Description List<Outcome>GetOutcomesResponse. outcomes()The outcomes.Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type Outcome Modifier and Type Method Description GetOutcomesResponse.BuilderGetOutcomesResponse.Builder. outcomes(Outcome... outcomes)The outcomes.Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type Outcome Modifier and Type Method Description GetOutcomesResponse.BuilderGetOutcomesResponse.Builder. outcomes(Collection<Outcome> outcomes)The outcomes.
-