| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| software.amazon.awssdk.services.frauddetector.paginators | |
| software.amazon.awssdk.services.frauddetector.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetDetectorsResponse |
FraudDetectorClient.getDetectors(GetDetectorsRequest 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. |
default GetDetectorsIterable |
FraudDetectorClient.getDetectorsPaginator(GetDetectorsRequest getDetectorsRequest)
Gets all detectors or a single detector if a
detectorId is specified. |
default GetDetectorsPublisher |
FraudDetectorAsyncClient.getDetectorsPaginator(GetDetectorsRequest getDetectorsRequest)
Gets all detectors or a single detector if a
detectorId is specified. |
| Constructor and Description |
|---|
GetDetectorsIterable(FraudDetectorClient client,
GetDetectorsRequest firstRequest) |
GetDetectorsPublisher(FraudDetectorAsyncClient client,
GetDetectorsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetDetectorsRequestMarshaller.marshall(GetDetectorsRequest getDetectorsRequest) |
Copyright © 2023. All rights reserved.