| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
RejectedLogEventsInfo |
RejectedLogEventsInfo.clone() |
RejectedLogEventsInfo |
PutLogEventsResult.getRejectedLogEventsInfo()
The rejected events.
|
RejectedLogEventsInfo |
RejectedLogEventsInfo.withExpiredLogEventEndIndex(Integer expiredLogEventEndIndex)
The expired log events.
|
RejectedLogEventsInfo |
RejectedLogEventsInfo.withTooNewLogEventStartIndex(Integer tooNewLogEventStartIndex)
The log events that are too new.
|
RejectedLogEventsInfo |
RejectedLogEventsInfo.withTooOldLogEventEndIndex(Integer tooOldLogEventEndIndex)
The log events that are too old.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutLogEventsResult.setRejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo)
The rejected events.
|
PutLogEventsResult |
PutLogEventsResult.withRejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo)
The rejected events.
|
Copyright © 2018. All rights reserved.