Home > front end >  What are the CloudWatch Logs API v2 equivalents of these three V1 classes: AWSLogs, AWSLogsClientBui
What are the CloudWatch Logs API v2 equivalents of these three V1 classes: AWSLogs, AWSLogsClientBui

Time:10-03

I decided to just cold-turkey update my Cloudwatch Logs from v1.x to v2.x (latest) in the POM, then go into the code that uses it and hit Ctrl Shift O ("Reorganize Imports") in Eclipse.

The result was actually not bad with just three classes not found:

enter image description here

i.e.

AWSLogs
AWSLogsClientBuilder
PutLogEventsResult

What are the replacements or closest equivalents to these classes in V2?

CodePudding user response:

  • Related