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
UNKNOWN_VERSION
static String
USER_AGENT_PREFIX
-
Constructor Summary
Constructors Constructor Description VersionInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
apiName()
This returns the API name compatible with the AWS SDK v2static String
loadUserAgent()
static String
versionNumber()
-
-
-
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
-
-