Class ProfileFileRefresher.ProfileFileRefreshRecord

java.lang.Object
software.amazon.awssdk.profiles.internal.ProfileFileRefresher.ProfileFileRefreshRecord
Enclosing class:
ProfileFileRefresher

public static final class ProfileFileRefresher.ProfileFileRefreshRecord extends Object
Class used to encapsulate additional refresh information.
  • Method Details

    • profileFile

      public ProfileFile profileFile()
      The refreshed ProfileFile instance.
    • refreshTime

      public Instant refreshTime()
      The time at which the RefreshResult was created.