Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 18.226.186.153
<?php
namespace Aws\FraudDetector;
use Aws\AwsClient;
/**
* This client is used to interact with the **Amazon Fraud Detector** service.
* @method \Aws\Result batchCreateVariable(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchCreateVariableAsync(array $args = [])
* @method \Aws\Result batchGetVariable(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetVariableAsync(array $args = [])
* @method \Aws\Result createDetectorVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDetectorVersionAsync(array $args = [])
* @method \Aws\Result createModelVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise createModelVersionAsync(array $args = [])
* @method \Aws\Result createRule(array $args = [])
* @method \GuzzleHttp\Promise\Promise createRuleAsync(array $args = [])
* @method \Aws\Result createVariable(array $args = [])
* @method \GuzzleHttp\Promise\Promise createVariableAsync(array $args = [])
* @method \Aws\Result deleteDetectorVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDetectorVersionAsync(array $args = [])
* @method \Aws\Result deleteEvent(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteEventAsync(array $args = [])
* @method \Aws\Result describeDetector(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDetectorAsync(array $args = [])
* @method \Aws\Result describeModelVersions(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeModelVersionsAsync(array $args = [])
* @method \Aws\Result getDetectorVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDetectorVersionAsync(array $args = [])
* @method \Aws\Result getDetectors(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDetectorsAsync(array $args = [])
* @method \Aws\Result getExternalModels(array $args = [])
* @method \GuzzleHttp\Promise\Promise getExternalModelsAsync(array $args = [])
* @method \Aws\Result getModelVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise getModelVersionAsync(array $args = [])
* @method \Aws\Result getModels(array $args = [])
* @method \GuzzleHttp\Promise\Promise getModelsAsync(array $args = [])
* @method \Aws\Result getOutcomes(array $args = [])
* @method \GuzzleHttp\Promise\Promise getOutcomesAsync(array $args = [])
* @method \Aws\Result getPrediction(array $args = [])
* @method \GuzzleHttp\Promise\Promise getPredictionAsync(array $args = [])
* @method \Aws\Result getRules(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRulesAsync(array $args = [])
* @method \Aws\Result getVariables(array $args = [])
* @method \GuzzleHttp\Promise\Promise getVariablesAsync(array $args = [])
* @method \Aws\Result putDetector(array $args = [])
* @method \GuzzleHttp\Promise\Promise putDetectorAsync(array $args = [])
* @method \Aws\Result putExternalModel(array $args = [])
* @method \GuzzleHttp\Promise\Promise putExternalModelAsync(array $args = [])
* @method \Aws\Result putModel(array $args = [])
* @method \GuzzleHttp\Promise\Promise putModelAsync(array $args = [])
* @method \Aws\Result putOutcome(array $args = [])
* @method \GuzzleHttp\Promise\Promise putOutcomeAsync(array $args = [])
* @method \Aws\Result updateDetectorVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateDetectorVersionAsync(array $args = [])
* @method \Aws\Result updateDetectorVersionMetadata(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateDetectorVersionMetadataAsync(array $args = [])
* @method \Aws\Result updateDetectorVersionStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateDetectorVersionStatusAsync(array $args = [])
* @method \Aws\Result updateModelVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateModelVersionAsync(array $args = [])
* @method \Aws\Result updateRuleMetadata(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateRuleMetadataAsync(array $args = [])
* @method \Aws\Result updateRuleVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateRuleVersionAsync(array $args = [])
* @method \Aws\Result updateVariable(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateVariableAsync(array $args = [])
*/
class FraudDetectorClient extends AwsClient {}
|