Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetLogRecordResponse
Packages that use GetLogRecordResponse
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 GetLogRecordResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetLogRecordResponseModifier and TypeMethodDescriptiondefault GetLogRecordResponseCloudWatchLogsClient.getLogRecord(Consumer<GetLogRecordRequest.Builder> getLogRecordRequest) Retrieves all of the fields and values of a single log event.default GetLogRecordResponseCloudWatchLogsClient.getLogRecord(GetLogRecordRequest getLogRecordRequest) Retrieves all of the fields and values of a single log event.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type GetLogRecordResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetLogRecordResponse>CloudWatchLogsAsyncClient.getLogRecord(Consumer<GetLogRecordRequest.Builder> getLogRecordRequest) Retrieves all of the fields and values of a single log event.default CompletableFuture<GetLogRecordResponse>CloudWatchLogsAsyncClient.getLogRecord(GetLogRecordRequest getLogRecordRequest) Retrieves all of the fields and values of a single log event.