C# 클래스 Amazon.Runtime.ImmutableCredentials

Immutable representation of AWS credentials.
파일 보기 프로젝트 열기: scopely/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
ImmutableCredentials ( ) : System

메소드 상세

Copy() 공개 메소드

Returns a copy of the current credentials.
public Copy ( ) : ImmutableCredentials
리턴 ImmutableCredentials

ImmutableCredentials() 공개 메소드

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.
리턴 System