public final class ClientSupplier extends java.lang.Object implements IClientSupplier
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ClientSupplier.NativeWrapper |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.services.kms.KmsClient |
GetClient(GetClientInput input)
Returns an AWS KMS Client.
|
IClientSupplier |
impl() |
static <I extends IClientSupplier> |
wrap(I iClientSupplier) |
static ClientSupplier |
wrap(IClientSupplier iClientSupplier) |
public static ClientSupplier wrap(IClientSupplier iClientSupplier)
public static <I extends IClientSupplier> ClientSupplier wrap(I iClientSupplier)
public IClientSupplier impl()
public software.amazon.awssdk.services.kms.KmsClient GetClient(GetClientInput input)
GetClient in interface IClientSupplierinput - Inputs for getting a AWS KMS Client.