Метод | Описание | |
---|---|---|
Copy ( ) : |
Returns a copy of the current credentials.
|
|
ImmutableCredentials ( string awsAccessKeyId, string awsSecretAccessKey, string token ) : System |
Constructs an ImmutableCredentials object with supplied accessKey, secretKey.
|
Метод | Описание | |
---|---|---|
ImmutableCredentials ( ) : System |
public ImmutableCredentials ( string awsAccessKeyId, string awsSecretAccessKey, string token ) : System | ||
awsAccessKeyId | string | |
awsSecretAccessKey | string | |
token | string | Optional. Can be set to null or empty for non-session credentials. |
Результат | System |