Does AWS SDK Java V2 support AWSLogs? #3828
-
Hi, could someone please help to point me to how to use AWS SDK Java V2 for the following Java code?
I am not sure how to import these models using AWS SDK Java V2, actually not sure if they exist or not. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
AWSLogs is the client to access Amazon CloudWatch Logs. The equivalent in Java 2.x is CloudWatchLogsClient - |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
AWSLogs is the client to access Amazon CloudWatch Logs.
The equivalent in Java 2.x is CloudWatchLogsClient -
https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/cloudwatchlogs/CloudWatchLogsClient.html