File tree 3 files changed +12
-8
lines changed
src/main/java/com/amazonaws/encryptionsdk/kmssdkv2 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,10 @@ public Builder discoveryMrkRegion(Region discoveryMrkRegion) {
107
107
* <p>Because the regional client supplier fully controls the client construction process, it is
108
108
* not possible to configure the client through methods such as {@link
109
109
* #builderSupplier(Supplier)}; if you try to use these in combination, an {@link
110
- * IllegalStateException} will be thrown.</p>
110
+ * IllegalStateException} will be thrown.
111
111
*
112
- * <p>Note: The AWS Encryption SDK for Java does not support the {@code KmsAsyncClient} interface.</p>
112
+ * <p>Note: The AWS Encryption SDK for Java does not support the {@code KmsAsyncClient}
113
+ * interface.
113
114
*
114
115
* @see KmsMasterKeyProvider.Builder#customRegionalClientSupplier(RegionalClientSupplier)
115
116
*/
@@ -127,7 +128,8 @@ public Builder customRegionalClientSupplier(RegionalClientSupplier regionalClien
127
128
* KmsClientBuilder} to configure KMS clients. Note that the region set on this builder will be
128
129
* ignored, but all other settings will be propagated into the regional clients.
129
130
*
130
- * <p>Note: The AWS Encryption SDK for Java does not support the {@code KmsAsyncClient} interface.</p>
131
+ * <p>Note: The AWS Encryption SDK for Java does not support the {@code KmsAsyncClient}
132
+ * interface.
131
133
*
132
134
* @see KmsMasterKeyProvider.Builder#builderSupplier(Supplier)
133
135
*/
Original file line number Diff line number Diff line change @@ -87,9 +87,10 @@ public Builder defaultRegion(Region defaultRegion) {
87
87
* <p>Because the regional client supplier fully controls the client construction process, it is
88
88
* not possible to configure the client through methods such as {@link
89
89
* #builderSupplier(Supplier)}; if you try to use these in combination, an {@link
90
- * IllegalStateException} will be thrown.</p>
90
+ * IllegalStateException} will be thrown.
91
91
*
92
- * <p>Note: The AWS Encryption SDK for Java does not support the {@code KmsAsyncClient} interface.</p>
92
+ * <p>Note: The AWS Encryption SDK for Java does not support the {@code KmsAsyncClient}
93
+ * interface.
93
94
*
94
95
* @param regionalClientSupplier
95
96
* @return
@@ -110,9 +111,10 @@ public Builder customRegionalClientSupplier(RegionalClientSupplier regionalClien
110
111
*
111
112
* <p>Trying to use this method in combination with {@link
112
113
* #customRegionalClientSupplier(RegionalClientSupplier)} will cause an {@link
113
- * IllegalStateException} to be thrown.</p>
114
+ * IllegalStateException} to be thrown.
114
115
*
115
- * <p>Note: The AWS Encryption SDK for Java does not support the {@code KmsAsyncClient} interface.</p>
116
+ * <p>Note: The AWS Encryption SDK for Java does not support the {@code KmsAsyncClient}
117
+ * interface.
116
118
*
117
119
* @param supplier Should return a new {@link KmsClientBuilder} on each invocation.
118
120
* @return
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public interface RegionalClientSupplier {
9
9
* Supplies an {@link KmsClient} instance to use for a given {@link Region}. The {@link
10
10
* KmsMasterKeyProvider} will not cache the result of this function.
11
11
*
12
- * <p>Note: The AWS Encryption SDK for Java does not support the {@code KmsAsyncClient} interface.</p>
12
+ * <p>Note: The AWS Encryption SDK for Java does not support the {@code KmsAsyncClient} interface.
13
13
*
14
14
* @param region The region to get a client for
15
15
* @return The client to use, or null if this region cannot or should not be used.
You can’t perform that action at this time.
0 commit comments