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

UpdateDomainContactPrivacy() public method

This operation updates the specified domain contact's privacy setting. When the privacy option is enabled, personal information such as postal or email address is hidden from the results of a public WHOIS query. The privacy services are provided by the AWS registrar, Gandi. For more information, see the Gandi privacy features.

This operation only affects the privacy of the specified contact type (registrant, administrator, or tech). Successful acceptance returns an operation ID that you can use with GetOperationDetail 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 UpdateDomainContactPrivacy ( Amazon.Route53Domains.Model.UpdateDomainContactPrivacyRequest request ) : Amazon.Route53Domains.Model.UpdateDomainContactPrivacyResponse
request Amazon.Route53Domains.Model.UpdateDomainContactPrivacyRequest Container for the necessary parameters to execute the UpdateDomainContactPrivacy service method.
return Amazon.Route53Domains.Model.UpdateDomainContactPrivacyResponse
        public UpdateDomainContactPrivacyResponse UpdateDomainContactPrivacy(UpdateDomainContactPrivacyRequest request)
        {
            var marshaller = new UpdateDomainContactPrivacyRequestMarshaller();
            var unmarshaller = UpdateDomainContactPrivacyResponseUnmarshaller.Instance;

            return Invoke<UpdateDomainContactPrivacyRequest,UpdateDomainContactPrivacyResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53DomainsClient