AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
NeptuneGraphClient.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/neptune-graph/NeptuneGraphPaginationBase.h>
12#include <aws/neptune-graph/NeptuneGraphServiceClientModel.h>
13#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
14
15namespace Aws {
16namespace NeptuneGraph {
23class AWS_NEPTUNEGRAPH_API NeptuneGraphClient : public Aws::Client::AWSJsonClient,
24 public Aws::Client::ClientWithAsyncTemplateMethods<NeptuneGraphClient>,
25 public NeptuneGraphPaginationBase<NeptuneGraphClient> {
26 public:
28 static const char* GetServiceName();
29 static const char* GetAllocationTag();
30
33
40 std::shared_ptr<NeptuneGraphEndpointProviderBase> endpointProvider = nullptr);
41
47 const Aws::Auth::AWSCredentials& credentials, std::shared_ptr<NeptuneGraphEndpointProviderBase> endpointProvider = nullptr,
49
55 const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
56 std::shared_ptr<NeptuneGraphEndpointProviderBase> endpointProvider = nullptr,
58
59 /* Legacy constructors due deprecation */
65
70 NeptuneGraphClient(const Aws::Auth::AWSCredentials& credentials, const Aws::Client::ClientConfiguration& clientConfiguration);
71
76 NeptuneGraphClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
77 const Aws::Client::ClientConfiguration& clientConfiguration);
78
79 /* End of legacy constructors due deprecation */
81
88
93 template <typename CancelExportTaskRequestT = Model::CancelExportTaskRequest>
94 Model::CancelExportTaskOutcomeCallable CancelExportTaskCallable(const CancelExportTaskRequestT& request) const {
95 return SubmitCallable(&NeptuneGraphClient::CancelExportTask, request);
96 }
97
102 template <typename CancelExportTaskRequestT = Model::CancelExportTaskRequest>
103 void CancelExportTaskAsync(const CancelExportTaskRequestT& request, const CancelExportTaskResponseReceivedHandler& handler,
104 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
105 return SubmitAsync(&NeptuneGraphClient::CancelExportTask, request, handler, context);
106 }
107
114
119 template <typename CancelImportTaskRequestT = Model::CancelImportTaskRequest>
120 Model::CancelImportTaskOutcomeCallable CancelImportTaskCallable(const CancelImportTaskRequestT& request) const {
121 return SubmitCallable(&NeptuneGraphClient::CancelImportTask, request);
122 }
123
128 template <typename CancelImportTaskRequestT = Model::CancelImportTaskRequest>
129 void CancelImportTaskAsync(const CancelImportTaskRequestT& request, const CancelImportTaskResponseReceivedHandler& handler,
130 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
131 return SubmitAsync(&NeptuneGraphClient::CancelImportTask, request, handler, context);
132 }
133
140
144 template <typename CancelQueryRequestT = Model::CancelQueryRequest>
145 Model::CancelQueryOutcomeCallable CancelQueryCallable(const CancelQueryRequestT& request) const {
146 return SubmitCallable(&NeptuneGraphClient::CancelQuery, request);
147 }
148
153 template <typename CancelQueryRequestT = Model::CancelQueryRequest>
154 void CancelQueryAsync(const CancelQueryRequestT& request, const CancelQueryResponseReceivedHandler& handler,
155 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
156 return SubmitAsync(&NeptuneGraphClient::CancelQuery, request, handler, context);
157 }
158
165
169 template <typename CreateGraphRequestT = Model::CreateGraphRequest>
170 Model::CreateGraphOutcomeCallable CreateGraphCallable(const CreateGraphRequestT& request) const {
171 return SubmitCallable(&NeptuneGraphClient::CreateGraph, request);
172 }
173
178 template <typename CreateGraphRequestT = Model::CreateGraphRequest>
179 void CreateGraphAsync(const CreateGraphRequestT& request, const CreateGraphResponseReceivedHandler& handler,
180 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
181 return SubmitAsync(&NeptuneGraphClient::CreateGraph, request, handler, context);
182 }
183
190
195 template <typename CreateGraphSnapshotRequestT = Model::CreateGraphSnapshotRequest>
196 Model::CreateGraphSnapshotOutcomeCallable CreateGraphSnapshotCallable(const CreateGraphSnapshotRequestT& request) const {
197 return SubmitCallable(&NeptuneGraphClient::CreateGraphSnapshot, request);
198 }
199
204 template <typename CreateGraphSnapshotRequestT = Model::CreateGraphSnapshotRequest>
205 void CreateGraphSnapshotAsync(const CreateGraphSnapshotRequestT& request, const CreateGraphSnapshotResponseReceivedHandler& handler,
206 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
207 return SubmitAsync(&NeptuneGraphClient::CreateGraphSnapshot, request, handler, context);
208 }
209
223 const Model::CreateGraphUsingImportTaskRequest& request) const;
224
229 template <typename CreateGraphUsingImportTaskRequestT = Model::CreateGraphUsingImportTaskRequest>
231 const CreateGraphUsingImportTaskRequestT& request) const {
232 return SubmitCallable(&NeptuneGraphClient::CreateGraphUsingImportTask, request);
233 }
234
239 template <typename CreateGraphUsingImportTaskRequestT = Model::CreateGraphUsingImportTaskRequest>
240 void CreateGraphUsingImportTaskAsync(const CreateGraphUsingImportTaskRequestT& request,
242 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
243 return SubmitAsync(&NeptuneGraphClient::CreateGraphUsingImportTask, request, handler, context);
244 }
245
254 const Model::CreatePrivateGraphEndpointRequest& request) const;
255
260 template <typename CreatePrivateGraphEndpointRequestT = Model::CreatePrivateGraphEndpointRequest>
262 const CreatePrivateGraphEndpointRequestT& request) const {
263 return SubmitCallable(&NeptuneGraphClient::CreatePrivateGraphEndpoint, request);
264 }
265
270 template <typename CreatePrivateGraphEndpointRequestT = Model::CreatePrivateGraphEndpointRequest>
271 void CreatePrivateGraphEndpointAsync(const CreatePrivateGraphEndpointRequestT& request,
273 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
274 return SubmitAsync(&NeptuneGraphClient::CreatePrivateGraphEndpoint, request, handler, context);
275 }
276
284
288 template <typename DeleteGraphRequestT = Model::DeleteGraphRequest>
289 Model::DeleteGraphOutcomeCallable DeleteGraphCallable(const DeleteGraphRequestT& request) const {
290 return SubmitCallable(&NeptuneGraphClient::DeleteGraph, request);
291 }
292
297 template <typename DeleteGraphRequestT = Model::DeleteGraphRequest>
298 void DeleteGraphAsync(const DeleteGraphRequestT& request, const DeleteGraphResponseReceivedHandler& handler,
299 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
300 return SubmitAsync(&NeptuneGraphClient::DeleteGraph, request, handler, context);
301 }
302
309
314 template <typename DeleteGraphSnapshotRequestT = Model::DeleteGraphSnapshotRequest>
315 Model::DeleteGraphSnapshotOutcomeCallable DeleteGraphSnapshotCallable(const DeleteGraphSnapshotRequestT& request) const {
316 return SubmitCallable(&NeptuneGraphClient::DeleteGraphSnapshot, request);
317 }
318
323 template <typename DeleteGraphSnapshotRequestT = Model::DeleteGraphSnapshotRequest>
324 void DeleteGraphSnapshotAsync(const DeleteGraphSnapshotRequestT& request, const DeleteGraphSnapshotResponseReceivedHandler& handler,
325 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
326 return SubmitAsync(&NeptuneGraphClient::DeleteGraphSnapshot, request, handler, context);
327 }
328
335 const Model::DeletePrivateGraphEndpointRequest& request) const;
336
341 template <typename DeletePrivateGraphEndpointRequestT = Model::DeletePrivateGraphEndpointRequest>
343 const DeletePrivateGraphEndpointRequestT& request) const {
344 return SubmitCallable(&NeptuneGraphClient::DeletePrivateGraphEndpoint, request);
345 }
346
351 template <typename DeletePrivateGraphEndpointRequestT = Model::DeletePrivateGraphEndpointRequest>
352 void DeletePrivateGraphEndpointAsync(const DeletePrivateGraphEndpointRequestT& request,
354 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
355 return SubmitAsync(&NeptuneGraphClient::DeletePrivateGraphEndpoint, request, handler, context);
356 }
357
369
373 template <typename ExecuteQueryRequestT = Model::ExecuteQueryRequest>
374 Model::ExecuteQueryOutcomeCallable ExecuteQueryCallable(const ExecuteQueryRequestT& request) const {
375 return SubmitCallable(&NeptuneGraphClient::ExecuteQuery, request);
376 }
377
382 template <typename ExecuteQueryRequestT = Model::ExecuteQueryRequest>
383 void ExecuteQueryAsync(const ExecuteQueryRequestT& request, const ExecuteQueryResponseReceivedHandler& handler,
384 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
385 return SubmitAsync(&NeptuneGraphClient::ExecuteQuery, request, handler, context);
386 }
387
394
398 template <typename GetExportTaskRequestT = Model::GetExportTaskRequest>
399 Model::GetExportTaskOutcomeCallable GetExportTaskCallable(const GetExportTaskRequestT& request) const {
400 return SubmitCallable(&NeptuneGraphClient::GetExportTask, request);
401 }
402
407 template <typename GetExportTaskRequestT = Model::GetExportTaskRequest>
408 void GetExportTaskAsync(const GetExportTaskRequestT& request, const GetExportTaskResponseReceivedHandler& handler,
409 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
410 return SubmitAsync(&NeptuneGraphClient::GetExportTask, request, handler, context);
411 }
412
419
423 template <typename GetGraphRequestT = Model::GetGraphRequest>
424 Model::GetGraphOutcomeCallable GetGraphCallable(const GetGraphRequestT& request) const {
425 return SubmitCallable(&NeptuneGraphClient::GetGraph, request);
426 }
427
432 template <typename GetGraphRequestT = Model::GetGraphRequest>
433 void GetGraphAsync(const GetGraphRequestT& request, const GetGraphResponseReceivedHandler& handler,
434 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
435 return SubmitAsync(&NeptuneGraphClient::GetGraph, request, handler, context);
436 }
437
444
449 template <typename GetGraphSnapshotRequestT = Model::GetGraphSnapshotRequest>
450 Model::GetGraphSnapshotOutcomeCallable GetGraphSnapshotCallable(const GetGraphSnapshotRequestT& request) const {
451 return SubmitCallable(&NeptuneGraphClient::GetGraphSnapshot, request);
452 }
453
458 template <typename GetGraphSnapshotRequestT = Model::GetGraphSnapshotRequest>
459 void GetGraphSnapshotAsync(const GetGraphSnapshotRequestT& request, const GetGraphSnapshotResponseReceivedHandler& handler,
460 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
461 return SubmitAsync(&NeptuneGraphClient::GetGraphSnapshot, request, handler, context);
462 }
463
470
474 template <typename GetGraphSummaryRequestT = Model::GetGraphSummaryRequest>
475 Model::GetGraphSummaryOutcomeCallable GetGraphSummaryCallable(const GetGraphSummaryRequestT& request) const {
476 return SubmitCallable(&NeptuneGraphClient::GetGraphSummary, request);
477 }
478
483 template <typename GetGraphSummaryRequestT = Model::GetGraphSummaryRequest>
484 void GetGraphSummaryAsync(const GetGraphSummaryRequestT& request, const GetGraphSummaryResponseReceivedHandler& handler,
485 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
486 return SubmitAsync(&NeptuneGraphClient::GetGraphSummary, request, handler, context);
487 }
488
495
499 template <typename GetImportTaskRequestT = Model::GetImportTaskRequest>
500 Model::GetImportTaskOutcomeCallable GetImportTaskCallable(const GetImportTaskRequestT& request) const {
501 return SubmitCallable(&NeptuneGraphClient::GetImportTask, request);
502 }
503
508 template <typename GetImportTaskRequestT = Model::GetImportTaskRequest>
509 void GetImportTaskAsync(const GetImportTaskRequestT& request, const GetImportTaskResponseReceivedHandler& handler,
510 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
511 return SubmitAsync(&NeptuneGraphClient::GetImportTask, request, handler, context);
512 }
513
521
526 template <typename GetPrivateGraphEndpointRequestT = Model::GetPrivateGraphEndpointRequest>
527 Model::GetPrivateGraphEndpointOutcomeCallable GetPrivateGraphEndpointCallable(const GetPrivateGraphEndpointRequestT& request) const {
528 return SubmitCallable(&NeptuneGraphClient::GetPrivateGraphEndpoint, request);
529 }
530
535 template <typename GetPrivateGraphEndpointRequestT = Model::GetPrivateGraphEndpointRequest>
536 void GetPrivateGraphEndpointAsync(const GetPrivateGraphEndpointRequestT& request,
538 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
539 return SubmitAsync(&NeptuneGraphClient::GetPrivateGraphEndpoint, request, handler, context);
540 }
541
551
555 template <typename GetQueryRequestT = Model::GetQueryRequest>
556 Model::GetQueryOutcomeCallable GetQueryCallable(const GetQueryRequestT& request) const {
557 return SubmitCallable(&NeptuneGraphClient::GetQuery, request);
558 }
559
564 template <typename GetQueryRequestT = Model::GetQueryRequest>
565 void GetQueryAsync(const GetQueryRequestT& request, const GetQueryResponseReceivedHandler& handler,
566 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
567 return SubmitAsync(&NeptuneGraphClient::GetQuery, request, handler, context);
568 }
569
576
580 template <typename ListExportTasksRequestT = Model::ListExportTasksRequest>
581 Model::ListExportTasksOutcomeCallable ListExportTasksCallable(const ListExportTasksRequestT& request = {}) const {
582 return SubmitCallable(&NeptuneGraphClient::ListExportTasks, request);
583 }
584
589 template <typename ListExportTasksRequestT = Model::ListExportTasksRequest>
591 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
592 const ListExportTasksRequestT& request = {}) const {
593 return SubmitAsync(&NeptuneGraphClient::ListExportTasks, request, handler, context);
594 }
595
603
608 template <typename ListGraphSnapshotsRequestT = Model::ListGraphSnapshotsRequest>
609 Model::ListGraphSnapshotsOutcomeCallable ListGraphSnapshotsCallable(const ListGraphSnapshotsRequestT& request = {}) const {
610 return SubmitCallable(&NeptuneGraphClient::ListGraphSnapshots, request);
611 }
612
617 template <typename ListGraphSnapshotsRequestT = Model::ListGraphSnapshotsRequest>
619 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
620 const ListGraphSnapshotsRequestT& request = {}) const {
621 return SubmitAsync(&NeptuneGraphClient::ListGraphSnapshots, request, handler, context);
622 }
623
630
634 template <typename ListGraphsRequestT = Model::ListGraphsRequest>
635 Model::ListGraphsOutcomeCallable ListGraphsCallable(const ListGraphsRequestT& request = {}) const {
636 return SubmitCallable(&NeptuneGraphClient::ListGraphs, request);
637 }
638
643 template <typename ListGraphsRequestT = Model::ListGraphsRequest>
645 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
646 const ListGraphsRequestT& request = {}) const {
647 return SubmitAsync(&NeptuneGraphClient::ListGraphs, request, handler, context);
648 }
649
656
660 template <typename ListImportTasksRequestT = Model::ListImportTasksRequest>
661 Model::ListImportTasksOutcomeCallable ListImportTasksCallable(const ListImportTasksRequestT& request = {}) const {
662 return SubmitCallable(&NeptuneGraphClient::ListImportTasks, request);
663 }
664
669 template <typename ListImportTasksRequestT = Model::ListImportTasksRequest>
671 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
672 const ListImportTasksRequestT& request = {}) const {
673 return SubmitAsync(&NeptuneGraphClient::ListImportTasks, request, handler, context);
674 }
675
683
688 template <typename ListPrivateGraphEndpointsRequestT = Model::ListPrivateGraphEndpointsRequest>
690 const ListPrivateGraphEndpointsRequestT& request) const {
691 return SubmitCallable(&NeptuneGraphClient::ListPrivateGraphEndpoints, request);
692 }
693
698 template <typename ListPrivateGraphEndpointsRequestT = Model::ListPrivateGraphEndpointsRequest>
699 void ListPrivateGraphEndpointsAsync(const ListPrivateGraphEndpointsRequestT& request,
701 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
702 return SubmitAsync(&NeptuneGraphClient::ListPrivateGraphEndpoints, request, handler, context);
703 }
704
711
715 template <typename ListQueriesRequestT = Model::ListQueriesRequest>
716 Model::ListQueriesOutcomeCallable ListQueriesCallable(const ListQueriesRequestT& request) const {
717 return SubmitCallable(&NeptuneGraphClient::ListQueries, request);
718 }
719
724 template <typename ListQueriesRequestT = Model::ListQueriesRequest>
725 void ListQueriesAsync(const ListQueriesRequestT& request, const ListQueriesResponseReceivedHandler& handler,
726 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
727 return SubmitAsync(&NeptuneGraphClient::ListQueries, request, handler, context);
728 }
729
737
742 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
743 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const {
744 return SubmitCallable(&NeptuneGraphClient::ListTagsForResource, request);
745 }
746
751 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
752 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler,
753 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
754 return SubmitAsync(&NeptuneGraphClient::ListTagsForResource, request, handler, context);
755 }
756
764
768 template <typename ResetGraphRequestT = Model::ResetGraphRequest>
769 Model::ResetGraphOutcomeCallable ResetGraphCallable(const ResetGraphRequestT& request) const {
770 return SubmitCallable(&NeptuneGraphClient::ResetGraph, request);
771 }
772
777 template <typename ResetGraphRequestT = Model::ResetGraphRequest>
778 void ResetGraphAsync(const ResetGraphRequestT& request, const ResetGraphResponseReceivedHandler& handler,
779 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
780 return SubmitAsync(&NeptuneGraphClient::ResetGraph, request, handler, context);
781 }
782
789
794 template <typename RestoreGraphFromSnapshotRequestT = Model::RestoreGraphFromSnapshotRequest>
795 Model::RestoreGraphFromSnapshotOutcomeCallable RestoreGraphFromSnapshotCallable(const RestoreGraphFromSnapshotRequestT& request) const {
796 return SubmitCallable(&NeptuneGraphClient::RestoreGraphFromSnapshot, request);
797 }
798
803 template <typename RestoreGraphFromSnapshotRequestT = Model::RestoreGraphFromSnapshotRequest>
804 void RestoreGraphFromSnapshotAsync(const RestoreGraphFromSnapshotRequestT& request,
806 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
807 return SubmitAsync(&NeptuneGraphClient::RestoreGraphFromSnapshot, request, handler, context);
808 }
809
817
821 template <typename StartExportTaskRequestT = Model::StartExportTaskRequest>
822 Model::StartExportTaskOutcomeCallable StartExportTaskCallable(const StartExportTaskRequestT& request) const {
823 return SubmitCallable(&NeptuneGraphClient::StartExportTask, request);
824 }
825
830 template <typename StartExportTaskRequestT = Model::StartExportTaskRequest>
831 void StartExportTaskAsync(const StartExportTaskRequestT& request, const StartExportTaskResponseReceivedHandler& handler,
832 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
833 return SubmitAsync(&NeptuneGraphClient::StartExportTask, request, handler, context);
834 }
835
842
846 template <typename StartGraphRequestT = Model::StartGraphRequest>
847 Model::StartGraphOutcomeCallable StartGraphCallable(const StartGraphRequestT& request) const {
848 return SubmitCallable(&NeptuneGraphClient::StartGraph, request);
849 }
850
855 template <typename StartGraphRequestT = Model::StartGraphRequest>
856 void StartGraphAsync(const StartGraphRequestT& request, const StartGraphResponseReceivedHandler& handler,
857 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
858 return SubmitAsync(&NeptuneGraphClient::StartGraph, request, handler, context);
859 }
860
869
873 template <typename StartImportTaskRequestT = Model::StartImportTaskRequest>
874 Model::StartImportTaskOutcomeCallable StartImportTaskCallable(const StartImportTaskRequestT& request) const {
875 return SubmitCallable(&NeptuneGraphClient::StartImportTask, request);
876 }
877
882 template <typename StartImportTaskRequestT = Model::StartImportTaskRequest>
883 void StartImportTaskAsync(const StartImportTaskRequestT& request, const StartImportTaskResponseReceivedHandler& handler,
884 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
885 return SubmitAsync(&NeptuneGraphClient::StartImportTask, request, handler, context);
886 }
887
894
898 template <typename StopGraphRequestT = Model::StopGraphRequest>
899 Model::StopGraphOutcomeCallable StopGraphCallable(const StopGraphRequestT& request) const {
900 return SubmitCallable(&NeptuneGraphClient::StopGraph, request);
901 }
902
907 template <typename StopGraphRequestT = Model::StopGraphRequest>
908 void StopGraphAsync(const StopGraphRequestT& request, const StopGraphResponseReceivedHandler& handler,
909 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
910 return SubmitAsync(&NeptuneGraphClient::StopGraph, request, handler, context);
911 }
912
919
923 template <typename TagResourceRequestT = Model::TagResourceRequest>
924 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const {
925 return SubmitCallable(&NeptuneGraphClient::TagResource, request);
926 }
927
932 template <typename TagResourceRequestT = Model::TagResourceRequest>
933 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler,
934 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
935 return SubmitAsync(&NeptuneGraphClient::TagResource, request, handler, context);
936 }
937
945
949 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
950 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const {
951 return SubmitCallable(&NeptuneGraphClient::UntagResource, request);
952 }
953
958 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
959 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler,
960 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
961 return SubmitAsync(&NeptuneGraphClient::UntagResource, request, handler, context);
962 }
963
971
975 template <typename UpdateGraphRequestT = Model::UpdateGraphRequest>
976 Model::UpdateGraphOutcomeCallable UpdateGraphCallable(const UpdateGraphRequestT& request) const {
977 return SubmitCallable(&NeptuneGraphClient::UpdateGraph, request);
978 }
979
984 template <typename UpdateGraphRequestT = Model::UpdateGraphRequest>
985 void UpdateGraphAsync(const UpdateGraphRequestT& request, const UpdateGraphResponseReceivedHandler& handler,
986 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
987 return SubmitAsync(&NeptuneGraphClient::UpdateGraph, request, handler, context);
988 }
989
990 virtual void OverrideEndpoint(const Aws::String& endpoint);
991 virtual std::shared_ptr<NeptuneGraphEndpointProviderBase>& accessEndpointProvider();
992
993 private:
995 void init(const NeptuneGraphClientConfiguration& clientConfiguration);
996
997 NeptuneGraphClientConfiguration m_clientConfiguration;
998 std::shared_ptr<NeptuneGraphEndpointProviderBase> m_endpointProvider;
999};
1000
1001} // namespace NeptuneGraph
1002} // namespace Aws
virtual Model::ListExportTasksOutcome ListExportTasks(const Model::ListExportTasksRequest &request={}) const
Model::ListExportTasksOutcomeCallable ListExportTasksCallable(const ListExportTasksRequestT &request={}) const
Model::CancelExportTaskOutcomeCallable CancelExportTaskCallable(const CancelExportTaskRequestT &request) const
void DeletePrivateGraphEndpointAsync(const DeletePrivateGraphEndpointRequestT &request, const DeletePrivateGraphEndpointResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateGraphSnapshotOutcomeCallable CreateGraphSnapshotCallable(const CreateGraphSnapshotRequestT &request) const
Model::GetGraphOutcomeCallable GetGraphCallable(const GetGraphRequestT &request) const
virtual Model::ListImportTasksOutcome ListImportTasks(const Model::ListImportTasksRequest &request={}) const
Model::GetExportTaskOutcomeCallable GetExportTaskCallable(const GetExportTaskRequestT &request) const
void CancelQueryAsync(const CancelQueryRequestT &request, const CancelQueryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListQueriesOutcome ListQueries(const Model::ListQueriesRequest &request) const
Model::GetQueryOutcomeCallable GetQueryCallable(const GetQueryRequestT &request) const
Model::CreateGraphUsingImportTaskOutcomeCallable CreateGraphUsingImportTaskCallable(const CreateGraphUsingImportTaskRequestT &request) const
Model::RestoreGraphFromSnapshotOutcomeCallable RestoreGraphFromSnapshotCallable(const RestoreGraphFromSnapshotRequestT &request) const
void CreateGraphAsync(const CreateGraphRequestT &request, const CreateGraphResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetGraphSummaryOutcomeCallable GetGraphSummaryCallable(const GetGraphSummaryRequestT &request) const
Model::UpdateGraphOutcomeCallable UpdateGraphCallable(const UpdateGraphRequestT &request) const
void GetQueryAsync(const GetQueryRequestT &request, const GetQueryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
static const char * GetAllocationTag()
void GetGraphSummaryAsync(const GetGraphSummaryRequestT &request, const GetGraphSummaryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetGraphOutcome GetGraph(const Model::GetGraphRequest &request) const
virtual Model::GetExportTaskOutcome GetExportTask(const Model::GetExportTaskRequest &request) const
Model::ResetGraphOutcomeCallable ResetGraphCallable(const ResetGraphRequestT &request) const
virtual Model::RestoreGraphFromSnapshotOutcome RestoreGraphFromSnapshot(const Model::RestoreGraphFromSnapshotRequest &request) const
Model::ListImportTasksOutcomeCallable ListImportTasksCallable(const ListImportTasksRequestT &request={}) const
void StartExportTaskAsync(const StartExportTaskRequestT &request, const StartExportTaskResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
NeptuneGraphClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< NeptuneGraphEndpointProviderBase > endpointProvider=nullptr, const Aws::NeptuneGraph::NeptuneGraphClientConfiguration &clientConfiguration=Aws::NeptuneGraph::NeptuneGraphClientConfiguration())
virtual Model::ListGraphSnapshotsOutcome ListGraphSnapshots(const Model::ListGraphSnapshotsRequest &request={}) const
Model::GetGraphSnapshotOutcomeCallable GetGraphSnapshotCallable(const GetGraphSnapshotRequestT &request) const
virtual Model::DeleteGraphOutcome DeleteGraph(const Model::DeleteGraphRequest &request) const
Model::DeleteGraphOutcomeCallable DeleteGraphCallable(const DeleteGraphRequestT &request) const
void RestoreGraphFromSnapshotAsync(const RestoreGraphFromSnapshotRequestT &request, const RestoreGraphFromSnapshotResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::CreateGraphSnapshotOutcome CreateGraphSnapshot(const Model::CreateGraphSnapshotRequest &request) const
void ListPrivateGraphEndpointsAsync(const ListPrivateGraphEndpointsRequestT &request, const ListPrivateGraphEndpointsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListGraphSnapshotsOutcomeCallable ListGraphSnapshotsCallable(const ListGraphSnapshotsRequestT &request={}) const
void TagResourceAsync(const TagResourceRequestT &request, const TagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::StartExportTaskOutcomeCallable StartExportTaskCallable(const StartExportTaskRequestT &request) const
virtual Model::GetGraphSnapshotOutcome GetGraphSnapshot(const Model::GetGraphSnapshotRequest &request) const
void GetImportTaskAsync(const GetImportTaskRequestT &request, const GetImportTaskResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
NeptuneGraphClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::ListGraphsOutcome ListGraphs(const Model::ListGraphsRequest &request={}) const
void UntagResourceAsync(const UntagResourceRequestT &request, const UntagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UpdateGraphOutcome UpdateGraph(const Model::UpdateGraphRequest &request) const
void ListQueriesAsync(const ListQueriesRequestT &request, const ListQueriesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListTagsForResourceOutcome ListTagsForResource(const Model::ListTagsForResourceRequest &request) const
virtual Model::CancelExportTaskOutcome CancelExportTask(const Model::CancelExportTaskRequest &request) const
NeptuneGraphClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
void ListGraphsAsync(const ListGraphsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListGraphsRequestT &request={}) const
Model::CreateGraphOutcomeCallable CreateGraphCallable(const CreateGraphRequestT &request) const
virtual Model::GetGraphSummaryOutcome GetGraphSummary(const Model::GetGraphSummaryRequest &request) const
void StartGraphAsync(const StartGraphRequestT &request, const StartGraphResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void StopGraphAsync(const StopGraphRequestT &request, const StopGraphResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetPrivateGraphEndpointOutcomeCallable GetPrivateGraphEndpointCallable(const GetPrivateGraphEndpointRequestT &request) const
Model::DeletePrivateGraphEndpointOutcomeCallable DeletePrivateGraphEndpointCallable(const DeletePrivateGraphEndpointRequestT &request) const
virtual Model::ExecuteQueryOutcome ExecuteQuery(const Model::ExecuteQueryRequest &request) const
virtual void OverrideEndpoint(const Aws::String &endpoint)
virtual Model::ResetGraphOutcome ResetGraph(const Model::ResetGraphRequest &request) const
Model::ExecuteQueryOutcomeCallable ExecuteQueryCallable(const ExecuteQueryRequestT &request) const
Model::CreatePrivateGraphEndpointOutcomeCallable CreatePrivateGraphEndpointCallable(const CreatePrivateGraphEndpointRequestT &request) const
void GetGraphAsync(const GetGraphRequestT &request, const GetGraphResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetGraphSnapshotAsync(const GetGraphSnapshotRequestT &request, const GetGraphSnapshotResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::StartGraphOutcome StartGraph(const Model::StartGraphRequest &request) const
virtual std::shared_ptr< NeptuneGraphEndpointProviderBase > & accessEndpointProvider()
Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT &request) const
virtual Model::StartExportTaskOutcome StartExportTask(const Model::StartExportTaskRequest &request) const
Model::StartGraphOutcomeCallable StartGraphCallable(const StartGraphRequestT &request) const
NeptuneGraphClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< NeptuneGraphEndpointProviderBase > endpointProvider=nullptr, const Aws::NeptuneGraph::NeptuneGraphClientConfiguration &clientConfiguration=Aws::NeptuneGraph::NeptuneGraphClientConfiguration())
virtual Model::DeleteGraphSnapshotOutcome DeleteGraphSnapshot(const Model::DeleteGraphSnapshotRequest &request) const
Model::ListQueriesOutcomeCallable ListQueriesCallable(const ListQueriesRequestT &request) const
void GetPrivateGraphEndpointAsync(const GetPrivateGraphEndpointRequestT &request, const GetPrivateGraphEndpointResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CancelExportTaskAsync(const CancelExportTaskRequestT &request, const CancelExportTaskResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::StartImportTaskOutcome StartImportTask(const Model::StartImportTaskRequest &request) const
virtual Model::UntagResourceOutcome UntagResource(const Model::UntagResourceRequest &request) const
virtual Model::GetQueryOutcome GetQuery(const Model::GetQueryRequest &request) const
Model::CancelImportTaskOutcomeCallable CancelImportTaskCallable(const CancelImportTaskRequestT &request) const
Model::StartImportTaskOutcomeCallable StartImportTaskCallable(const StartImportTaskRequestT &request) const
Model::CancelQueryOutcomeCallable CancelQueryCallable(const CancelQueryRequestT &request) const
void ListTagsForResourceAsync(const ListTagsForResourceRequestT &request, const ListTagsForResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateGraphAsync(const UpdateGraphRequestT &request, const UpdateGraphResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DeleteGraphSnapshotOutcomeCallable DeleteGraphSnapshotCallable(const DeleteGraphSnapshotRequestT &request) const
virtual Model::DeletePrivateGraphEndpointOutcome DeletePrivateGraphEndpoint(const Model::DeletePrivateGraphEndpointRequest &request) const
NeptuneGraphClient(const Aws::NeptuneGraph::NeptuneGraphClientConfiguration &clientConfiguration=Aws::NeptuneGraph::NeptuneGraphClientConfiguration(), std::shared_ptr< NeptuneGraphEndpointProviderBase > endpointProvider=nullptr)
void CreateGraphSnapshotAsync(const CreateGraphSnapshotRequestT &request, const CreateGraphSnapshotResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ExecuteQueryAsync(const ExecuteQueryRequestT &request, const ExecuteQueryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetPrivateGraphEndpointOutcome GetPrivateGraphEndpoint(const Model::GetPrivateGraphEndpointRequest &request) const
void StartImportTaskAsync(const StartImportTaskRequestT &request, const StartImportTaskResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListPrivateGraphEndpointsOutcomeCallable ListPrivateGraphEndpointsCallable(const ListPrivateGraphEndpointsRequestT &request) const
NeptuneGraphClientConfiguration ClientConfigurationType
NeptuneGraphEndpointProvider EndpointProviderType
void GetExportTaskAsync(const GetExportTaskRequestT &request, const GetExportTaskResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetImportTaskOutcome GetImportTask(const Model::GetImportTaskRequest &request) const
virtual Model::TagResourceOutcome TagResource(const Model::TagResourceRequest &request) const
void ResetGraphAsync(const ResetGraphRequestT &request, const ResetGraphResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::CancelQueryOutcome CancelQuery(const Model::CancelQueryRequest &request) const
Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT &request) const
virtual Model::CreateGraphUsingImportTaskOutcome CreateGraphUsingImportTask(const Model::CreateGraphUsingImportTaskRequest &request) const
Model::ListGraphsOutcomeCallable ListGraphsCallable(const ListGraphsRequestT &request={}) const
void ListExportTasksAsync(const ListExportTasksResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListExportTasksRequestT &request={}) const
virtual Model::StopGraphOutcome StopGraph(const Model::StopGraphRequest &request) const
void DeleteGraphSnapshotAsync(const DeleteGraphSnapshotRequestT &request, const DeleteGraphSnapshotResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::CreatePrivateGraphEndpointOutcome CreatePrivateGraphEndpoint(const Model::CreatePrivateGraphEndpointRequest &request) const
Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT &request) const
virtual Model::ListPrivateGraphEndpointsOutcome ListPrivateGraphEndpoints(const Model::ListPrivateGraphEndpointsRequest &request) const
Model::StopGraphOutcomeCallable StopGraphCallable(const StopGraphRequestT &request) const
void CancelImportTaskAsync(const CancelImportTaskRequestT &request, const CancelImportTaskResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CreateGraphUsingImportTaskAsync(const CreateGraphUsingImportTaskRequestT &request, const CreateGraphUsingImportTaskResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListImportTasksAsync(const ListImportTasksResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListImportTasksRequestT &request={}) const
void DeleteGraphAsync(const DeleteGraphRequestT &request, const DeleteGraphResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListGraphSnapshotsAsync(const ListGraphSnapshotsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListGraphSnapshotsRequestT &request={}) const
static const char * GetServiceName()
void CreatePrivateGraphEndpointAsync(const CreatePrivateGraphEndpointRequestT &request, const CreatePrivateGraphEndpointResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
NeptuneGraphClient(const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::CreateGraphOutcome CreateGraph(const Model::CreateGraphRequest &request) const
virtual Model::CancelImportTaskOutcome CancelImportTask(const Model::CancelImportTaskRequest &request) const
Model::GetImportTaskOutcomeCallable GetImportTaskCallable(const GetImportTaskRequestT &request) const
std::future< CreateGraphUsingImportTaskOutcome > CreateGraphUsingImportTaskOutcomeCallable
std::future< ExecuteQueryOutcome > ExecuteQueryOutcomeCallable
std::future< CancelExportTaskOutcome > CancelExportTaskOutcomeCallable
std::future< StartGraphOutcome > StartGraphOutcomeCallable
std::future< ResetGraphOutcome > ResetGraphOutcomeCallable
std::future< CreateGraphOutcome > CreateGraphOutcomeCallable
std::future< ListImportTasksOutcome > ListImportTasksOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< RestoreGraphFromSnapshotOutcome > RestoreGraphFromSnapshotOutcomeCallable
std::future< GetGraphSnapshotOutcome > GetGraphSnapshotOutcomeCallable
std::future< CreateGraphSnapshotOutcome > CreateGraphSnapshotOutcomeCallable
std::future< DeleteGraphSnapshotOutcome > DeleteGraphSnapshotOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< StopGraphOutcome > StopGraphOutcomeCallable
std::future< ListPrivateGraphEndpointsOutcome > ListPrivateGraphEndpointsOutcomeCallable
std::future< GetExportTaskOutcome > GetExportTaskOutcomeCallable
std::future< CreatePrivateGraphEndpointOutcome > CreatePrivateGraphEndpointOutcomeCallable
std::future< GetQueryOutcome > GetQueryOutcomeCallable
std::future< GetImportTaskOutcome > GetImportTaskOutcomeCallable
std::future< ListExportTasksOutcome > ListExportTasksOutcomeCallable
std::future< CancelQueryOutcome > CancelQueryOutcomeCallable
std::future< DeletePrivateGraphEndpointOutcome > DeletePrivateGraphEndpointOutcomeCallable
std::future< GetGraphSummaryOutcome > GetGraphSummaryOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< ListQueriesOutcome > ListQueriesOutcomeCallable
std::future< DeleteGraphOutcome > DeleteGraphOutcomeCallable
std::future< GetGraphOutcome > GetGraphOutcomeCallable
std::future< CancelImportTaskOutcome > CancelImportTaskOutcomeCallable
std::future< ListGraphsOutcome > ListGraphsOutcomeCallable
std::future< ListGraphSnapshotsOutcome > ListGraphSnapshotsOutcomeCallable
std::future< StartImportTaskOutcome > StartImportTaskOutcomeCallable
std::future< GetPrivateGraphEndpointOutcome > GetPrivateGraphEndpointOutcomeCallable
std::future< StartExportTaskOutcome > StartExportTaskOutcomeCallable
std::future< UpdateGraphOutcome > UpdateGraphOutcomeCallable
std::function< void(const NeptuneGraphClient *, const Model::GetGraphSummaryRequest &, const Model::GetGraphSummaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetGraphSummaryResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::DeletePrivateGraphEndpointRequest &, const Model::DeletePrivateGraphEndpointOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeletePrivateGraphEndpointResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::StartExportTaskRequest &, const Model::StartExportTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartExportTaskResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::RestoreGraphFromSnapshotRequest &, const Model::RestoreGraphFromSnapshotOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RestoreGraphFromSnapshotResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::StartImportTaskRequest &, const Model::StartImportTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartImportTaskResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::CancelImportTaskRequest &, const Model::CancelImportTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CancelImportTaskResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::GetPrivateGraphEndpointRequest &, const Model::GetPrivateGraphEndpointOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetPrivateGraphEndpointResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::GetGraphSnapshotRequest &, const Model::GetGraphSnapshotOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetGraphSnapshotResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::ListExportTasksRequest &, const Model::ListExportTasksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListExportTasksResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::ListGraphsRequest &, const Model::ListGraphsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListGraphsResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::StopGraphRequest &, const Model::StopGraphOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopGraphResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::DeleteGraphRequest &, const Model::DeleteGraphOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteGraphResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::GetExportTaskRequest &, const Model::GetExportTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetExportTaskResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::StartGraphRequest &, const Model::StartGraphOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartGraphResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::CreateGraphRequest &, const Model::CreateGraphOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateGraphResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::GetGraphRequest &, const Model::GetGraphOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetGraphResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::CreateGraphUsingImportTaskRequest &, const Model::CreateGraphUsingImportTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateGraphUsingImportTaskResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::ExecuteQueryRequest &, Model::ExecuteQueryOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ExecuteQueryResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::CancelExportTaskRequest &, const Model::CancelExportTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CancelExportTaskResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::ListQueriesRequest &, const Model::ListQueriesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListQueriesResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::GetQueryRequest &, const Model::GetQueryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetQueryResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::CreateGraphSnapshotRequest &, const Model::CreateGraphSnapshotOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateGraphSnapshotResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::ListGraphSnapshotsRequest &, const Model::ListGraphSnapshotsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListGraphSnapshotsResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::ListImportTasksRequest &, const Model::ListImportTasksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListImportTasksResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::DeleteGraphSnapshotRequest &, const Model::DeleteGraphSnapshotOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteGraphSnapshotResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::CreatePrivateGraphEndpointRequest &, const Model::CreatePrivateGraphEndpointOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreatePrivateGraphEndpointResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::CancelQueryRequest &, const Model::CancelQueryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CancelQueryResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::GetImportTaskRequest &, const Model::GetImportTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetImportTaskResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::UpdateGraphRequest &, const Model::UpdateGraphOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateGraphResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::ResetGraphRequest &, const Model::ResetGraphOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ResetGraphResponseReceivedHandler
std::function< void(const NeptuneGraphClient *, const Model::ListPrivateGraphEndpointsRequest &, const Model::ListPrivateGraphEndpointsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListPrivateGraphEndpointsResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String