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 StringBUGFIX_REVISION_NUMstatic StringMAJOR_REVISION_NUMstatic StringMINOR_REVISION_NUMstatic StringRELEASE_VERSIONstatic StringUSER_AGENT
-
Constructor Summary
Constructors Constructor Description VersionInfo()
-
-
-
Field Detail
-
MAJOR_REVISION_NUM
public static final String MAJOR_REVISION_NUM
- See Also:
- Constant Field Values
-
MINOR_REVISION_NUM
public static final String MINOR_REVISION_NUM
- See Also:
- Constant Field Values
-
BUGFIX_REVISION_NUM
public static final String BUGFIX_REVISION_NUM
- See Also:
- Constant Field Values
-
RELEASE_VERSION
public static final String RELEASE_VERSION
- See Also:
- Constant Field Values
-
USER_AGENT
public static final String USER_AGENT
- See Also:
- Constant Field Values
-
-