Interface SecretClient.SecretClientSupplier

All Superinterfaces:
java.util.function.Supplier<SecretClient>
All Known Implementing Classes:
InjectedDefaultMemorySecretClientSupplier, LocalStorageSecretClientSupplier, MemorySecretClientSupplier
Enclosing interface:
SecretClient

public static interface SecretClient.SecretClientSupplier
extends java.util.function.Supplier<SecretClient>
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get