| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
Detector |
Detector.clone() |
Detector |
Detector.withArn(String arn)
The detector ARN.
|
Detector |
Detector.withCreatedTime(String createdTime)
Timestamp of when the detector was created.
|
Detector |
Detector.withDescription(String description)
The detector description.
|
Detector |
Detector.withDetectorId(String detectorId)
The detector ID.
|
Detector |
Detector.withEventTypeName(String eventTypeName)
The name of the event type.
|
Detector |
Detector.withLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the detector was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Detector> |
GetDetectorsResult.getDetectors()
The detectors.
|
| Modifier and Type | Method and Description |
|---|---|
GetDetectorsResult |
GetDetectorsResult.withDetectors(Detector... detectors)
The detectors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDetectorsResult.setDetectors(Collection<Detector> detectors)
The detectors.
|
GetDetectorsResult |
GetDetectorsResult.withDetectors(Collection<Detector> detectors)
The detectors.
|
Copyright © 2022. All rights reserved.