Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetLogRecordResponse
-
Packages that use GetLogRecordResponse 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 GetLogRecordResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetLogRecordResponse Modifier and Type Method Description default 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 GetLogRecordResponse Modifier and Type Method Description default 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.
-