| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
IngestedEventStatistics |
IngestedEventStatistics.clone() |
IngestedEventStatistics |
EventType.getIngestedEventStatistics()
Data about the stored events.
|
IngestedEventStatistics |
IngestedEventStatistics.withEventDataSizeInBytes(Long eventDataSizeInBytes)
The total size of the stored events.
|
IngestedEventStatistics |
IngestedEventStatistics.withLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the stored event was last updated.
|
IngestedEventStatistics |
IngestedEventStatistics.withLeastRecentEvent(String leastRecentEvent)
The oldest stored event.
|
IngestedEventStatistics |
IngestedEventStatistics.withMostRecentEvent(String mostRecentEvent)
The newest stored event.
|
IngestedEventStatistics |
IngestedEventStatistics.withNumberOfEvents(Long numberOfEvents)
The number of stored events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventType.setIngestedEventStatistics(IngestedEventStatistics ingestedEventStatistics)
Data about the stored events.
|
EventType |
EventType.withIngestedEventStatistics(IngestedEventStatistics ingestedEventStatistics)
Data about the stored events.
|
Copyright © 2025. All rights reserved.