Interface KMS2InternalClient
-
- All Known Implementing Classes:
KMS2ClientOptimizedImpl
,KMS2ClientStandardImpl
public interface KMS2InternalClient
Manage the required actions of an KMS client for either local or remote.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description software.amazon.awssdk.services.kms.KmsClient
getKmsClient()
Returns an KMS client after a factory method determines which one to return.
-