C# 클래스 Bespoke.DynamicDnsUpdater.Client.Route53.Route53Client

상속: DynamicDnsClientBase
파일 보기 프로젝트 열기: dmarchelya/BespokeDynamicDnsUpdater 1 사용 예제들

공개 메소드들

메소드 설명
Route53Client ( ) : System
Route53Client ( string awsAccessKeyId, string awsSecretAccessKey ) : System
UpdateHostname ( string hostname, string ipAddress ) : bool

비공개 메소드들

메소드 설명
GetChangeResourceRecordSetsRequest ( string hostname, string ipAddress, string action, List zones ) : ChangeResourceRecordSetsRequest
GetHostedZones ( ) : List

메소드 상세

Route53Client() 공개 메소드

public Route53Client ( ) : System
리턴 System

Route53Client() 공개 메소드

public Route53Client ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string
awsSecretAccessKey string
리턴 System

UpdateHostname() 공개 메소드

public UpdateHostname ( string hostname, string ipAddress ) : bool
hostname string Fully qualified host name, i.e. host.domain.com
ipAddress string The IP Address to update to.
리턴 bool