Class VersionInfo
- java.lang.Object
-
- com.amazonaws.encryptionsdk.internal.VersionInfo
-
public class VersionInfo extends Object
This class specifies the versioning system for the AWS KMS encryption client.
-
-
Field Summary
Fields Modifier and Type Field Description static StringUNKNOWN_VERSIONstatic StringUSER_AGENT_PREFIX
-
Constructor Summary
Constructors Constructor Description VersionInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringapiName()This returns the API name compatible with the AWS SDK v2static StringloadUserAgent()static StringversionNumber()
-
-
-
Field Detail
-
USER_AGENT_PREFIX
public static final String USER_AGENT_PREFIX
- See Also:
- Constant Field Values
-
UNKNOWN_VERSION
public static final String UNKNOWN_VERSION
- See Also:
- Constant Field Values
-
-