Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutLogEventsRequest.Builder
Packages that use PutLogEventsRequest.Builder
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of PutLogEventsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutLogEventsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<PutLogEventsResponse>CloudWatchLogsAsyncClient.putLogEvents(Consumer<PutLogEventsRequest.Builder> putLogEventsRequest) Uploads a batch of log events to the specified log stream.default PutLogEventsResponseCloudWatchLogsClient.putLogEvents(Consumer<PutLogEventsRequest.Builder> putLogEventsRequest) Uploads a batch of log events to the specified log stream. -
Uses of PutLogEventsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutLogEventsRequest.BuilderModifier and TypeMethodDescriptionstatic PutLogEventsRequest.BuilderPutLogEventsRequest.builder()default PutLogEventsRequest.BuilderPutLogEventsRequest.Builder.entity(Consumer<Entity.Builder> entity) The entity associated with the log events.The entity associated with the log events.PutLogEventsRequest.Builder.logEvents(Collection<InputLogEvent> logEvents) The log events.PutLogEventsRequest.Builder.logEvents(Consumer<InputLogEvent.Builder>... logEvents) The log events.PutLogEventsRequest.Builder.logEvents(InputLogEvent... logEvents) The log events.PutLogEventsRequest.Builder.logGroupName(String logGroupName) The name of the log group.PutLogEventsRequest.Builder.logStreamName(String logStreamName) The name of the log stream.PutLogEventsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutLogEventsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutLogEventsRequest.Builder.sequenceToken(String sequenceToken) The sequence token obtained from the response of the previousPutLogEventscall.PutLogEventsRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutLogEventsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutLogEventsRequest.Builder>PutLogEventsRequest.serializableBuilderClass()