简体   繁体   中英

CLI command to Get aws sdk for java version

How can I get the aws java sdk version? I know of java -version but it's showing jdk version.

I already tried java -version but it shows jdk version

NA

I expect the sdk version

Please see VersionInfoUtils method getVersion

Javadoc of method :

Returns the current platform for the AWS SDK in which this class is running. Version information is obtained from from the versionInfo.properties file which the AWS Java SDK build process generates.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM