Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutLogEventsResponse.Builder
-
Packages that use PutLogEventsResponse.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of PutLogEventsResponse.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutLogEventsResponse.Builder Modifier and Type Method Description static PutLogEventsResponse.BuilderPutLogEventsResponse. builder()PutLogEventsResponse.BuilderPutLogEventsResponse.Builder. nextSequenceToken(String nextSequenceToken)The next sequence token.default PutLogEventsResponse.BuilderPutLogEventsResponse.Builder. rejectedEntityInfo(Consumer<RejectedEntityInfo.Builder> rejectedEntityInfo)Reserved for internal use.PutLogEventsResponse.BuilderPutLogEventsResponse.Builder. rejectedEntityInfo(RejectedEntityInfo rejectedEntityInfo)Reserved for internal use.default PutLogEventsResponse.BuilderPutLogEventsResponse.Builder. rejectedLogEventsInfo(Consumer<RejectedLogEventsInfo.Builder> rejectedLogEventsInfo)The rejected events.PutLogEventsResponse.BuilderPutLogEventsResponse.Builder. rejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo)The rejected events.PutLogEventsResponse.BuilderPutLogEventsResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutLogEventsResponse.Builder Modifier and Type Method Description static Class<? extends PutLogEventsResponse.Builder>PutLogEventsResponse. serializableBuilderClass()
-