Class CredentialsProvider

    • Method Detail

      • getCredentials

        public java.util.concurrent.CompletableFuture<Credentials> getCredentials()
        Request credentials from the provider
        Returns:
        A Future for Credentials that will be completed when they are acquired.
      • getShutdownCompleteFuture

        public java.util.concurrent.CompletableFuture<java.lang.Void> getShutdownCompleteFuture()
        Learn when this object has finished shutting down.
        Returns:
        future that completes when all of this object's native resources have shut down or released properly.