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