@FunctionalInterface public static interface KmsMasterKeyProvider.RegionalClientSupplier
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.services.kms.AWSKMS |
getClient(String regionName)
Supplies an AWSKMS instance to use for a given region.
|
com.amazonaws.services.kms.AWSKMS getClient(String regionName)
KmsMasterKeyProvider will
not cache the result of this function.regionName - The region to get a client forCopyright © 2023. All rights reserved.