@FunctionalInterface public interface RegionalClientSupplier
Modifier and Type | Method and Description |
---|---|
software.amazon.awssdk.services.kms.KmsClient |
getClient(software.amazon.awssdk.regions.Region region)
Supplies an
KmsClient instance to use for a given Region . |
software.amazon.awssdk.services.kms.KmsClient getClient(software.amazon.awssdk.regions.Region region)
KmsClient
instance to use for a given Region
. The KmsMasterKeyProvider
will not cache the result of this function.
Note: The AWS Encryption SDK for Java does not support the KmsAsyncClient
interface.
region
- The region to get a client forCopyright © 2023. All rights reserved.