| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
static ImportStatistics.Builder |
ImportStatistics.builder() |
ImportStatistics.Builder |
ImportStatistics.Builder.eventsCompleted(Long eventsCompleted)
The number of trail events imported into the event data store.
|
ImportStatistics.Builder |
ImportStatistics.Builder.failedEntries(Long failedEntries)
The number of failed entries.
|
ImportStatistics.Builder |
ImportStatistics.Builder.filesCompleted(Long filesCompleted)
The number of log files that completed import.
|
ImportStatistics.Builder |
ImportStatistics.Builder.prefixesCompleted(Long prefixesCompleted)
The number of S3 prefixes that completed import.
|
ImportStatistics.Builder |
ImportStatistics.Builder.prefixesFound(Long prefixesFound)
The number of S3 prefixes found for the import.
|
ImportStatistics.Builder |
ImportStatistics.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImportStatistics.Builder> |
ImportStatistics.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetImportResponse.Builder |
GetImportResponse.Builder.importStatistics(Consumer<ImportStatistics.Builder> importStatistics)
Provides statistics for the import.
|
default StopImportResponse.Builder |
StopImportResponse.Builder.importStatistics(Consumer<ImportStatistics.Builder> importStatistics)
Returns information on the stopped import.
|
Copyright © 2023. All rights reserved.