Searched refs:CreateNetworkOutcome (Results 1 – 2 of 2) sorted by relevance
101 … typedef Aws::Utils::Outcome<CreateNetworkResult, ManagedBlockchainError> CreateNetworkOutcome; typedef125 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…
152 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()