Searched refs:ExportCertificateOutcome (Results 1 – 2 of 2) sorted by relevance
80 typedef Aws::Utils::Outcome<ExportCertificateResult, ACMError> ExportCertificateOutcome; typedef96 typedef std::future<ExportCertificateOutcome> ExportCertificateOutcomeCallable;115 …CMClient*, const Model::ExportCertificateRequest&, const Model::ExportCertificateOutcome&, const s…322 …virtual Model::ExportCertificateOutcome ExportCertificate(const Model::ExportCertificateRequest& r…
183 ExportCertificateOutcome ACMClient::ExportCertificate(const ExportCertificateRequest& request) const in ExportCertificate()186 …return ExportCertificateOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_POST, Aws::A… in ExportCertificate()191 …auto task = Aws::MakeShared< std::packaged_task< ExportCertificateOutcome() > >(ALLOCATION_TAG, [t… in ExportCertificateCallable()