AWS SDK for C++

AWS SDK for C++ Version 1.11.685

Loading...
Searching...
No Matches
NeptunedataClient.h
1
6#pragma once
7#include <aws/core/client/AWSClient.h>
8#include <aws/core/client/AWSClientAsyncCRTP.h>
9#include <aws/core/client/ClientConfiguration.h>
10#include <aws/core/utils/json/JsonSerializer.h>
11#include <aws/neptunedata/NeptunedataServiceClientModel.h>
12#include <aws/neptunedata/Neptunedata_EXPORTS.h>
13
14namespace Aws {
15namespace neptunedata {
24class AWS_NEPTUNEDATA_API NeptunedataClient : public Aws::Client::AWSJsonClient,
25 public Aws::Client::ClientWithAsyncTemplateMethods<NeptunedataClient> {
26 public:
28 static const char* GetServiceName();
29 static const char* GetAllocationTag();
30
33
40 std::shared_ptr<NeptunedataEndpointProviderBase> endpointProvider = nullptr);
41
47 const Aws::Auth::AWSCredentials& credentials, std::shared_ptr<NeptunedataEndpointProviderBase> endpointProvider = nullptr,
49
55 const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
56 std::shared_ptr<NeptunedataEndpointProviderBase> endpointProvider = nullptr,
58
59 /* Legacy constructors due deprecation */
65
70 NeptunedataClient(const Aws::Auth::AWSCredentials& credentials, const Aws::Client::ClientConfiguration& clientConfiguration);
71
76 NeptunedataClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
77 const Aws::Client::ClientConfiguration& clientConfiguration);
78
79 /* End of legacy constructors due deprecation */
81
94
99 template <typename CancelGremlinQueryRequestT = Model::CancelGremlinQueryRequest>
100 Model::CancelGremlinQueryOutcomeCallable CancelGremlinQueryCallable(const CancelGremlinQueryRequestT& request) const {
101 return SubmitCallable(&NeptunedataClient::CancelGremlinQuery, request);
102 }
103
108 template <typename CancelGremlinQueryRequestT = Model::CancelGremlinQueryRequest>
109 void CancelGremlinQueryAsync(const CancelGremlinQueryRequestT& request, const CancelGremlinQueryResponseReceivedHandler& handler,
110 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
111 return SubmitAsync(&NeptunedataClient::CancelGremlinQuery, request, handler, context);
112 }
113
127
131 template <typename CancelLoaderJobRequestT = Model::CancelLoaderJobRequest>
132 Model::CancelLoaderJobOutcomeCallable CancelLoaderJobCallable(const CancelLoaderJobRequestT& request) const {
133 return SubmitCallable(&NeptunedataClient::CancelLoaderJob, request);
134 }
135
140 template <typename CancelLoaderJobRequestT = Model::CancelLoaderJobRequest>
141 void CancelLoaderJobAsync(const CancelLoaderJobRequestT& request, const CancelLoaderJobResponseReceivedHandler& handler,
142 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
143 return SubmitAsync(&NeptunedataClient::CancelLoaderJob, request, handler, context);
144 }
145
158
163 template <typename CancelMLDataProcessingJobRequestT = Model::CancelMLDataProcessingJobRequest>
165 const CancelMLDataProcessingJobRequestT& request) const {
166 return SubmitCallable(&NeptunedataClient::CancelMLDataProcessingJob, request);
167 }
168
173 template <typename CancelMLDataProcessingJobRequestT = Model::CancelMLDataProcessingJobRequest>
174 void CancelMLDataProcessingJobAsync(const CancelMLDataProcessingJobRequestT& request,
176 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
177 return SubmitAsync(&NeptunedataClient::CancelMLDataProcessingJob, request, handler, context);
178 }
179
192
197 template <typename CancelMLModelTrainingJobRequestT = Model::CancelMLModelTrainingJobRequest>
198 Model::CancelMLModelTrainingJobOutcomeCallable CancelMLModelTrainingJobCallable(const CancelMLModelTrainingJobRequestT& request) const {
199 return SubmitCallable(&NeptunedataClient::CancelMLModelTrainingJob, request);
200 }
201
206 template <typename CancelMLModelTrainingJobRequestT = Model::CancelMLModelTrainingJobRequest>
207 void CancelMLModelTrainingJobAsync(const CancelMLModelTrainingJobRequestT& request,
209 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
210 return SubmitAsync(&NeptunedataClient::CancelMLModelTrainingJob, request, handler, context);
211 }
212
225
230 template <typename CancelMLModelTransformJobRequestT = Model::CancelMLModelTransformJobRequest>
232 const CancelMLModelTransformJobRequestT& request) const {
233 return SubmitCallable(&NeptunedataClient::CancelMLModelTransformJob, request);
234 }
235
240 template <typename CancelMLModelTransformJobRequestT = Model::CancelMLModelTransformJobRequest>
241 void CancelMLModelTransformJobAsync(const CancelMLModelTransformJobRequestT& request,
243 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
244 return SubmitAsync(&NeptunedataClient::CancelMLModelTransformJob, request, handler, context);
245 }
246
259
264 template <typename CancelOpenCypherQueryRequestT = Model::CancelOpenCypherQueryRequest>
265 Model::CancelOpenCypherQueryOutcomeCallable CancelOpenCypherQueryCallable(const CancelOpenCypherQueryRequestT& request) const {
266 return SubmitCallable(&NeptunedataClient::CancelOpenCypherQuery, request);
267 }
268
273 template <typename CancelOpenCypherQueryRequestT = Model::CancelOpenCypherQueryRequest>
274 void CancelOpenCypherQueryAsync(const CancelOpenCypherQueryRequestT& request, const CancelOpenCypherQueryResponseReceivedHandler& handler,
275 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
276 return SubmitAsync(&NeptunedataClient::CancelOpenCypherQuery, request, handler, context);
277 }
278
292
297 template <typename CreateMLEndpointRequestT = Model::CreateMLEndpointRequest>
298 Model::CreateMLEndpointOutcomeCallable CreateMLEndpointCallable(const CreateMLEndpointRequestT& request = {}) const {
299 return SubmitCallable(&NeptunedataClient::CreateMLEndpoint, request);
300 }
301
306 template <typename CreateMLEndpointRequestT = Model::CreateMLEndpointRequest>
308 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
309 const CreateMLEndpointRequestT& request = {}) const {
310 return SubmitAsync(&NeptunedataClient::CreateMLEndpoint, request, handler, context);
311 }
312
325
330 template <typename DeleteMLEndpointRequestT = Model::DeleteMLEndpointRequest>
331 Model::DeleteMLEndpointOutcomeCallable DeleteMLEndpointCallable(const DeleteMLEndpointRequestT& request) const {
332 return SubmitCallable(&NeptunedataClient::DeleteMLEndpoint, request);
333 }
334
339 template <typename DeleteMLEndpointRequestT = Model::DeleteMLEndpointRequest>
340 void DeleteMLEndpointAsync(const DeleteMLEndpointRequestT& request, const DeleteMLEndpointResponseReceivedHandler& handler,
341 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
342 return SubmitAsync(&NeptunedataClient::DeleteMLEndpoint, request, handler, context);
343 }
344
356 const Model::DeletePropertygraphStatisticsRequest& request = {}) const;
357
362 template <typename DeletePropertygraphStatisticsRequestT = Model::DeletePropertygraphStatisticsRequest>
364 const DeletePropertygraphStatisticsRequestT& request = {}) const {
365 return SubmitCallable(&NeptunedataClient::DeletePropertygraphStatistics, request);
366 }
367
372 template <typename DeletePropertygraphStatisticsRequestT = Model::DeletePropertygraphStatisticsRequest>
374 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
375 const DeletePropertygraphStatisticsRequestT& request = {}) const {
376 return SubmitAsync(&NeptunedataClient::DeletePropertygraphStatistics, request, handler, context);
377 }
378
389
394 template <typename DeleteSparqlStatisticsRequestT = Model::DeleteSparqlStatisticsRequest>
395 Model::DeleteSparqlStatisticsOutcomeCallable DeleteSparqlStatisticsCallable(const DeleteSparqlStatisticsRequestT& request = {}) const {
396 return SubmitCallable(&NeptunedataClient::DeleteSparqlStatistics, request);
397 }
398
403 template <typename DeleteSparqlStatisticsRequestT = Model::DeleteSparqlStatisticsRequest>
405 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
406 const DeleteSparqlStatisticsRequestT& request = {}) const {
407 return SubmitAsync(&NeptunedataClient::DeleteSparqlStatistics, request, handler, context);
408 }
409
427
432 template <typename ExecuteFastResetRequestT = Model::ExecuteFastResetRequest>
433 Model::ExecuteFastResetOutcomeCallable ExecuteFastResetCallable(const ExecuteFastResetRequestT& request) const {
434 return SubmitCallable(&NeptunedataClient::ExecuteFastReset, request);
435 }
436
441 template <typename ExecuteFastResetRequestT = Model::ExecuteFastResetRequest>
442 void ExecuteFastResetAsync(const ExecuteFastResetRequestT& request, const ExecuteFastResetResponseReceivedHandler& handler,
443 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
444 return SubmitAsync(&NeptunedataClient::ExecuteFastReset, request, handler, context);
445 }
446
478 const Model::ExecuteGremlinExplainQueryRequest& request) const;
479
484 template <typename ExecuteGremlinExplainQueryRequestT = Model::ExecuteGremlinExplainQueryRequest>
486 const ExecuteGremlinExplainQueryRequestT& request) const {
487 return SubmitCallable(&NeptunedataClient::ExecuteGremlinExplainQuery, request);
488 }
489
494 template <typename ExecuteGremlinExplainQueryRequestT = Model::ExecuteGremlinExplainQueryRequest>
495 void ExecuteGremlinExplainQueryAsync(const ExecuteGremlinExplainQueryRequestT& request,
497 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
498 return SubmitAsync(&NeptunedataClient::ExecuteGremlinExplainQuery, request, handler, context);
499 }
500
520 const Model::ExecuteGremlinProfileQueryRequest& request) const;
521
526 template <typename ExecuteGremlinProfileQueryRequestT = Model::ExecuteGremlinProfileQueryRequest>
528 const ExecuteGremlinProfileQueryRequestT& request) const {
529 return SubmitCallable(&NeptunedataClient::ExecuteGremlinProfileQuery, request);
530 }
531
536 template <typename ExecuteGremlinProfileQueryRequestT = Model::ExecuteGremlinProfileQueryRequest>
537 void ExecuteGremlinProfileQueryAsync(const ExecuteGremlinProfileQueryRequestT& request,
539 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
540 return SubmitAsync(&NeptunedataClient::ExecuteGremlinProfileQuery, request, handler, context);
541 }
542
570
575 template <typename ExecuteGremlinQueryRequestT = Model::ExecuteGremlinQueryRequest>
576 Model::ExecuteGremlinQueryOutcomeCallable ExecuteGremlinQueryCallable(const ExecuteGremlinQueryRequestT& request) const {
577 return SubmitCallable(&NeptunedataClient::ExecuteGremlinQuery, request);
578 }
579
584 template <typename ExecuteGremlinQueryRequestT = Model::ExecuteGremlinQueryRequest>
585 void ExecuteGremlinQueryAsync(const ExecuteGremlinQueryRequestT& request, const ExecuteGremlinQueryResponseReceivedHandler& handler,
586 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
587 return SubmitAsync(&NeptunedataClient::ExecuteGremlinQuery, request, handler, context);
588 }
589
609
614 template <typename ExecuteOpenCypherExplainQueryRequestT = Model::ExecuteOpenCypherExplainQueryRequest>
616 const ExecuteOpenCypherExplainQueryRequestT& request) const {
617 return SubmitCallable(&NeptunedataClient::ExecuteOpenCypherExplainQuery, request);
618 }
619
624 template <typename ExecuteOpenCypherExplainQueryRequestT = Model::ExecuteOpenCypherExplainQueryRequest>
625 void ExecuteOpenCypherExplainQueryAsync(const ExecuteOpenCypherExplainQueryRequestT& request,
627 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
628 return SubmitAsync(&NeptunedataClient::ExecuteOpenCypherExplainQuery, request, handler, context);
629 }
630
662
667 template <typename ExecuteOpenCypherQueryRequestT = Model::ExecuteOpenCypherQueryRequest>
668 Model::ExecuteOpenCypherQueryOutcomeCallable ExecuteOpenCypherQueryCallable(const ExecuteOpenCypherQueryRequestT& request) const {
669 return SubmitCallable(&NeptunedataClient::ExecuteOpenCypherQuery, request);
670 }
671
676 template <typename ExecuteOpenCypherQueryRequestT = Model::ExecuteOpenCypherQueryRequest>
677 void ExecuteOpenCypherQueryAsync(const ExecuteOpenCypherQueryRequestT& request,
679 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
680 return SubmitAsync(&NeptunedataClient::ExecuteOpenCypherQuery, request, handler, context);
681 }
682
693
697 template <typename GetEngineStatusRequestT = Model::GetEngineStatusRequest>
698 Model::GetEngineStatusOutcomeCallable GetEngineStatusCallable(const GetEngineStatusRequestT& request = {}) const {
699 return SubmitCallable(&NeptunedataClient::GetEngineStatus, request);
700 }
701
706 template <typename GetEngineStatusRequestT = Model::GetEngineStatusRequest>
708 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
709 const GetEngineStatusRequestT& request = {}) const {
710 return SubmitAsync(&NeptunedataClient::GetEngineStatus, request, handler, context);
711 }
712
729
734 template <typename GetGremlinQueryStatusRequestT = Model::GetGremlinQueryStatusRequest>
735 Model::GetGremlinQueryStatusOutcomeCallable GetGremlinQueryStatusCallable(const GetGremlinQueryStatusRequestT& request) const {
736 return SubmitCallable(&NeptunedataClient::GetGremlinQueryStatus, request);
737 }
738
743 template <typename GetGremlinQueryStatusRequestT = Model::GetGremlinQueryStatusRequest>
744 void GetGremlinQueryStatusAsync(const GetGremlinQueryStatusRequestT& request, const GetGremlinQueryStatusResponseReceivedHandler& handler,
745 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
746 return SubmitAsync(&NeptunedataClient::GetGremlinQueryStatus, request, handler, context);
747 }
748
763
768 template <typename GetLoaderJobStatusRequestT = Model::GetLoaderJobStatusRequest>
769 Model::GetLoaderJobStatusOutcomeCallable GetLoaderJobStatusCallable(const GetLoaderJobStatusRequestT& request) const {
770 return SubmitCallable(&NeptunedataClient::GetLoaderJobStatus, request);
771 }
772
777 template <typename GetLoaderJobStatusRequestT = Model::GetLoaderJobStatusRequest>
778 void GetLoaderJobStatusAsync(const GetLoaderJobStatusRequestT& request, const GetLoaderJobStatusResponseReceivedHandler& handler,
779 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
780 return SubmitAsync(&NeptunedataClient::GetLoaderJobStatus, request, handler, context);
781 }
782
795
800 template <typename GetMLDataProcessingJobRequestT = Model::GetMLDataProcessingJobRequest>
801 Model::GetMLDataProcessingJobOutcomeCallable GetMLDataProcessingJobCallable(const GetMLDataProcessingJobRequestT& request) const {
802 return SubmitCallable(&NeptunedataClient::GetMLDataProcessingJob, request);
803 }
804
809 template <typename GetMLDataProcessingJobRequestT = Model::GetMLDataProcessingJobRequest>
810 void GetMLDataProcessingJobAsync(const GetMLDataProcessingJobRequestT& request,
812 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
813 return SubmitAsync(&NeptunedataClient::GetMLDataProcessingJob, request, handler, context);
814 }
815
828
832 template <typename GetMLEndpointRequestT = Model::GetMLEndpointRequest>
833 Model::GetMLEndpointOutcomeCallable GetMLEndpointCallable(const GetMLEndpointRequestT& request) const {
834 return SubmitCallable(&NeptunedataClient::GetMLEndpoint, request);
835 }
836
841 template <typename GetMLEndpointRequestT = Model::GetMLEndpointRequest>
842 void GetMLEndpointAsync(const GetMLEndpointRequestT& request, const GetMLEndpointResponseReceivedHandler& handler,
843 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
844 return SubmitAsync(&NeptunedataClient::GetMLEndpoint, request, handler, context);
845 }
846
859
864 template <typename GetMLModelTrainingJobRequestT = Model::GetMLModelTrainingJobRequest>
865 Model::GetMLModelTrainingJobOutcomeCallable GetMLModelTrainingJobCallable(const GetMLModelTrainingJobRequestT& request) const {
866 return SubmitCallable(&NeptunedataClient::GetMLModelTrainingJob, request);
867 }
868
873 template <typename GetMLModelTrainingJobRequestT = Model::GetMLModelTrainingJobRequest>
874 void GetMLModelTrainingJobAsync(const GetMLModelTrainingJobRequestT& request, const GetMLModelTrainingJobResponseReceivedHandler& handler,
875 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
876 return SubmitAsync(&NeptunedataClient::GetMLModelTrainingJob, request, handler, context);
877 }
878
891
896 template <typename GetMLModelTransformJobRequestT = Model::GetMLModelTransformJobRequest>
897 Model::GetMLModelTransformJobOutcomeCallable GetMLModelTransformJobCallable(const GetMLModelTransformJobRequestT& request) const {
898 return SubmitCallable(&NeptunedataClient::GetMLModelTransformJob, request);
899 }
900
905 template <typename GetMLModelTransformJobRequestT = Model::GetMLModelTransformJobRequest>
906 void GetMLModelTransformJobAsync(const GetMLModelTransformJobRequestT& request,
908 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
909 return SubmitAsync(&NeptunedataClient::GetMLModelTransformJob, request, handler, context);
910 }
911
928
933 template <typename GetOpenCypherQueryStatusRequestT = Model::GetOpenCypherQueryStatusRequest>
934 Model::GetOpenCypherQueryStatusOutcomeCallable GetOpenCypherQueryStatusCallable(const GetOpenCypherQueryStatusRequestT& request) const {
935 return SubmitCallable(&NeptunedataClient::GetOpenCypherQueryStatus, request);
936 }
937
942 template <typename GetOpenCypherQueryStatusRequestT = Model::GetOpenCypherQueryStatusRequest>
943 void GetOpenCypherQueryStatusAsync(const GetOpenCypherQueryStatusRequestT& request,
945 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
946 return SubmitAsync(&NeptunedataClient::GetOpenCypherQueryStatus, request, handler, context);
947 }
948
959 const Model::GetPropertygraphStatisticsRequest& request = {}) const;
960
965 template <typename GetPropertygraphStatisticsRequestT = Model::GetPropertygraphStatisticsRequest>
967 const GetPropertygraphStatisticsRequestT& request = {}) const {
968 return SubmitCallable(&NeptunedataClient::GetPropertygraphStatistics, request);
969 }
970
975 template <typename GetPropertygraphStatisticsRequestT = Model::GetPropertygraphStatisticsRequest>
977 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
978 const GetPropertygraphStatisticsRequestT& request = {}) const {
979 return SubmitAsync(&NeptunedataClient::GetPropertygraphStatistics, request, handler, context);
980 }
981
1013
1018 template <typename GetPropertygraphStreamRequestT = Model::GetPropertygraphStreamRequest>
1019 Model::GetPropertygraphStreamOutcomeCallable GetPropertygraphStreamCallable(const GetPropertygraphStreamRequestT& request = {}) const {
1020 return SubmitCallable(&NeptunedataClient::GetPropertygraphStream, request);
1021 }
1022
1027 template <typename GetPropertygraphStreamRequestT = Model::GetPropertygraphStreamRequest>
1029 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1030 const GetPropertygraphStreamRequestT& request = {}) const {
1031 return SubmitAsync(&NeptunedataClient::GetPropertygraphStream, request, handler, context);
1032 }
1033
1044
1049 template <typename GetPropertygraphSummaryRequestT = Model::GetPropertygraphSummaryRequest>
1050 Model::GetPropertygraphSummaryOutcomeCallable GetPropertygraphSummaryCallable(const GetPropertygraphSummaryRequestT& request = {}) const {
1051 return SubmitCallable(&NeptunedataClient::GetPropertygraphSummary, request);
1052 }
1053
1058 template <typename GetPropertygraphSummaryRequestT = Model::GetPropertygraphSummaryRequest>
1060 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1061 const GetPropertygraphSummaryRequestT& request = {}) const {
1062 return SubmitAsync(&NeptunedataClient::GetPropertygraphSummary, request, handler, context);
1063 }
1064
1075
1080 template <typename GetRDFGraphSummaryRequestT = Model::GetRDFGraphSummaryRequest>
1081 Model::GetRDFGraphSummaryOutcomeCallable GetRDFGraphSummaryCallable(const GetRDFGraphSummaryRequestT& request = {}) const {
1082 return SubmitCallable(&NeptunedataClient::GetRDFGraphSummary, request);
1083 }
1084
1089 template <typename GetRDFGraphSummaryRequestT = Model::GetRDFGraphSummaryRequest>
1091 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1092 const GetRDFGraphSummaryRequestT& request = {}) const {
1093 return SubmitAsync(&NeptunedataClient::GetRDFGraphSummary, request, handler, context);
1094 }
1095
1102
1107 template <typename GetSparqlStatisticsRequestT = Model::GetSparqlStatisticsRequest>
1108 Model::GetSparqlStatisticsOutcomeCallable GetSparqlStatisticsCallable(const GetSparqlStatisticsRequestT& request = {}) const {
1109 return SubmitCallable(&NeptunedataClient::GetSparqlStatistics, request);
1110 }
1111
1116 template <typename GetSparqlStatisticsRequestT = Model::GetSparqlStatisticsRequest>
1118 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1119 const GetSparqlStatisticsRequestT& request = {}) const {
1120 return SubmitAsync(&NeptunedataClient::GetSparqlStatistics, request, handler, context);
1121 }
1122
1148
1152 template <typename GetSparqlStreamRequestT = Model::GetSparqlStreamRequest>
1153 Model::GetSparqlStreamOutcomeCallable GetSparqlStreamCallable(const GetSparqlStreamRequestT& request = {}) const {
1154 return SubmitCallable(&NeptunedataClient::GetSparqlStream, request);
1155 }
1156
1161 template <typename GetSparqlStreamRequestT = Model::GetSparqlStreamRequest>
1163 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1164 const GetSparqlStreamRequestT& request = {}) const {
1165 return SubmitAsync(&NeptunedataClient::GetSparqlStream, request, handler, context);
1166 }
1167
1186
1191 template <typename ListGremlinQueriesRequestT = Model::ListGremlinQueriesRequest>
1192 Model::ListGremlinQueriesOutcomeCallable ListGremlinQueriesCallable(const ListGremlinQueriesRequestT& request = {}) const {
1193 return SubmitCallable(&NeptunedataClient::ListGremlinQueries, request);
1194 }
1195
1200 template <typename ListGremlinQueriesRequestT = Model::ListGremlinQueriesRequest>
1202 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1203 const ListGremlinQueriesRequestT& request = {}) const {
1204 return SubmitAsync(&NeptunedataClient::ListGremlinQueries, request, handler, context);
1205 }
1206
1218
1222 template <typename ListLoaderJobsRequestT = Model::ListLoaderJobsRequest>
1223 Model::ListLoaderJobsOutcomeCallable ListLoaderJobsCallable(const ListLoaderJobsRequestT& request = {}) const {
1224 return SubmitCallable(&NeptunedataClient::ListLoaderJobs, request);
1225 }
1226
1231 template <typename ListLoaderJobsRequestT = Model::ListLoaderJobsRequest>
1233 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1234 const ListLoaderJobsRequestT& request = {}) const {
1235 return SubmitAsync(&NeptunedataClient::ListLoaderJobs, request, handler, context);
1236 }
1237
1251
1256 template <typename ListMLDataProcessingJobsRequestT = Model::ListMLDataProcessingJobsRequest>
1258 const ListMLDataProcessingJobsRequestT& request = {}) const {
1259 return SubmitCallable(&NeptunedataClient::ListMLDataProcessingJobs, request);
1260 }
1261
1266 template <typename ListMLDataProcessingJobsRequestT = Model::ListMLDataProcessingJobsRequest>
1268 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1269 const ListMLDataProcessingJobsRequestT& request = {}) const {
1270 return SubmitAsync(&NeptunedataClient::ListMLDataProcessingJobs, request, handler, context);
1271 }
1272
1285
1289 template <typename ListMLEndpointsRequestT = Model::ListMLEndpointsRequest>
1290 Model::ListMLEndpointsOutcomeCallable ListMLEndpointsCallable(const ListMLEndpointsRequestT& request = {}) const {
1291 return SubmitCallable(&NeptunedataClient::ListMLEndpoints, request);
1292 }
1293
1298 template <typename ListMLEndpointsRequestT = Model::ListMLEndpointsRequest>
1300 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1301 const ListMLEndpointsRequestT& request = {}) const {
1302 return SubmitAsync(&NeptunedataClient::ListMLEndpoints, request, handler, context);
1303 }
1304
1317
1322 template <typename ListMLModelTrainingJobsRequestT = Model::ListMLModelTrainingJobsRequest>
1323 Model::ListMLModelTrainingJobsOutcomeCallable ListMLModelTrainingJobsCallable(const ListMLModelTrainingJobsRequestT& request = {}) const {
1324 return SubmitCallable(&NeptunedataClient::ListMLModelTrainingJobs, request);
1325 }
1326
1331 template <typename ListMLModelTrainingJobsRequestT = Model::ListMLModelTrainingJobsRequest>
1333 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1334 const ListMLModelTrainingJobsRequestT& request = {}) const {
1335 return SubmitAsync(&NeptunedataClient::ListMLModelTrainingJobs, request, handler, context);
1336 }
1337
1350
1355 template <typename ListMLModelTransformJobsRequestT = Model::ListMLModelTransformJobsRequest>
1357 const ListMLModelTransformJobsRequestT& request = {}) const {
1358 return SubmitCallable(&NeptunedataClient::ListMLModelTransformJobs, request);
1359 }
1360
1365 template <typename ListMLModelTransformJobsRequestT = Model::ListMLModelTransformJobsRequest>
1367 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1368 const ListMLModelTransformJobsRequestT& request = {}) const {
1369 return SubmitAsync(&NeptunedataClient::ListMLModelTransformJobs, request, handler, context);
1370 }
1371
1390
1395 template <typename ListOpenCypherQueriesRequestT = Model::ListOpenCypherQueriesRequest>
1396 Model::ListOpenCypherQueriesOutcomeCallable ListOpenCypherQueriesCallable(const ListOpenCypherQueriesRequestT& request = {}) const {
1397 return SubmitCallable(&NeptunedataClient::ListOpenCypherQueries, request);
1398 }
1399
1404 template <typename ListOpenCypherQueriesRequestT = Model::ListOpenCypherQueriesRequest>
1406 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1407 const ListOpenCypherQueriesRequestT& request = {}) const {
1408 return SubmitAsync(&NeptunedataClient::ListOpenCypherQueries, request, handler, context);
1409 }
1410
1422 const Model::ManagePropertygraphStatisticsRequest& request = {}) const;
1423
1428 template <typename ManagePropertygraphStatisticsRequestT = Model::ManagePropertygraphStatisticsRequest>
1430 const ManagePropertygraphStatisticsRequestT& request = {}) const {
1431 return SubmitCallable(&NeptunedataClient::ManagePropertygraphStatistics, request);
1432 }
1433
1438 template <typename ManagePropertygraphStatisticsRequestT = Model::ManagePropertygraphStatisticsRequest>
1440 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1441 const ManagePropertygraphStatisticsRequestT& request = {}) const {
1442 return SubmitAsync(&NeptunedataClient::ManagePropertygraphStatistics, request, handler, context);
1443 }
1444
1455
1460 template <typename ManageSparqlStatisticsRequestT = Model::ManageSparqlStatisticsRequest>
1461 Model::ManageSparqlStatisticsOutcomeCallable ManageSparqlStatisticsCallable(const ManageSparqlStatisticsRequestT& request = {}) const {
1462 return SubmitCallable(&NeptunedataClient::ManageSparqlStatistics, request);
1463 }
1464
1469 template <typename ManageSparqlStatisticsRequestT = Model::ManageSparqlStatisticsRequest>
1471 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1472 const ManageSparqlStatisticsRequestT& request = {}) const {
1473 return SubmitAsync(&NeptunedataClient::ManageSparqlStatistics, request, handler, context);
1474 }
1475
1489
1493 template <typename StartLoaderJobRequestT = Model::StartLoaderJobRequest>
1494 Model::StartLoaderJobOutcomeCallable StartLoaderJobCallable(const StartLoaderJobRequestT& request) const {
1495 return SubmitCallable(&NeptunedataClient::StartLoaderJob, request);
1496 }
1497
1502 template <typename StartLoaderJobRequestT = Model::StartLoaderJobRequest>
1503 void StartLoaderJobAsync(const StartLoaderJobRequestT& request, const StartLoaderJobResponseReceivedHandler& handler,
1504 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1505 return SubmitAsync(&NeptunedataClient::StartLoaderJob, request, handler, context);
1506 }
1507
1521
1526 template <typename StartMLDataProcessingJobRequestT = Model::StartMLDataProcessingJobRequest>
1527 Model::StartMLDataProcessingJobOutcomeCallable StartMLDataProcessingJobCallable(const StartMLDataProcessingJobRequestT& request) const {
1528 return SubmitCallable(&NeptunedataClient::StartMLDataProcessingJob, request);
1529 }
1530
1535 template <typename StartMLDataProcessingJobRequestT = Model::StartMLDataProcessingJobRequest>
1536 void StartMLDataProcessingJobAsync(const StartMLDataProcessingJobRequestT& request,
1538 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1539 return SubmitAsync(&NeptunedataClient::StartMLDataProcessingJob, request, handler, context);
1540 }
1541
1554
1559 template <typename StartMLModelTrainingJobRequestT = Model::StartMLModelTrainingJobRequest>
1560 Model::StartMLModelTrainingJobOutcomeCallable StartMLModelTrainingJobCallable(const StartMLModelTrainingJobRequestT& request) const {
1561 return SubmitCallable(&NeptunedataClient::StartMLModelTrainingJob, request);
1562 }
1563
1568 template <typename StartMLModelTrainingJobRequestT = Model::StartMLModelTrainingJobRequest>
1569 void StartMLModelTrainingJobAsync(const StartMLModelTrainingJobRequestT& request,
1571 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1572 return SubmitAsync(&NeptunedataClient::StartMLModelTrainingJob, request, handler, context);
1573 }
1574
1587
1592 template <typename StartMLModelTransformJobRequestT = Model::StartMLModelTransformJobRequest>
1593 Model::StartMLModelTransformJobOutcomeCallable StartMLModelTransformJobCallable(const StartMLModelTransformJobRequestT& request) const {
1594 return SubmitCallable(&NeptunedataClient::StartMLModelTransformJob, request);
1595 }
1596
1601 template <typename StartMLModelTransformJobRequestT = Model::StartMLModelTransformJobRequest>
1602 void StartMLModelTransformJobAsync(const StartMLModelTransformJobRequestT& request,
1604 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1605 return SubmitAsync(&NeptunedataClient::StartMLModelTransformJob, request, handler, context);
1606 }
1607
1608 void OverrideEndpoint(const Aws::String& endpoint);
1609 std::shared_ptr<NeptunedataEndpointProviderBase>& accessEndpointProvider();
1610
1611 private:
1613 void init(const NeptunedataClientConfiguration& clientConfiguration);
1614
1615 NeptunedataClientConfiguration m_clientConfiguration;
1616 std::shared_ptr<NeptunedataEndpointProviderBase> m_endpointProvider;
1617};
1618
1619} // namespace neptunedata
1620} // namespace Aws
Model::StartMLModelTransformJobOutcomeCallable StartMLModelTransformJobCallable(const StartMLModelTransformJobRequestT &request) const
virtual Model::DeleteSparqlStatisticsOutcome DeleteSparqlStatistics(const Model::DeleteSparqlStatisticsRequest &request={}) const
virtual Model::StartMLDataProcessingJobOutcome StartMLDataProcessingJob(const Model::StartMLDataProcessingJobRequest &request) const
Model::ListGremlinQueriesOutcomeCallable ListGremlinQueriesCallable(const ListGremlinQueriesRequestT &request={}) const
void ExecuteOpenCypherExplainQueryAsync(const ExecuteOpenCypherExplainQueryRequestT &request, const ExecuteOpenCypherExplainQueryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetSparqlStatisticsOutcome GetSparqlStatistics(const Model::GetSparqlStatisticsRequest &request={}) const
void DeleteSparqlStatisticsAsync(const DeleteSparqlStatisticsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DeleteSparqlStatisticsRequestT &request={}) const
void GetOpenCypherQueryStatusAsync(const GetOpenCypherQueryStatusRequestT &request, const GetOpenCypherQueryStatusResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ExecuteGremlinQueryAsync(const ExecuteGremlinQueryRequestT &request, const ExecuteGremlinQueryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetMLModelTransformJobOutcomeCallable GetMLModelTransformJobCallable(const GetMLModelTransformJobRequestT &request) const
virtual Model::ManagePropertygraphStatisticsOutcome ManagePropertygraphStatistics(const Model::ManagePropertygraphStatisticsRequest &request={}) const
void GetSparqlStatisticsAsync(const GetSparqlStatisticsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetSparqlStatisticsRequestT &request={}) const
void StartMLModelTransformJobAsync(const StartMLModelTransformJobRequestT &request, const StartMLModelTransformJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CancelLoaderJobOutcomeCallable CancelLoaderJobCallable(const CancelLoaderJobRequestT &request) const
virtual Model::ListGremlinQueriesOutcome ListGremlinQueries(const Model::ListGremlinQueriesRequest &request={}) const
Model::GetPropertygraphSummaryOutcomeCallable GetPropertygraphSummaryCallable(const GetPropertygraphSummaryRequestT &request={}) const
void OverrideEndpoint(const Aws::String &endpoint)
Model::ExecuteFastResetOutcomeCallable ExecuteFastResetCallable(const ExecuteFastResetRequestT &request) const
void ListOpenCypherQueriesAsync(const ListOpenCypherQueriesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListOpenCypherQueriesRequestT &request={}) const
void CancelMLDataProcessingJobAsync(const CancelMLDataProcessingJobRequestT &request, const CancelMLDataProcessingJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetLoaderJobStatusOutcomeCallable GetLoaderJobStatusCallable(const GetLoaderJobStatusRequestT &request) const
virtual Model::DeletePropertygraphStatisticsOutcome DeletePropertygraphStatistics(const Model::DeletePropertygraphStatisticsRequest &request={}) const
virtual Model::GetLoaderJobStatusOutcome GetLoaderJobStatus(const Model::GetLoaderJobStatusRequest &request) const
NeptunedataClient(const Aws::Client::ClientConfiguration &clientConfiguration)
NeptunedataClientConfiguration ClientConfigurationType
static const char * GetServiceName()
Model::CreateMLEndpointOutcomeCallable CreateMLEndpointCallable(const CreateMLEndpointRequestT &request={}) const
virtual Model::CancelGremlinQueryOutcome CancelGremlinQuery(const Model::CancelGremlinQueryRequest &request) const
void ExecuteFastResetAsync(const ExecuteFastResetRequestT &request, const ExecuteFastResetResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Aws::Client::AWSJsonClient BASECLASS
Model::GetSparqlStreamOutcomeCallable GetSparqlStreamCallable(const GetSparqlStreamRequestT &request={}) const
Model::CancelMLModelTransformJobOutcomeCallable CancelMLModelTransformJobCallable(const CancelMLModelTransformJobRequestT &request) const
Model::ExecuteGremlinProfileQueryOutcomeCallable ExecuteGremlinProfileQueryCallable(const ExecuteGremlinProfileQueryRequestT &request) const
virtual Model::GetRDFGraphSummaryOutcome GetRDFGraphSummary(const Model::GetRDFGraphSummaryRequest &request={}) const
virtual Model::DeleteMLEndpointOutcome DeleteMLEndpoint(const Model::DeleteMLEndpointRequest &request) const
void ListMLModelTransformJobsAsync(const ListMLModelTransformJobsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListMLModelTransformJobsRequestT &request={}) const
Model::GetPropertygraphStatisticsOutcomeCallable GetPropertygraphStatisticsCallable(const GetPropertygraphStatisticsRequestT &request={}) const
void CancelOpenCypherQueryAsync(const CancelOpenCypherQueryRequestT &request, const CancelOpenCypherQueryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetMLDataProcessingJobOutcome GetMLDataProcessingJob(const Model::GetMLDataProcessingJobRequest &request) const
virtual Model::GetGremlinQueryStatusOutcome GetGremlinQueryStatus(const Model::GetGremlinQueryStatusRequest &request) const
Model::CancelGremlinQueryOutcomeCallable CancelGremlinQueryCallable(const CancelGremlinQueryRequestT &request) const
virtual Model::GetOpenCypherQueryStatusOutcome GetOpenCypherQueryStatus(const Model::GetOpenCypherQueryStatusRequest &request) const
virtual Model::ListMLEndpointsOutcome ListMLEndpoints(const Model::ListMLEndpointsRequest &request={}) const
std::shared_ptr< NeptunedataEndpointProviderBase > & accessEndpointProvider()
Model::ListLoaderJobsOutcomeCallable ListLoaderJobsCallable(const ListLoaderJobsRequestT &request={}) const
void ManagePropertygraphStatisticsAsync(const ManagePropertygraphStatisticsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ManagePropertygraphStatisticsRequestT &request={}) const
virtual Model::ListMLModelTrainingJobsOutcome ListMLModelTrainingJobs(const Model::ListMLModelTrainingJobsRequest &request={}) const
void StartMLDataProcessingJobAsync(const StartMLDataProcessingJobRequestT &request, const StartMLDataProcessingJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::StartLoaderJobOutcome StartLoaderJob(const Model::StartLoaderJobRequest &request) const
Model::GetGremlinQueryStatusOutcomeCallable GetGremlinQueryStatusCallable(const GetGremlinQueryStatusRequestT &request) const
virtual Model::CancelMLDataProcessingJobOutcome CancelMLDataProcessingJob(const Model::CancelMLDataProcessingJobRequest &request) const
void StartMLModelTrainingJobAsync(const StartMLModelTrainingJobRequestT &request, const StartMLModelTrainingJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CancelMLModelTransformJobAsync(const CancelMLModelTransformJobRequestT &request, const CancelMLModelTransformJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::StartLoaderJobOutcomeCallable StartLoaderJobCallable(const StartLoaderJobRequestT &request) const
Model::StartMLModelTrainingJobOutcomeCallable StartMLModelTrainingJobCallable(const StartMLModelTrainingJobRequestT &request) const
NeptunedataClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< NeptunedataEndpointProviderBase > endpointProvider=nullptr, const Aws::neptunedata::NeptunedataClientConfiguration &clientConfiguration=Aws::neptunedata::NeptunedataClientConfiguration())
virtual Model::ExecuteGremlinQueryOutcome ExecuteGremlinQuery(const Model::ExecuteGremlinQueryRequest &request) const
virtual Model::ListLoaderJobsOutcome ListLoaderJobs(const Model::ListLoaderJobsRequest &request={}) const
virtual Model::StartMLModelTrainingJobOutcome StartMLModelTrainingJob(const Model::StartMLModelTrainingJobRequest &request) const
NeptunedataClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
void GetLoaderJobStatusAsync(const GetLoaderJobStatusRequestT &request, const GetLoaderJobStatusResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ExecuteGremlinQueryOutcomeCallable ExecuteGremlinQueryCallable(const ExecuteGremlinQueryRequestT &request) const
void CancelLoaderJobAsync(const CancelLoaderJobRequestT &request, const CancelLoaderJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetMLEndpointOutcome GetMLEndpoint(const Model::GetMLEndpointRequest &request) const
void StartLoaderJobAsync(const StartLoaderJobRequestT &request, const StartLoaderJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetMLEndpointOutcomeCallable GetMLEndpointCallable(const GetMLEndpointRequestT &request) const
NeptunedataClient(const Aws::neptunedata::NeptunedataClientConfiguration &clientConfiguration=Aws::neptunedata::NeptunedataClientConfiguration(), std::shared_ptr< NeptunedataEndpointProviderBase > endpointProvider=nullptr)
Model::GetMLModelTrainingJobOutcomeCallable GetMLModelTrainingJobCallable(const GetMLModelTrainingJobRequestT &request) const
virtual Model::GetPropertygraphStreamOutcome GetPropertygraphStream(const Model::GetPropertygraphStreamRequest &request={}) const
void ListMLEndpointsAsync(const ListMLEndpointsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListMLEndpointsRequestT &request={}) const
void CancelMLModelTrainingJobAsync(const CancelMLModelTrainingJobRequestT &request, const CancelMLModelTrainingJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CancelGremlinQueryAsync(const CancelGremlinQueryRequestT &request, const CancelGremlinQueryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetMLEndpointAsync(const GetMLEndpointRequestT &request, const GetMLEndpointResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
NeptunedataClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< NeptunedataEndpointProviderBase > endpointProvider=nullptr, const Aws::neptunedata::NeptunedataClientConfiguration &clientConfiguration=Aws::neptunedata::NeptunedataClientConfiguration())
void ListMLModelTrainingJobsAsync(const ListMLModelTrainingJobsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListMLModelTrainingJobsRequestT &request={}) const
virtual Model::CancelMLModelTransformJobOutcome CancelMLModelTransformJob(const Model::CancelMLModelTransformJobRequest &request) const
virtual Model::ListMLDataProcessingJobsOutcome ListMLDataProcessingJobs(const Model::ListMLDataProcessingJobsRequest &request={}) const
Model::ListMLDataProcessingJobsOutcomeCallable ListMLDataProcessingJobsCallable(const ListMLDataProcessingJobsRequestT &request={}) const
virtual Model::GetSparqlStreamOutcome GetSparqlStream(const Model::GetSparqlStreamRequest &request={}) const
Model::ListOpenCypherQueriesOutcomeCallable ListOpenCypherQueriesCallable(const ListOpenCypherQueriesRequestT &request={}) const
virtual Model::GetMLModelTrainingJobOutcome GetMLModelTrainingJob(const Model::GetMLModelTrainingJobRequest &request) const
void ExecuteGremlinProfileQueryAsync(const ExecuteGremlinProfileQueryRequestT &request, const ExecuteGremlinProfileQueryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ExecuteOpenCypherQueryOutcome ExecuteOpenCypherQuery(const Model::ExecuteOpenCypherQueryRequest &request) const
void GetPropertygraphStatisticsAsync(const GetPropertygraphStatisticsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetPropertygraphStatisticsRequestT &request={}) const
Model::ManageSparqlStatisticsOutcomeCallable ManageSparqlStatisticsCallable(const ManageSparqlStatisticsRequestT &request={}) const
void GetMLModelTransformJobAsync(const GetMLModelTransformJobRequestT &request, const GetMLModelTransformJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::StartMLDataProcessingJobOutcomeCallable StartMLDataProcessingJobCallable(const StartMLDataProcessingJobRequestT &request) const
virtual Model::CancelLoaderJobOutcome CancelLoaderJob(const Model::CancelLoaderJobRequest &request) const
Model::ExecuteOpenCypherQueryOutcomeCallable ExecuteOpenCypherQueryCallable(const ExecuteOpenCypherQueryRequestT &request) const
virtual Model::ExecuteOpenCypherExplainQueryOutcome ExecuteOpenCypherExplainQuery(const Model::ExecuteOpenCypherExplainQueryRequest &request) const
Model::DeleteSparqlStatisticsOutcomeCallable DeleteSparqlStatisticsCallable(const DeleteSparqlStatisticsRequestT &request={}) const
Model::GetMLDataProcessingJobOutcomeCallable GetMLDataProcessingJobCallable(const GetMLDataProcessingJobRequestT &request) const
virtual Model::GetEngineStatusOutcome GetEngineStatus(const Model::GetEngineStatusRequest &request={}) const
NeptunedataClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
Model::ExecuteGremlinExplainQueryOutcomeCallable ExecuteGremlinExplainQueryCallable(const ExecuteGremlinExplainQueryRequestT &request) const
void GetPropertygraphStreamAsync(const GetPropertygraphStreamResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetPropertygraphStreamRequestT &request={}) const
void GetGremlinQueryStatusAsync(const GetGremlinQueryStatusRequestT &request, const GetGremlinQueryStatusResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ManagePropertygraphStatisticsOutcomeCallable ManagePropertygraphStatisticsCallable(const ManagePropertygraphStatisticsRequestT &request={}) const
void GetEngineStatusAsync(const GetEngineStatusResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetEngineStatusRequestT &request={}) const
Model::CancelMLModelTrainingJobOutcomeCallable CancelMLModelTrainingJobCallable(const CancelMLModelTrainingJobRequestT &request) const
Model::GetOpenCypherQueryStatusOutcomeCallable GetOpenCypherQueryStatusCallable(const GetOpenCypherQueryStatusRequestT &request) const
Model::DeletePropertygraphStatisticsOutcomeCallable DeletePropertygraphStatisticsCallable(const DeletePropertygraphStatisticsRequestT &request={}) const
void GetSparqlStreamAsync(const GetSparqlStreamResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetSparqlStreamRequestT &request={}) const
virtual Model::GetMLModelTransformJobOutcome GetMLModelTransformJob(const Model::GetMLModelTransformJobRequest &request) const
void CreateMLEndpointAsync(const CreateMLEndpointResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const CreateMLEndpointRequestT &request={}) const
virtual Model::GetPropertygraphStatisticsOutcome GetPropertygraphStatistics(const Model::GetPropertygraphStatisticsRequest &request={}) const
virtual Model::ListMLModelTransformJobsOutcome ListMLModelTransformJobs(const Model::ListMLModelTransformJobsRequest &request={}) const
Model::DeleteMLEndpointOutcomeCallable DeleteMLEndpointCallable(const DeleteMLEndpointRequestT &request) const
Model::CancelOpenCypherQueryOutcomeCallable CancelOpenCypherQueryCallable(const CancelOpenCypherQueryRequestT &request) const
virtual Model::ExecuteGremlinExplainQueryOutcome ExecuteGremlinExplainQuery(const Model::ExecuteGremlinExplainQueryRequest &request) const
Model::CancelMLDataProcessingJobOutcomeCallable CancelMLDataProcessingJobCallable(const CancelMLDataProcessingJobRequestT &request) const
NeptunedataEndpointProvider EndpointProviderType
virtual Model::GetPropertygraphSummaryOutcome GetPropertygraphSummary(const Model::GetPropertygraphSummaryRequest &request={}) const
Model::GetEngineStatusOutcomeCallable GetEngineStatusCallable(const GetEngineStatusRequestT &request={}) const
void GetPropertygraphSummaryAsync(const GetPropertygraphSummaryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetPropertygraphSummaryRequestT &request={}) const
void ExecuteOpenCypherQueryAsync(const ExecuteOpenCypherQueryRequestT &request, const ExecuteOpenCypherQueryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DeleteMLEndpointAsync(const DeleteMLEndpointRequestT &request, const DeleteMLEndpointResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DeletePropertygraphStatisticsAsync(const DeletePropertygraphStatisticsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DeletePropertygraphStatisticsRequestT &request={}) const
void ListGremlinQueriesAsync(const ListGremlinQueriesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListGremlinQueriesRequestT &request={}) const
virtual Model::CreateMLEndpointOutcome CreateMLEndpoint(const Model::CreateMLEndpointRequest &request={}) const
void ManageSparqlStatisticsAsync(const ManageSparqlStatisticsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ManageSparqlStatisticsRequestT &request={}) const
virtual Model::ExecuteGremlinProfileQueryOutcome ExecuteGremlinProfileQuery(const Model::ExecuteGremlinProfileQueryRequest &request) const
Model::GetPropertygraphStreamOutcomeCallable GetPropertygraphStreamCallable(const GetPropertygraphStreamRequestT &request={}) const
static const char * GetAllocationTag()
void ListMLDataProcessingJobsAsync(const ListMLDataProcessingJobsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListMLDataProcessingJobsRequestT &request={}) const
Model::ListMLEndpointsOutcomeCallable ListMLEndpointsCallable(const ListMLEndpointsRequestT &request={}) const
void ListLoaderJobsAsync(const ListLoaderJobsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListLoaderJobsRequestT &request={}) const
void ExecuteGremlinExplainQueryAsync(const ExecuteGremlinExplainQueryRequestT &request, const ExecuteGremlinExplainQueryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListMLModelTrainingJobsOutcomeCallable ListMLModelTrainingJobsCallable(const ListMLModelTrainingJobsRequestT &request={}) const
virtual Model::ListOpenCypherQueriesOutcome ListOpenCypherQueries(const Model::ListOpenCypherQueriesRequest &request={}) const
virtual Model::ManageSparqlStatisticsOutcome ManageSparqlStatistics(const Model::ManageSparqlStatisticsRequest &request={}) const
virtual Model::CancelMLModelTrainingJobOutcome CancelMLModelTrainingJob(const Model::CancelMLModelTrainingJobRequest &request) const
void GetMLDataProcessingJobAsync(const GetMLDataProcessingJobRequestT &request, const GetMLDataProcessingJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetRDFGraphSummaryOutcomeCallable GetRDFGraphSummaryCallable(const GetRDFGraphSummaryRequestT &request={}) const
void GetRDFGraphSummaryAsync(const GetRDFGraphSummaryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetRDFGraphSummaryRequestT &request={}) const
virtual Model::StartMLModelTransformJobOutcome StartMLModelTransformJob(const Model::StartMLModelTransformJobRequest &request) const
virtual Model::ExecuteFastResetOutcome ExecuteFastReset(const Model::ExecuteFastResetRequest &request) const
virtual Model::CancelOpenCypherQueryOutcome CancelOpenCypherQuery(const Model::CancelOpenCypherQueryRequest &request) const
Model::ExecuteOpenCypherExplainQueryOutcomeCallable ExecuteOpenCypherExplainQueryCallable(const ExecuteOpenCypherExplainQueryRequestT &request) const
void GetMLModelTrainingJobAsync(const GetMLModelTrainingJobRequestT &request, const GetMLModelTrainingJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetSparqlStatisticsOutcomeCallable GetSparqlStatisticsCallable(const GetSparqlStatisticsRequestT &request={}) const
Model::ListMLModelTransformJobsOutcomeCallable ListMLModelTransformJobsCallable(const ListMLModelTransformJobsRequestT &request={}) const
std::future< ManagePropertygraphStatisticsOutcome > ManagePropertygraphStatisticsOutcomeCallable
std::future< ListMLModelTransformJobsOutcome > ListMLModelTransformJobsOutcomeCallable
std::future< ExecuteFastResetOutcome > ExecuteFastResetOutcomeCallable
std::future< GetRDFGraphSummaryOutcome > GetRDFGraphSummaryOutcomeCallable
std::future< StartMLModelTransformJobOutcome > StartMLModelTransformJobOutcomeCallable
std::future< StartLoaderJobOutcome > StartLoaderJobOutcomeCallable
std::future< StartMLDataProcessingJobOutcome > StartMLDataProcessingJobOutcomeCallable
std::future< GetMLModelTrainingJobOutcome > GetMLModelTrainingJobOutcomeCallable
std::future< GetEngineStatusOutcome > GetEngineStatusOutcomeCallable
std::future< DeleteSparqlStatisticsOutcome > DeleteSparqlStatisticsOutcomeCallable
std::future< ListMLEndpointsOutcome > ListMLEndpointsOutcomeCallable
std::future< ListMLDataProcessingJobsOutcome > ListMLDataProcessingJobsOutcomeCallable
std::future< CancelMLDataProcessingJobOutcome > CancelMLDataProcessingJobOutcomeCallable
std::future< GetSparqlStatisticsOutcome > GetSparqlStatisticsOutcomeCallable
std::future< CancelMLModelTrainingJobOutcome > CancelMLModelTrainingJobOutcomeCallable
std::future< ListOpenCypherQueriesOutcome > ListOpenCypherQueriesOutcomeCallable
std::future< CancelMLModelTransformJobOutcome > CancelMLModelTransformJobOutcomeCallable
std::future< CancelLoaderJobOutcome > CancelLoaderJobOutcomeCallable
std::future< CancelOpenCypherQueryOutcome > CancelOpenCypherQueryOutcomeCallable
std::future< GetPropertygraphStreamOutcome > GetPropertygraphStreamOutcomeCallable
std::future< GetPropertygraphSummaryOutcome > GetPropertygraphSummaryOutcomeCallable
std::future< GetLoaderJobStatusOutcome > GetLoaderJobStatusOutcomeCallable
std::future< ExecuteGremlinProfileQueryOutcome > ExecuteGremlinProfileQueryOutcomeCallable
std::future< ExecuteGremlinQueryOutcome > ExecuteGremlinQueryOutcomeCallable
std::future< GetMLModelTransformJobOutcome > GetMLModelTransformJobOutcomeCallable
std::future< GetPropertygraphStatisticsOutcome > GetPropertygraphStatisticsOutcomeCallable
std::future< ListMLModelTrainingJobsOutcome > ListMLModelTrainingJobsOutcomeCallable
std::future< GetMLEndpointOutcome > GetMLEndpointOutcomeCallable
std::future< StartMLModelTrainingJobOutcome > StartMLModelTrainingJobOutcomeCallable
std::future< ExecuteGremlinExplainQueryOutcome > ExecuteGremlinExplainQueryOutcomeCallable
std::future< ExecuteOpenCypherQueryOutcome > ExecuteOpenCypherQueryOutcomeCallable
std::future< ListLoaderJobsOutcome > ListLoaderJobsOutcomeCallable
std::future< GetSparqlStreamOutcome > GetSparqlStreamOutcomeCallable
std::future< ExecuteOpenCypherExplainQueryOutcome > ExecuteOpenCypherExplainQueryOutcomeCallable
std::future< GetGremlinQueryStatusOutcome > GetGremlinQueryStatusOutcomeCallable
std::future< DeletePropertygraphStatisticsOutcome > DeletePropertygraphStatisticsOutcomeCallable
std::future< ManageSparqlStatisticsOutcome > ManageSparqlStatisticsOutcomeCallable
std::future< GetOpenCypherQueryStatusOutcome > GetOpenCypherQueryStatusOutcomeCallable
std::future< CancelGremlinQueryOutcome > CancelGremlinQueryOutcomeCallable
std::future< GetMLDataProcessingJobOutcome > GetMLDataProcessingJobOutcomeCallable
std::future< ListGremlinQueriesOutcome > ListGremlinQueriesOutcomeCallable
std::future< CreateMLEndpointOutcome > CreateMLEndpointOutcomeCallable
std::future< DeleteMLEndpointOutcome > DeleteMLEndpointOutcomeCallable
std::function< void(const NeptunedataClient *, const Model::StartMLModelTrainingJobRequest &, const Model::StartMLModelTrainingJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartMLModelTrainingJobResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::ListMLEndpointsRequest &, const Model::ListMLEndpointsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListMLEndpointsResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::CancelLoaderJobRequest &, const Model::CancelLoaderJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CancelLoaderJobResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::GetPropertygraphStatisticsRequest &, const Model::GetPropertygraphStatisticsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetPropertygraphStatisticsResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::GetMLDataProcessingJobRequest &, const Model::GetMLDataProcessingJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMLDataProcessingJobResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::DeleteSparqlStatisticsRequest &, const Model::DeleteSparqlStatisticsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteSparqlStatisticsResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::CreateMLEndpointRequest &, const Model::CreateMLEndpointOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateMLEndpointResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::StartLoaderJobRequest &, const Model::StartLoaderJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartLoaderJobResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::CancelMLDataProcessingJobRequest &, const Model::CancelMLDataProcessingJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CancelMLDataProcessingJobResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::CancelMLModelTransformJobRequest &, const Model::CancelMLModelTransformJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CancelMLModelTransformJobResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::ListGremlinQueriesRequest &, const Model::ListGremlinQueriesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListGremlinQueriesResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::GetPropertygraphSummaryRequest &, const Model::GetPropertygraphSummaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetPropertygraphSummaryResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::DeleteMLEndpointRequest &, const Model::DeleteMLEndpointOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteMLEndpointResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::ListMLModelTrainingJobsRequest &, const Model::ListMLModelTrainingJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListMLModelTrainingJobsResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::ListLoaderJobsRequest &, const Model::ListLoaderJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListLoaderJobsResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::ExecuteGremlinProfileQueryRequest &, Model::ExecuteGremlinProfileQueryOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ExecuteGremlinProfileQueryResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::ListMLDataProcessingJobsRequest &, const Model::ListMLDataProcessingJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListMLDataProcessingJobsResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::ManageSparqlStatisticsRequest &, const Model::ManageSparqlStatisticsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ManageSparqlStatisticsResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::GetEngineStatusRequest &, const Model::GetEngineStatusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetEngineStatusResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::GetMLModelTransformJobRequest &, const Model::GetMLModelTransformJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMLModelTransformJobResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::GetRDFGraphSummaryRequest &, const Model::GetRDFGraphSummaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetRDFGraphSummaryResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::GetPropertygraphStreamRequest &, const Model::GetPropertygraphStreamOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetPropertygraphStreamResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::GetOpenCypherQueryStatusRequest &, const Model::GetOpenCypherQueryStatusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetOpenCypherQueryStatusResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::ExecuteGremlinExplainQueryRequest &, Model::ExecuteGremlinExplainQueryOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ExecuteGremlinExplainQueryResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::ExecuteGremlinQueryRequest &, const Model::ExecuteGremlinQueryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ExecuteGremlinQueryResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::GetLoaderJobStatusRequest &, const Model::GetLoaderJobStatusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetLoaderJobStatusResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::CancelOpenCypherQueryRequest &, const Model::CancelOpenCypherQueryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CancelOpenCypherQueryResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::ExecuteFastResetRequest &, const Model::ExecuteFastResetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ExecuteFastResetResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::ExecuteOpenCypherExplainQueryRequest &, Model::ExecuteOpenCypherExplainQueryOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ExecuteOpenCypherExplainQueryResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::StartMLDataProcessingJobRequest &, const Model::StartMLDataProcessingJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartMLDataProcessingJobResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::DeletePropertygraphStatisticsRequest &, const Model::DeletePropertygraphStatisticsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeletePropertygraphStatisticsResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::GetMLEndpointRequest &, const Model::GetMLEndpointOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMLEndpointResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::GetSparqlStreamRequest &, const Model::GetSparqlStreamOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetSparqlStreamResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::ListOpenCypherQueriesRequest &, const Model::ListOpenCypherQueriesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListOpenCypherQueriesResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::GetGremlinQueryStatusRequest &, const Model::GetGremlinQueryStatusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetGremlinQueryStatusResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::CancelMLModelTrainingJobRequest &, const Model::CancelMLModelTrainingJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CancelMLModelTrainingJobResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::ListMLModelTransformJobsRequest &, const Model::ListMLModelTransformJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListMLModelTransformJobsResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::ExecuteOpenCypherQueryRequest &, const Model::ExecuteOpenCypherQueryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ExecuteOpenCypherQueryResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::GetSparqlStatisticsRequest &, const Model::GetSparqlStatisticsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetSparqlStatisticsResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::CancelGremlinQueryRequest &, const Model::CancelGremlinQueryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CancelGremlinQueryResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::ManagePropertygraphStatisticsRequest &, const Model::ManagePropertygraphStatisticsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ManagePropertygraphStatisticsResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::GetMLModelTrainingJobRequest &, const Model::GetMLModelTrainingJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMLModelTrainingJobResponseReceivedHandler
std::function< void(const NeptunedataClient *, const Model::StartMLModelTransformJobRequest &, const Model::StartMLModelTransformJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartMLModelTransformJobResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String