| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
IngestionStatus |
IngestionStatus.clone() |
IngestionStatus |
GetChannelResult.getIngestionStatus()
A table showing information about the most recent successful and failed attempts to ingest events.
|
IngestionStatus |
IngestionStatus.withLatestIngestionAttemptEventID(String latestIngestionAttemptEventID)
The event ID of the most recent attempt to ingest events.
|
IngestionStatus |
IngestionStatus.withLatestIngestionAttemptTime(Date latestIngestionAttemptTime)
The time stamp of the most recent attempt to ingest events on the channel.
|
IngestionStatus |
IngestionStatus.withLatestIngestionErrorCode(String latestIngestionErrorCode)
The error code for the most recent failure to ingest events.
|
IngestionStatus |
IngestionStatus.withLatestIngestionSuccessEventID(String latestIngestionSuccessEventID)
The event ID of the most recent successful ingestion of events.
|
IngestionStatus |
IngestionStatus.withLatestIngestionSuccessTime(Date latestIngestionSuccessTime)
The time stamp of the most recent successful ingestion of events for the channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetChannelResult.setIngestionStatus(IngestionStatus ingestionStatus)
A table showing information about the most recent successful and failed attempts to ingest events.
|
GetChannelResult |
GetChannelResult.withIngestionStatus(IngestionStatus ingestionStatus)
A table showing information about the most recent successful and failed attempts to ingest events.
|
Copyright © 2023. All rights reserved.