Amazon.Route53.AmazonRoute53Client.ChangeTagsForResource C# (CSharp) Метод

ChangeTagsForResource() публичный Метод

Adds, edits, or deletes tags for a health check or a hosted zone.

For information about using tags for cost allocation, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

/// The input is not valid. /// /// No health check exists with the ID that you specified in the DeleteHealthCheck /// request. /// /// No hosted zone exists with the ID that you specified. /// /// If Amazon Route 53 can't process a request before the next request arrives, it will /// reject subsequent requests for the same hosted zone and return an HTTP 400 error /// (Bad request). If Amazon Route 53 returns this error repeatedly for the /// same request, we recommend that you wait, in intervals of increasing duration, before /// you try the request again. /// /// ///
public ChangeTagsForResource ( ChangeTagsForResourceRequest request ) : ChangeTagsForResourceResponse
request ChangeTagsForResourceRequest Container for the necessary parameters to execute the ChangeTagsForResource service method.
Результат ChangeTagsForResourceResponse
        public ChangeTagsForResourceResponse ChangeTagsForResource(ChangeTagsForResourceRequest request)
        {
            var marshaller = new ChangeTagsForResourceRequestMarshaller();
            var unmarshaller = ChangeTagsForResourceResponseUnmarshaller.Instance;

            return Invoke<ChangeTagsForResourceRequest,ChangeTagsForResourceResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53Client