Home
last modified time | relevance | path

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

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-frauddetector/include/aws/frauddetector/
H A DFraudDetectorClient.h236 typedef Aws::Utils::Outcome<PutLabelResult, FraudDetectorError> PutLabelOutcome; typedef
303 typedef std::future<PutLabelOutcome> PutLabelOutcomeCallable;
373 …st FraudDetectorClient*, const Model::PutLabelRequest&, const Model::PutLabelOutcome&, const std::…
2124 virtual Model::PutLabelOutcome PutLabel(const Model::PutLabelRequest& request) const;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-frauddetector/source/
H A DFraudDetectorClient.cpp1387 PutLabelOutcome FraudDetectorClient::PutLabel(const PutLabelRequest& request) const in PutLabel()
1390 …return PutLabelOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_POST, Aws::Auth::SIGV… in PutLabel()
1395 …auto task = Aws::MakeShared< std::packaged_task< PutLabelOutcome() > >(ALLOCATION_TAG, [this, requ… in PutLabelCallable()