Home
last modified time | relevance | path

Searched refs:ListElasticsearchVersionsOutcome (Results 1 – 2 of 2) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-es/include/aws/es/
H A DElasticsearchServiceClient.h161 …tcome<ListElasticsearchVersionsResult, ElasticsearchServiceError> ListElasticsearchVersionsOutcome; typedef
202 … typedef std::future<ListElasticsearchVersionsOutcome> ListElasticsearchVersionsOutcomeCallable;
246 …onst Model::ListElasticsearchVersionsRequest&, const Model::ListElasticsearchVersionsOutcome&, con…
1197 …virtual Model::ListElasticsearchVersionsOutcome ListElasticsearchVersions(const Model::ListElastic…
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-es/source/
H A DElasticsearchServiceClient.cpp1007 ListElasticsearchVersionsOutcome ElasticsearchServiceClient::ListElasticsearchVersions(const ListEl… in ListElasticsearchVersions()
1011 …return ListElasticsearchVersionsOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_GET,… in ListElasticsearchVersions()
1016 …auto task = Aws::MakeShared< std::packaged_task< ListElasticsearchVersionsOutcome() > >(ALLOCATION… in ListElasticsearchVersionsCallable()