AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Gets all detectors or a single detector if a detectorId is specified. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 10 records per page. If you provide a maxResults, the value must be between 5 and 10. To get the next page results, provide the pagination token from the GetDetectorsResponse as part of your request. A null pagination token fetches the records from the beginning.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to GetDetectorsAsync.

Namespace: Amazon.FraudDetector
Assembly: AWSSDK.FraudDetector.dll
Version: 3.x.y.z

Syntax

C#
public abstract GetDetectorsResponse GetDetectors(
         GetDetectorsRequest request
)

Parameters

request
Type: Amazon.FraudDetector.Model.GetDetectorsRequest

Container for the necessary parameters to execute the GetDetectors service method.

Return Value


The response from the GetDetectors service method, as returned by FraudDetector.

Exceptions

ExceptionCondition
AccessDeniedException An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as PutExternalModel, that specifies a role that is not in your account.
InternalServerException An exception indicating an internal server error.
ResourceNotFoundException An exception indicating the specified resource was not found.
ThrottlingException An exception indicating a throttling error.
ValidationException An exception indicating a specified value is not allowed.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also