Method | Description | |
---|---|---|
Route53Client ( ) : System | ||
Route53Client ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
UpdateHostname ( string hostname, string ipAddress ) : bool |
|
Method | Description | |
---|---|---|
GetChangeResourceRecordSetsRequest ( string hostname, string ipAddress, string action, List |
||
GetHostedZones ( ) : List |
public Route53Client ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | |
awsSecretAccessKey | string | |
return | System |
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. |
return | bool |