Home
last modified time | relevance | path

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

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-managedblockchain/include/aws/managedblockchain/
H A DManagedBlockchainClient.h102 typedef Aws::Utils::Outcome<CreateNodeResult, ManagedBlockchainError> CreateNodeOutcome; typedef
126 typedef std::future<CreateNodeOutcome> CreateNodeOutcomeCallable;
153 …gedBlockchainClient*, const Model::CreateNodeRequest&, const Model::CreateNodeOutcome&, const std:…
278 virtual Model::CreateNodeOutcome CreateNode(const Model::CreateNodeRequest& request) const;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-managedblockchain/source/
H A DManagedBlockchainClient.cpp177 CreateNodeOutcome ManagedBlockchainClient::CreateNode(const CreateNodeRequest& request) const in CreateNode()
182 …return CreateNodeOutcome(Aws::Client::AWSError<ManagedBlockchainErrors>(ManagedBlockchainErrors::M… in CreateNode()
188 …return CreateNodeOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_POST, Aws::Auth::SI… in CreateNode()
193 …auto task = Aws::MakeShared< std::packaged_task< CreateNodeOutcome() > >(ALLOCATION_TAG, [this, re… in CreateNodeCallable()