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