Home
last modified time | relevance | path

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

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/include/aws/securityhub/
H A DSecurityHubClient.h206 … typedef Aws::Utils::Outcome<UpdateActionTargetResult, SecurityHubError> UpdateActionTargetOutcome; typedef
260 typedef std::future<UpdateActionTargetOutcome> UpdateActionTargetOutcomeCallable;
317 …bClient*, const Model::UpdateActionTargetRequest&, const Model::UpdateActionTargetOutcome&, const …
2104 …virtual Model::UpdateActionTargetOutcome UpdateActionTarget(const Model::UpdateActionTargetRequest…
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/source/
H A DSecurityHubClient.cpp1365 UpdateActionTargetOutcome SecurityHubClient::UpdateActionTarget(const UpdateActionTargetRequest& re… in UpdateActionTarget()
1370 …return UpdateActionTargetOutcome(Aws::Client::AWSError<SecurityHubErrors>(SecurityHubErrors::MISSI… in UpdateActionTarget()
1375 …return UpdateActionTargetOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_PATCH, Aws:… in UpdateActionTarget()
1380 …auto task = Aws::MakeShared< std::packaged_task< UpdateActionTargetOutcome() > >(ALLOCATION_TAG, [… in UpdateActionTargetCallable()