Amazon.Route53Domains.AmazonRoute53DomainsClient.UpdateDomainNameservers C# (CSharp) Method

UpdateDomainNameservers() public method

This operation replaces the current set of name servers for the domain with the specified set of name servers. If you use Amazon Route 53 as your DNS service, specify the four name servers in the delegation set for the hosted zone for the domain.

If successful, this operation returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.

/// The request is already in progress for the domain. /// /// The requested item is not acceptable. For example, for an OperationId it may refer /// to the ID of an operation that is already completed. For a domain name, it may not /// be a valid domain name or belong to the requester account. /// /// The number of operations or jobs running exceeded the allowed threshold for the account. /// /// The top-level domain does not support this operation. /// /// Amazon Route 53 does not support this top-level domain. ///
public UpdateDomainNameservers ( Amazon.Route53Domains.Model.UpdateDomainNameserversRequest request ) : Amazon.Route53Domains.Model.UpdateDomainNameserversResponse
request Amazon.Route53Domains.Model.UpdateDomainNameserversRequest Container for the necessary parameters to execute the UpdateDomainNameservers service method.
return Amazon.Route53Domains.Model.UpdateDomainNameserversResponse
        public UpdateDomainNameserversResponse UpdateDomainNameservers(UpdateDomainNameserversRequest request)
        {
            var marshaller = new UpdateDomainNameserversRequestMarshaller();
            var unmarshaller = UpdateDomainNameserversResponseUnmarshaller.Instance;

            return Invoke<UpdateDomainNameserversRequest,UpdateDomainNameserversResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53DomainsClient