| 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 |
|---|---|
GetDetectorVersionResult |
AmazonFraudDetectorClient.getDetectorVersion(GetDetectorVersionRequest request)
Gets a particular detector version.
|
GetDetectorVersionResult |
AmazonFraudDetector.getDetectorVersion(GetDetectorVersionRequest getDetectorVersionRequest)
Gets a particular detector version.
|
GetDetectorVersionResult |
AbstractAmazonFraudDetector.getDetectorVersion(GetDetectorVersionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDetectorVersionResult> |
AbstractAmazonFraudDetectorAsync.getDetectorVersionAsync(GetDetectorVersionRequest request,
AsyncHandler<GetDetectorVersionRequest,GetDetectorVersionResult> asyncHandler) |
Future<GetDetectorVersionResult> |
AmazonFraudDetectorAsyncClient.getDetectorVersionAsync(GetDetectorVersionRequest request,
AsyncHandler<GetDetectorVersionRequest,GetDetectorVersionResult> asyncHandler) |
Future<GetDetectorVersionResult> |
AmazonFraudDetectorAsync.getDetectorVersionAsync(GetDetectorVersionRequest getDetectorVersionRequest,
AsyncHandler<GetDetectorVersionRequest,GetDetectorVersionResult> asyncHandler)
Gets a particular detector version.
|
| Modifier and Type | Method and Description |
|---|---|
GetDetectorVersionResult |
GetDetectorVersionResult.clone() |
GetDetectorVersionResult |
GetDetectorVersionResult.withArn(String arn)
The detector version ARN.
|
GetDetectorVersionResult |
GetDetectorVersionResult.withCreatedTime(String createdTime)
The timestamp when the detector version was created.
|
GetDetectorVersionResult |
GetDetectorVersionResult.withDescription(String description)
The detector version description.
|
GetDetectorVersionResult |
GetDetectorVersionResult.withDetectorId(String detectorId)
The detector ID.
|
GetDetectorVersionResult |
GetDetectorVersionResult.withDetectorVersionId(String detectorVersionId)
The detector version ID.
|
GetDetectorVersionResult |
GetDetectorVersionResult.withExternalModelEndpoints(Collection<String> externalModelEndpoints)
The Amazon SageMaker model endpoints included in the detector version.
|
GetDetectorVersionResult |
GetDetectorVersionResult.withExternalModelEndpoints(String... externalModelEndpoints)
The Amazon SageMaker model endpoints included in the detector version.
|
GetDetectorVersionResult |
GetDetectorVersionResult.withLastUpdatedTime(String lastUpdatedTime)
The timestamp when the detector version was last updated.
|
GetDetectorVersionResult |
GetDetectorVersionResult.withModelVersions(Collection<ModelVersion> modelVersions)
The model versions included in the detector version.
|
GetDetectorVersionResult |
GetDetectorVersionResult.withModelVersions(ModelVersion... modelVersions)
The model versions included in the detector version.
|
GetDetectorVersionResult |
GetDetectorVersionResult.withRuleExecutionMode(RuleExecutionMode ruleExecutionMode)
The execution mode of the rule in the dectector
|
GetDetectorVersionResult |
GetDetectorVersionResult.withRuleExecutionMode(String ruleExecutionMode)
The execution mode of the rule in the dectector
|
GetDetectorVersionResult |
GetDetectorVersionResult.withRules(Collection<Rule> rules)
The rules included in the detector version.
|
GetDetectorVersionResult |
GetDetectorVersionResult.withRules(Rule... rules)
The rules included in the detector version.
|
GetDetectorVersionResult |
GetDetectorVersionResult.withStatus(DetectorVersionStatus status)
The status of the detector version.
|
GetDetectorVersionResult |
GetDetectorVersionResult.withStatus(String status)
The status of the detector version.
|
Copyright © 2021. All rights reserved.