Searched refs:GetAccountLimitOutcome (Results 1 – 2 of 2) sorted by relevance
214 typedef Aws::Utils::Outcome<GetAccountLimitResult, Route53Error> GetAccountLimitOutcome; typedef279 typedef std::future<GetAccountLimitOutcome> GetAccountLimitOutcomeCallable;347 …ute53Client*, const Model::GetAccountLimitRequest&, const Model::GetAccountLimitOutcome&, const st…2151 …virtual Model::GetAccountLimitOutcome GetAccountLimit(const Model::GetAccountLimitRequest& request…
934 GetAccountLimitOutcome Route53Client::GetAccountLimit(const GetAccountLimitRequest& request) const in GetAccountLimit()939 …return GetAccountLimitOutcome(Aws::Client::AWSError<Route53Errors>(Route53Errors::MISSING_PARAMETE… in GetAccountLimit()944 return GetAccountLimitOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_GET)); in GetAccountLimit()949 …auto task = Aws::MakeShared< std::packaged_task< GetAccountLimitOutcome() > >(ALLOCATION_TAG, [thi… in GetAccountLimitCallable()