AWS SDK for Java 7 #2749
-
Hi,We wanted to use an aws sdk for one of our java 7 application to create new log stream and push logs into it. But looks like that aws sdk is only supported starting from java 8. I have tried using a version of com.amazonaws.aws-java-sdk-logs sdk(which apparently supports java 7) but AWSLogsClient class is deprecated and is recommended to use AWSLogsClientBuilder class instead. But this AWSLogsClientBuilder class is only available in sdk versions supported for java 8 and above . Could anyone please help us understand if there is any work around and other way to achieve the same for the given usecase . |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
AWS SDK for Java v1 supports JDK 7. AWSLogsClientBuilder should work fine in JDK 7. Are you seeing errors? |
Beta Was this translation helpful? Give feedback.
AWS SDK for Java v1 supports JDK 7. AWSLogsClientBuilder should work fine in JDK 7. Are you seeing errors?