Amazon.Elasticsearch.AmazonElasticsearchClient.ListTags C# (CSharp) Method

ListTags() public method

Returns all tags for the given Elasticsearch domain.
/// An error occurred while processing the request. /// /// The request processing has failed because of an unknown error, exception or failure /// (the failure is internal to the service) . Gives http status code of 500. /// /// An exception for accessing or deleting a resource that does not exist. Gives http /// status code of 400. /// /// An exception for missing / invalid input fields. Gives http status code of 400. ///
public ListTags ( Amazon.Elasticsearch.Model.ListTagsRequest request ) : Amazon.Elasticsearch.Model.ListTagsResponse
request Amazon.Elasticsearch.Model.ListTagsRequest Container for the necessary parameters to execute the ListTags service method.
return Amazon.Elasticsearch.Model.ListTagsResponse
        public ListTagsResponse ListTags(ListTagsRequest request)
        {
            var marshaller = new ListTagsRequestMarshaller();
            var unmarshaller = ListTagsResponseUnmarshaller.Instance;

            return Invoke<ListTagsRequest,ListTagsResponse>(request, marshaller, unmarshaller);
        }