C# Class Bespoke.DynamicDnsUpdater.Client.Route53.Route53Client

Inheritance: DynamicDnsClientBase
Afficher le fichier Open project: dmarchelya/BespokeDynamicDnsUpdater Class Usage Examples

Méthodes publiques

Méthode Description
Route53Client ( ) : System
Route53Client ( string awsAccessKeyId, string awsSecretAccessKey ) : System
UpdateHostname ( string hostname, string ipAddress ) : bool

Private Methods

Méthode Description
GetChangeResourceRecordSetsRequest ( string hostname, string ipAddress, string action, List zones ) : ChangeResourceRecordSetsRequest
GetHostedZones ( ) : List

Method Details

Route53Client() public méthode

public Route53Client ( ) : System
Résultat System

Route53Client() public méthode

public Route53Client ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string
awsSecretAccessKey string
Résultat System

UpdateHostname() public méthode

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.
Résultat bool