Home
last modified time | relevance | path

Searched refs:CreateNetworkOutcome (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.h101 … typedef Aws::Utils::Outcome<CreateNetworkResult, ManagedBlockchainError> CreateNetworkOutcome; typedef
125 typedef std::future<CreateNetworkOutcome> CreateNetworkOutcomeCallable;
152 …ockchainClient*, const Model::CreateNetworkRequest&, const Model::CreateNetworkOutcome&, const std…
250 …virtual Model::CreateNetworkOutcome CreateNetwork(const Model::CreateNetworkRequest& request) cons…
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-managedblockchain/source/
H A DManagedBlockchainClient.cpp152 CreateNetworkOutcome ManagedBlockchainClient::CreateNetwork(const CreateNetworkRequest& request) co… in CreateNetwork()
156 …return CreateNetworkOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_POST, Aws::Auth:… in CreateNetwork()
161 …auto task = Aws::MakeShared< std::packaged_task< CreateNetworkOutcome() > >(ALLOCATION_TAG, [this,… in CreateNetworkCallable()