Uses of Class
com.amazonaws.services.logs.model.RejectedLogEventsInfo
-
Packages that use RejectedLogEventsInfo Package Description com.amazonaws.services.logs.model -
-
Uses of RejectedLogEventsInfo in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return RejectedLogEventsInfo Modifier and Type Method Description RejectedLogEventsInfo
RejectedLogEventsInfo. clone()
RejectedLogEventsInfo
PutLogEventsResult. getRejectedLogEventsInfo()
RejectedLogEventsInfo
RejectedLogEventsInfo. withExpiredLogEventEndIndex(Integer expiredLogEventEndIndex)
RejectedLogEventsInfo
RejectedLogEventsInfo. withTooNewLogEventStartIndex(Integer tooNewLogEventStartIndex)
RejectedLogEventsInfo
RejectedLogEventsInfo. withTooOldLogEventEndIndex(Integer tooOldLogEventEndIndex)
Methods in com.amazonaws.services.logs.model with parameters of type RejectedLogEventsInfo Modifier and Type Method Description void
PutLogEventsResult. setRejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo)
PutLogEventsResult
PutLogEventsResult. withRejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo)
-