Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.RejectedLogEventsInfo.Builder
-
Packages that use RejectedLogEventsInfo.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of RejectedLogEventsInfo.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return RejectedLogEventsInfo.Builder Modifier and Type Method Description static RejectedLogEventsInfo.BuilderRejectedLogEventsInfo. builder()RejectedLogEventsInfo.BuilderRejectedLogEventsInfo.Builder. expiredLogEventEndIndex(Integer expiredLogEventEndIndex)The expired log events.RejectedLogEventsInfo.BuilderRejectedLogEventsInfo. toBuilder()RejectedLogEventsInfo.BuilderRejectedLogEventsInfo.Builder. tooNewLogEventStartIndex(Integer tooNewLogEventStartIndex)The index of the first log event that is too new.RejectedLogEventsInfo.BuilderRejectedLogEventsInfo.Builder. tooOldLogEventEndIndex(Integer tooOldLogEventEndIndex)The index of the last log event that is too old.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type RejectedLogEventsInfo.Builder Modifier and Type Method Description static Class<? extends RejectedLogEventsInfo.Builder>RejectedLogEventsInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type RejectedLogEventsInfo.Builder Modifier and Type Method Description default PutLogEventsResponse.BuilderPutLogEventsResponse.Builder. rejectedLogEventsInfo(Consumer<RejectedLogEventsInfo.Builder> rejectedLogEventsInfo)The rejected events.
-