You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Corrects the README to state AWS SDK for Java 2.x support.
Updates the JavaDocs for classes that use `KmsClient` interface
to state the `KmsAsyncClient` is not supported.
See [Support Policy](./SUPPORT_POLICY.rst) for for details on the current support status of all major versions of this library.
11
+
See [Support Policy](./SUPPORT_POLICY.rst) for details on the current support status of all major versions of this library.
12
12
13
13
## Getting Started
14
14
@@ -37,12 +37,14 @@ To use the AWS Encryption SDK for Java you must have:
37
37
### Optional Prerequisites
38
38
39
39
#### AWS Integration
40
-
You don't need an Amazon Web Services (AWS) account to use the AWS Encryption SDK, but some of the [example code][examples] require an AWS account, an AWS KMS key, and the AWS SDK for Java 1.x. (The AWS Encryption SDK for Java does not support the AWS SDK for Java 2.x.)
40
+
You don't need an Amazon Web Services (AWS) account to use the AWS Encryption SDK, but some [example code][examples] require an AWS account, an AWS KMS key, and the AWS SDK for Java (either 1.x or 2.x).
41
41
42
42
***To create an AWS account**, go to [Sign In or Create an AWS Account](https://portal.aws.amazon.com/gp/aws/developer/registration/index.html) and then choose **I am a new user.** Follow the instructions to create an AWS account.
43
43
44
44
***To create a symmetric encryption KMS key in AWS KMS**, see [Creating Keys](https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html).
45
45
46
+
***To download and install the AWS SDK for Java 2.x**, see [Installing the AWS SDK for Java 2.x](https://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/getting-started.html).
47
+
46
48
***To download and install the AWS SDK for Java 1.x**, see [Installing the AWS SDK for Java 1.x](https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/getting-started.html).
47
49
48
50
#### Amazon Corretto Crypto Provider
@@ -133,7 +135,7 @@ public class StringExample {
133
135
}
134
136
```
135
137
136
-
You can find more examples in the [examples directory][examples].
138
+
You can find more examples in the [example directory][examples].
0 commit comments