Abstract class for automatically refreshing AWS credentials

C# |
public abstract class RefreshingAWSCredentials : AWSCredentials

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | Dispose()()()() | (Inherited from AWSCredentials.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetCredentials()()()() |
Returns an instance of ImmutableCredentials for this instance
(Overrides AWSCredentials.GetCredentials()()()().) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | PreemptExpiryTime |
The time before actual expiration to expire the credentials.
Property cannot be set to a negative TimeSpan.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |

Object | |||
![]() | AWSCredentials | ||
![]() | RefreshingAWSCredentials | ||
![]() | InstanceProfileAWSCredentials | ||
![]() | RefreshingSessionAWSCredentials |