class Aws::ElasticsearchService::Client

def list_domain_names(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_domain_names(params = {})

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListDomainNamesResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :engine_type (String) --
def list_domain_names(params = {}, options = {})
  req = build_request(:list_domain_names, params)
  req.send_request(options)
end