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 RejectedLogEventsInfoRejectedLogEventsInfo. clone()RejectedLogEventsInfoPutLogEventsResult. getRejectedLogEventsInfo()RejectedLogEventsInfoRejectedLogEventsInfo. withExpiredLogEventEndIndex(Integer expiredLogEventEndIndex)RejectedLogEventsInfoRejectedLogEventsInfo. withTooNewLogEventStartIndex(Integer tooNewLogEventStartIndex)RejectedLogEventsInfoRejectedLogEventsInfo. withTooOldLogEventEndIndex(Integer tooOldLogEventEndIndex)Methods in com.amazonaws.services.logs.model with parameters of type RejectedLogEventsInfo Modifier and Type Method Description voidPutLogEventsResult. setRejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo)PutLogEventsResultPutLogEventsResult. withRejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo)
-