Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutLogEventsResponse.Builder
Packages that use PutLogEventsResponse.Builder
-
Uses of PutLogEventsResponse.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutLogEventsResponse.BuilderModifier and TypeMethodDescriptionstatic PutLogEventsResponse.BuilderPutLogEventsResponse.builder()PutLogEventsResponse.Builder.nextSequenceToken(String nextSequenceToken) The next sequence token.default PutLogEventsResponse.BuilderPutLogEventsResponse.Builder.rejectedEntityInfo(Consumer<RejectedEntityInfo.Builder> rejectedEntityInfo) Information about why the entity is rejected when callingPutLogEvents.PutLogEventsResponse.Builder.rejectedEntityInfo(RejectedEntityInfo rejectedEntityInfo) Information about why the entity is rejected when callingPutLogEvents.default PutLogEventsResponse.BuilderPutLogEventsResponse.Builder.rejectedLogEventsInfo(Consumer<RejectedLogEventsInfo.Builder> rejectedLogEventsInfo) The rejected events.PutLogEventsResponse.Builder.rejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo) The rejected events.PutLogEventsResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutLogEventsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutLogEventsResponse.Builder>PutLogEventsResponse.serializableBuilderClass()