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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfileFileprofileFile()The refreshed ProfileFile instance.InstantrefreshTime()The time at which the RefreshResult was created.
-
-
-
Method Detail
-
profileFile
public ProfileFile profileFile()
The refreshed ProfileFile instance.
-
refreshTime
public Instant refreshTime()
The time at which the RefreshResult was created.
-
-