File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed
src/main/java/com/amazonaws/encryptionsdk/kmssdkv2 Expand file tree Collapse file tree 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) {
107107 * <p>Because the regional client supplier fully controls the client construction process, it is
108108 * not possible to configure the client through methods such as {@link
109109 * #builderSupplier(Supplier)}; if you try to use these in combination, an {@link
110- * IllegalStateException} will be thrown.</p>
110+ * IllegalStateException} will be thrown.
111111 *
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.
113114 *
114115 * @see KmsMasterKeyProvider.Builder#customRegionalClientSupplier(RegionalClientSupplier)
115116 */
@@ -127,7 +128,8 @@ public Builder customRegionalClientSupplier(RegionalClientSupplier regionalClien
127128 * KmsClientBuilder} to configure KMS clients. Note that the region set on this builder will be
128129 * ignored, but all other settings will be propagated into the regional clients.
129130 *
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.
131133 *
132134 * @see KmsMasterKeyProvider.Builder#builderSupplier(Supplier)
133135 */
Original file line number Diff line number Diff line change @@ -87,9 +87,10 @@ public Builder defaultRegion(Region defaultRegion) {
8787 * <p>Because the regional client supplier fully controls the client construction process, it is
8888 * not possible to configure the client through methods such as {@link
8989 * #builderSupplier(Supplier)}; if you try to use these in combination, an {@link
90- * IllegalStateException} will be thrown.</p>
90+ * IllegalStateException} will be thrown.
9191 *
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.
9394 *
9495 * @param regionalClientSupplier
9596 * @return
@@ -110,9 +111,10 @@ public Builder customRegionalClientSupplier(RegionalClientSupplier regionalClien
110111 *
111112 * <p>Trying to use this method in combination with {@link
112113 * #customRegionalClientSupplier(RegionalClientSupplier)} will cause an {@link
113- * IllegalStateException} to be thrown.</p>
114+ * IllegalStateException} to be thrown.
114115 *
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.
116118 *
117119 * @param supplier Should return a new {@link KmsClientBuilder} on each invocation.
118120 * @return
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public interface RegionalClientSupplier {
99 * Supplies an {@link KmsClient} instance to use for a given {@link Region}. The {@link
1010 * KmsMasterKeyProvider} will not cache the result of this function.
1111 *
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.
1313 *
1414 * @param region The region to get a client for
1515 * @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