Uses of Class
software.amazon.awssdk.services.frauddetector.model.ModelSource
-
Packages that use ModelSource Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of ModelSource in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return ModelSource Modifier and Type Method Description static ModelSourceModelSource. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelSourceExternalModel. modelSource()The source of the model.ModelSourceExternalModelSummary. modelSource()The source of the model.ModelSourcePutExternalModelRequest. modelSource()The source of the model.static ModelSourceModelSource. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelSource[]ModelSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type ModelSource Modifier and Type Method Description static Set<ModelSource>ModelSource. knownValues()Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type ModelSource Modifier and Type Method Description ExternalModel.BuilderExternalModel.Builder. modelSource(ModelSource modelSource)The source of the model.ExternalModelSummary.BuilderExternalModelSummary.Builder. modelSource(ModelSource modelSource)The source of the model.PutExternalModelRequest.BuilderPutExternalModelRequest.Builder. modelSource(ModelSource modelSource)The source of the model.
-