C# Class Amazon.Runtime.ImmutableCredentials

Immutable representation of AWS credentials.
Afficher le fichier Open project: scopely/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
Copy ( ) : ImmutableCredentials

Returns a copy of the current credentials.

ImmutableCredentials ( string awsAccessKeyId, string awsSecretAccessKey, string token ) : System

Constructs an ImmutableCredentials object with supplied accessKey, secretKey.

Private Methods

Méthode Description
ImmutableCredentials ( ) : System

Method Details

Copy() public méthode

Returns a copy of the current credentials.
public Copy ( ) : ImmutableCredentials
Résultat ImmutableCredentials

ImmutableCredentials() public méthode

Constructs an ImmutableCredentials object with supplied accessKey, secretKey.
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.
Résultat System