Class ProfileFileRefresher

java.lang.Object
software.amazon.awssdk.profiles.internal.ProfileFileRefresher

public final class ProfileFileRefresher extends Object
Class used for caching and reloading ProfileFile objects from a Supplier.
  • Method Details

    • builder

      public static ProfileFileRefresher.Builder builder()
      Builder method to construct instance of ProfileFileRefresher.
    • refreshIfStale

      public ProfileFile refreshIfStale()
      Retrieves the cache value or refreshes it if stale.