Class ProfileFileRefresher
java.lang.Object
software.amazon.awssdk.profiles.internal.ProfileFileRefresher
Class used for caching and reloading ProfileFile objects from a Supplier.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
Class used to encapsulate additional refresh information. -
Method Summary
Modifier and TypeMethodDescriptionstatic ProfileFileRefresher.Builder
builder()
Builder method to construct instance of ProfileFileRefresher.Retrieves the cache value or refreshes it if stale.
-
Method Details
-
builder
Builder method to construct instance of ProfileFileRefresher. -
refreshIfStale
Retrieves the cache value or refreshes it if stale.
-