| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
ImportStatistics |
ImportStatistics.clone() |
ImportStatistics |
StopImportResult.getImportStatistics()
Returns information on the stopped import.
|
ImportStatistics |
GetImportResult.getImportStatistics()
Provides statistics for the import.
|
ImportStatistics |
ImportStatistics.withEventsCompleted(Long eventsCompleted)
The number of trail events imported into the event data store.
|
ImportStatistics |
ImportStatistics.withFailedEntries(Long failedEntries)
The number of failed entries.
|
ImportStatistics |
ImportStatistics.withFilesCompleted(Long filesCompleted)
The number of log files that completed import.
|
ImportStatistics |
ImportStatistics.withPrefixesCompleted(Long prefixesCompleted)
The number of S3 prefixes that completed import.
|
ImportStatistics |
ImportStatistics.withPrefixesFound(Long prefixesFound)
The number of S3 prefixes found for the import.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StopImportResult.setImportStatistics(ImportStatistics importStatistics)
Returns information on the stopped import.
|
void |
GetImportResult.setImportStatistics(ImportStatistics importStatistics)
Provides statistics for the import.
|
StopImportResult |
StopImportResult.withImportStatistics(ImportStatistics importStatistics)
Returns information on the stopped import.
|
GetImportResult |
GetImportResult.withImportStatistics(ImportStatistics importStatistics)
Provides statistics for the import.
|
Copyright © 2024. All rights reserved.