Uses of Class
software.amazon.awssdk.services.frauddetector.model.GetDetectorsResponse
-
Packages that use GetDetectorsResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.paginators -
-
Uses of GetDetectorsResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return GetDetectorsResponse Modifier and Type Method Description default GetDetectorsResponseFraudDetectorClient. getDetectors(Consumer<GetDetectorsRequest.Builder> getDetectorsRequest)Gets all detectors or a single detector if adetectorIdis specified.default GetDetectorsResponseFraudDetectorClient. getDetectors(GetDetectorsRequest getDetectorsRequest)Gets all detectors or a single detector if adetectorIdis specified.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type GetDetectorsResponse Modifier and Type Method Description default CompletableFuture<GetDetectorsResponse>FraudDetectorAsyncClient. getDetectors(Consumer<GetDetectorsRequest.Builder> getDetectorsRequest)Gets all detectors or a single detector if adetectorIdis specified.default CompletableFuture<GetDetectorsResponse>FraudDetectorAsyncClient. getDetectors(GetDetectorsRequest getDetectorsRequest)Gets all detectors or a single detector if adetectorIdis specified. -
Uses of GetDetectorsResponse in software.amazon.awssdk.services.frauddetector.paginators
Methods in software.amazon.awssdk.services.frauddetector.paginators that return types with arguments of type GetDetectorsResponse Modifier and Type Method Description Iterator<GetDetectorsResponse>GetDetectorsIterable. iterator()Method parameters in software.amazon.awssdk.services.frauddetector.paginators with type arguments of type GetDetectorsResponse Modifier and Type Method Description voidGetDetectorsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetDetectorsResponse> subscriber)
-