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 String
BUGFIX_REVISION_NUM
static String
MAJOR_REVISION_NUM
static String
MINOR_REVISION_NUM
static String
RELEASE_VERSION
static String
USER_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
-
-