Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutLogEventsResponse
-
Packages that use PutLogEventsResponse Package Description software.amazon.awssdk.services.cloudwatchlogs You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and other sources. -
-
Uses of PutLogEventsResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return PutLogEventsResponse Modifier and Type Method Description default PutLogEventsResponseCloudWatchLogsClient. putLogEvents(Consumer<PutLogEventsRequest.Builder> putLogEventsRequest)Uploads a batch of log events to the specified log stream.default PutLogEventsResponseCloudWatchLogsClient. putLogEvents(PutLogEventsRequest putLogEventsRequest)Uploads a batch of log events to the specified log stream.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type PutLogEventsResponse Modifier and Type Method Description default CompletableFuture<PutLogEventsResponse>CloudWatchLogsAsyncClient. putLogEvents(Consumer<PutLogEventsRequest.Builder> putLogEventsRequest)Uploads a batch of log events to the specified log stream.default CompletableFuture<PutLogEventsResponse>CloudWatchLogsAsyncClient. putLogEvents(PutLogEventsRequest putLogEventsRequest)Uploads a batch of log events to the specified log stream.
-