Uses of Class
software.amazon.awssdk.services.frauddetector.paginators.GetDetectorsIterable
-
Packages that use GetDetectorsIterable Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference. -
-
Uses of GetDetectorsIterable in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return GetDetectorsIterable Modifier and Type Method Description default GetDetectorsIterableFraudDetectorClient. getDetectorsPaginator(Consumer<GetDetectorsRequest.Builder> getDetectorsRequest)Gets all detectors or a single detector if adetectorIdis specified.default GetDetectorsIterableFraudDetectorClient. getDetectorsPaginator(GetDetectorsRequest getDetectorsRequest)Gets all detectors or a single detector if adetectorIdis specified.
-