| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDetectorsResult> |
AmazonFraudDetectorAsyncClient.getDetectorsAsync(GetDetectorsRequest request,
AsyncHandler<GetDetectorsRequest,GetDetectorsResult> asyncHandler) |
Future<GetDetectorsResult> |
AmazonFraudDetectorAsync.getDetectorsAsync(GetDetectorsRequest getDetectorsRequest,
AsyncHandler<GetDetectorsRequest,GetDetectorsResult> asyncHandler)
Gets all of detectors.
|
Future<GetDetectorsResult> |
AbstractAmazonFraudDetectorAsync.getDetectorsAsync(GetDetectorsRequest request,
AsyncHandler<GetDetectorsRequest,GetDetectorsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDetectorsRequest |
GetDetectorsRequest.clone() |
GetDetectorsRequest |
GetDetectorsRequest.withDetectorId(String detectorId)
The detector ID.
|
GetDetectorsRequest |
GetDetectorsRequest.withMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
|
GetDetectorsRequest |
GetDetectorsRequest.withNextToken(String nextToken)
The next token for the subsequent request.
|
Copyright © 2020. All rights reserved.