| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| software.amazon.awssdk.services.frauddetector.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetDetectorsResponse |
FraudDetectorClient.getDetectors(Consumer<GetDetectorsRequest.Builder> getDetectorsRequest)
Gets all detectors or a single detector if a
detectorId is specified. |
default GetDetectorsResponse |
FraudDetectorClient.getDetectors(GetDetectorsRequest getDetectorsRequest)
Gets all detectors or a single detector if a
detectorId is specified. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDetectorsResponse> |
FraudDetectorAsyncClient.getDetectors(Consumer<GetDetectorsRequest.Builder> getDetectorsRequest)
Gets all detectors or a single detector if a
detectorId is specified. |
default CompletableFuture<GetDetectorsResponse> |
FraudDetectorAsyncClient.getDetectors(GetDetectorsRequest getDetectorsRequest)
Gets all detectors or a single detector if a
detectorId is specified. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetDetectorsResponse> |
GetDetectorsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetDetectorsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetDetectorsResponse> subscriber) |
Copyright © 2021. All rights reserved.