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

UpdateDomainContact() public method

This operation updates the contact information for a particular domain. Information for at least one contact (registrant, administrator, or technical) must be supplied for update.

If the update is successful, this method 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 UpdateDomainContact ( Amazon.Route53Domains.Model.UpdateDomainContactRequest request ) : Amazon.Route53Domains.Model.UpdateDomainContactResponse
request Amazon.Route53Domains.Model.UpdateDomainContactRequest Container for the necessary parameters to execute the UpdateDomainContact service method.
return Amazon.Route53Domains.Model.UpdateDomainContactResponse
        public UpdateDomainContactResponse UpdateDomainContact(UpdateDomainContactRequest request)
        {
            var marshaller = new UpdateDomainContactRequestMarshaller();
            var unmarshaller = UpdateDomainContactResponseUnmarshaller.Instance;

            return Invoke<UpdateDomainContactRequest,UpdateDomainContactResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53DomainsClient