Home
last modified time | relevance | path

Searched refs:GetCertificateOutcome (Results 1 – 4 of 4) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-acm/include/aws/acm/
H A DACMClient.h82 typedef Aws::Utils::Outcome<GetCertificateResult, ACMError> GetCertificateOutcome; typedef
98 typedef std::future<GetCertificateOutcome> GetCertificateOutcomeCallable;
117 …nst ACMClient*, const Model::GetCertificateRequest&, const Model::GetCertificateOutcome&, const st…
394 …virtual Model::GetCertificateOutcome GetCertificate(const Model::GetCertificateRequest& request) c…
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-acm-pca/include/aws/acm-pca/
H A DACMPCAClient.h98 typedef Aws::Utils::Outcome<GetCertificateResult, ACMPCAError> GetCertificateOutcome; typedef
122 typedef std::future<GetCertificateOutcome> GetCertificateOutcomeCallable;
149 … ACMPCAClient*, const Model::GetCertificateRequest&, const Model::GetCertificateOutcome&, const st…
873 …virtual Model::GetCertificateOutcome GetCertificate(const Model::GetCertificateRequest& request) c…
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-acm/source/
H A DACMClient.cpp232 GetCertificateOutcome ACMClient::GetCertificate(const GetCertificateRequest& request) const in GetCertificate()
235 …return GetCertificateOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_POST, Aws::Auth… in GetCertificate()
240 …auto task = Aws::MakeShared< std::packaged_task< GetCertificateOutcome() > >(ALLOCATION_TAG, [this… in GetCertificateCallable()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-acm-pca/source/
H A DACMPCAClient.cpp312 GetCertificateOutcome ACMPCAClient::GetCertificate(const GetCertificateRequest& request) const in GetCertificate()
315 …return GetCertificateOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_POST, Aws::Auth… in GetCertificate()
320 …auto task = Aws::MakeShared< std::packaged_task< GetCertificateOutcome() > >(ALLOCATION_TAG, [this… in GetCertificateCallable()