Home
last modified time | relevance | path

Searched refs:ExportCertificateOutcome (Results 1 – 2 of 2) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-acm/include/aws/acm/
H A DACMClient.h80 typedef Aws::Utils::Outcome<ExportCertificateResult, ACMError> ExportCertificateOutcome; typedef
96 typedef std::future<ExportCertificateOutcome> ExportCertificateOutcomeCallable;
115 …CMClient*, const Model::ExportCertificateRequest&, const Model::ExportCertificateOutcome&, const s…
322 …virtual Model::ExportCertificateOutcome ExportCertificate(const Model::ExportCertificateRequest& r…
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-acm/source/
H A DACMClient.cpp183 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()