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

UpdateTagsForDomain() public method

This operation adds or updates tags for a specified domain.

All tag operations are eventually consistent; subsequent operations may not immediately represent all issued operations.

/// 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. /// /// Amazon Route 53 does not support this top-level domain. ///
public UpdateTagsForDomain ( UpdateTagsForDomainRequest request ) : UpdateTagsForDomainResponse
request Amazon.Route53Domains.Model.UpdateTagsForDomainRequest Container for the necessary parameters to execute the UpdateTagsForDomain service method.
return UpdateTagsForDomainResponse
        public UpdateTagsForDomainResponse UpdateTagsForDomain(UpdateTagsForDomainRequest request)
        {
            var marshaller = new UpdateTagsForDomainRequestMarshaller();
            var unmarshaller = UpdateTagsForDomainResponseUnmarshaller.Instance;

            return Invoke<UpdateTagsForDomainRequest,UpdateTagsForDomainResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonRoute53DomainsClient::UpdateTagsForDomain ( string domainName, List tagsToUpdate ) : UpdateTagsForDomainResponse
AmazonRoute53DomainsClient