Searched refs:CreateNodeOutcome (Results 1 – 2 of 2) sorted by relevance
102 typedef Aws::Utils::Outcome<CreateNodeResult, ManagedBlockchainError> CreateNodeOutcome; typedef126 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;
177 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()