| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
FilterCondition |
FilterCondition.clone() |
FilterCondition |
ListEventPredictionsRequest.getDetectorId()
The detector ID.
|
FilterCondition |
ListEventPredictionsRequest.getDetectorVersionId()
The detector version ID.
|
FilterCondition |
ListEventPredictionsRequest.getEventId()
The event ID.
|
FilterCondition |
ListEventPredictionsRequest.getEventType()
The event type associated with the detector.
|
FilterCondition |
FilterCondition.withValue(String value)
A statement containing a resource property and a value to specify filter condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventPredictionsRequest.setDetectorId(FilterCondition detectorId)
The detector ID.
|
void |
ListEventPredictionsRequest.setDetectorVersionId(FilterCondition detectorVersionId)
The detector version ID.
|
void |
ListEventPredictionsRequest.setEventId(FilterCondition eventId)
The event ID.
|
void |
ListEventPredictionsRequest.setEventType(FilterCondition eventType)
The event type associated with the detector.
|
ListEventPredictionsRequest |
ListEventPredictionsRequest.withDetectorId(FilterCondition detectorId)
The detector ID.
|
ListEventPredictionsRequest |
ListEventPredictionsRequest.withDetectorVersionId(FilterCondition detectorVersionId)
The detector version ID.
|
ListEventPredictionsRequest |
ListEventPredictionsRequest.withEventId(FilterCondition eventId)
The event ID.
|
ListEventPredictionsRequest |
ListEventPredictionsRequest.withEventType(FilterCondition eventType)
The event type associated with the detector.
|
Copyright © 2022. All rights reserved.