AWS SDK for C++

AWS SDK for C++ Version 1.11.611

Loading...
Searching...
No Matches
NeptuneGraphServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/neptune-graph/NeptuneGraphErrors.h>
10#include <aws/core/client/GenericClientConfiguration.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/client/AsyncCallerContext.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/neptune-graph/NeptuneGraphEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in NeptuneGraphClient header */
21#include <aws/neptune-graph/model/CancelExportTaskResult.h>
22#include <aws/neptune-graph/model/CancelImportTaskResult.h>
23#include <aws/neptune-graph/model/CreateGraphResult.h>
24#include <aws/neptune-graph/model/CreateGraphSnapshotResult.h>
25#include <aws/neptune-graph/model/CreateGraphUsingImportTaskResult.h>
26#include <aws/neptune-graph/model/CreatePrivateGraphEndpointResult.h>
27#include <aws/neptune-graph/model/DeleteGraphResult.h>
28#include <aws/neptune-graph/model/DeleteGraphSnapshotResult.h>
29#include <aws/neptune-graph/model/DeletePrivateGraphEndpointResult.h>
30#include <aws/neptune-graph/model/ExecuteQueryResult.h>
31#include <aws/neptune-graph/model/GetExportTaskResult.h>
32#include <aws/neptune-graph/model/GetGraphResult.h>
33#include <aws/neptune-graph/model/GetGraphSnapshotResult.h>
34#include <aws/neptune-graph/model/GetGraphSummaryResult.h>
35#include <aws/neptune-graph/model/GetImportTaskResult.h>
36#include <aws/neptune-graph/model/GetPrivateGraphEndpointResult.h>
37#include <aws/neptune-graph/model/GetQueryResult.h>
38#include <aws/neptune-graph/model/ListExportTasksResult.h>
39#include <aws/neptune-graph/model/ListGraphSnapshotsResult.h>
40#include <aws/neptune-graph/model/ListGraphsResult.h>
41#include <aws/neptune-graph/model/ListImportTasksResult.h>
42#include <aws/neptune-graph/model/ListPrivateGraphEndpointsResult.h>
43#include <aws/neptune-graph/model/ListQueriesResult.h>
44#include <aws/neptune-graph/model/ListTagsForResourceResult.h>
45#include <aws/neptune-graph/model/ResetGraphResult.h>
46#include <aws/neptune-graph/model/RestoreGraphFromSnapshotResult.h>
47#include <aws/neptune-graph/model/StartExportTaskResult.h>
48#include <aws/neptune-graph/model/StartImportTaskResult.h>
49#include <aws/neptune-graph/model/TagResourceResult.h>
50#include <aws/neptune-graph/model/UntagResourceResult.h>
51#include <aws/neptune-graph/model/UpdateGraphResult.h>
52#include <aws/neptune-graph/model/ListGraphSnapshotsRequest.h>
53#include <aws/neptune-graph/model/ListImportTasksRequest.h>
54#include <aws/neptune-graph/model/ListGraphsRequest.h>
55#include <aws/neptune-graph/model/ListExportTasksRequest.h>
56#include <aws/core/NoResult.h>
57/* End of service model headers required in NeptuneGraphClient header */
58
59namespace Aws
60{
61 namespace Http
62 {
63 class HttpClient;
64 class HttpClientFactory;
65 } // namespace Http
66
67 namespace Utils
68 {
69 template< typename R, typename E> class Outcome;
70
71 namespace Threading
72 {
73 class Executor;
74 } // namespace Threading
75 } // namespace Utils
76
77 namespace Auth
78 {
79 class AWSCredentials;
80 class AWSCredentialsProvider;
81 } // namespace Auth
82
83 namespace Client
84 {
85 class RetryStrategy;
86 } // namespace Client
87
88 namespace NeptuneGraph
89 {
93
94 namespace Model
95 {
96 /* Service model forward declarations required in NeptuneGraphClient header */
97 class CancelExportTaskRequest;
98 class CancelImportTaskRequest;
99 class CancelQueryRequest;
100 class CreateGraphRequest;
101 class CreateGraphSnapshotRequest;
102 class CreateGraphUsingImportTaskRequest;
103 class CreatePrivateGraphEndpointRequest;
104 class DeleteGraphRequest;
105 class DeleteGraphSnapshotRequest;
106 class DeletePrivateGraphEndpointRequest;
107 class ExecuteQueryRequest;
108 class GetExportTaskRequest;
109 class GetGraphRequest;
110 class GetGraphSnapshotRequest;
111 class GetGraphSummaryRequest;
112 class GetImportTaskRequest;
113 class GetPrivateGraphEndpointRequest;
114 class GetQueryRequest;
115 class ListExportTasksRequest;
116 class ListGraphSnapshotsRequest;
117 class ListGraphsRequest;
118 class ListImportTasksRequest;
119 class ListPrivateGraphEndpointsRequest;
120 class ListQueriesRequest;
121 class ListTagsForResourceRequest;
122 class ResetGraphRequest;
123 class RestoreGraphFromSnapshotRequest;
124 class StartExportTaskRequest;
125 class StartImportTaskRequest;
126 class TagResourceRequest;
127 class UntagResourceRequest;
128 class UpdateGraphRequest;
129 /* End of service model forward declarations required in NeptuneGraphClient header */
130
131 /* Service model Outcome class definitions */
164 /* End of service model Outcome class definitions */
165
166 /* Service model Outcome callable definitions */
167 typedef std::future<CancelExportTaskOutcome> CancelExportTaskOutcomeCallable;
168 typedef std::future<CancelImportTaskOutcome> CancelImportTaskOutcomeCallable;
169 typedef std::future<CancelQueryOutcome> CancelQueryOutcomeCallable;
170 typedef std::future<CreateGraphOutcome> CreateGraphOutcomeCallable;
171 typedef std::future<CreateGraphSnapshotOutcome> CreateGraphSnapshotOutcomeCallable;
172 typedef std::future<CreateGraphUsingImportTaskOutcome> CreateGraphUsingImportTaskOutcomeCallable;
173 typedef std::future<CreatePrivateGraphEndpointOutcome> CreatePrivateGraphEndpointOutcomeCallable;
174 typedef std::future<DeleteGraphOutcome> DeleteGraphOutcomeCallable;
175 typedef std::future<DeleteGraphSnapshotOutcome> DeleteGraphSnapshotOutcomeCallable;
176 typedef std::future<DeletePrivateGraphEndpointOutcome> DeletePrivateGraphEndpointOutcomeCallable;
177 typedef std::future<ExecuteQueryOutcome> ExecuteQueryOutcomeCallable;
178 typedef std::future<GetExportTaskOutcome> GetExportTaskOutcomeCallable;
179 typedef std::future<GetGraphOutcome> GetGraphOutcomeCallable;
180 typedef std::future<GetGraphSnapshotOutcome> GetGraphSnapshotOutcomeCallable;
181 typedef std::future<GetGraphSummaryOutcome> GetGraphSummaryOutcomeCallable;
182 typedef std::future<GetImportTaskOutcome> GetImportTaskOutcomeCallable;
183 typedef std::future<GetPrivateGraphEndpointOutcome> GetPrivateGraphEndpointOutcomeCallable;
184 typedef std::future<GetQueryOutcome> GetQueryOutcomeCallable;
185 typedef std::future<ListExportTasksOutcome> ListExportTasksOutcomeCallable;
186 typedef std::future<ListGraphSnapshotsOutcome> ListGraphSnapshotsOutcomeCallable;
187 typedef std::future<ListGraphsOutcome> ListGraphsOutcomeCallable;
188 typedef std::future<ListImportTasksOutcome> ListImportTasksOutcomeCallable;
189 typedef std::future<ListPrivateGraphEndpointsOutcome> ListPrivateGraphEndpointsOutcomeCallable;
190 typedef std::future<ListQueriesOutcome> ListQueriesOutcomeCallable;
191 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
192 typedef std::future<ResetGraphOutcome> ResetGraphOutcomeCallable;
193 typedef std::future<RestoreGraphFromSnapshotOutcome> RestoreGraphFromSnapshotOutcomeCallable;
194 typedef std::future<StartExportTaskOutcome> StartExportTaskOutcomeCallable;
195 typedef std::future<StartImportTaskOutcome> StartImportTaskOutcomeCallable;
196 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
197 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
198 typedef std::future<UpdateGraphOutcome> UpdateGraphOutcomeCallable;
199 /* End of service model Outcome callable definitions */
200 } // namespace Model
201
202 class NeptuneGraphClient;
203
204 /* Service model async handlers definitions */
205 typedef std::function<void(const NeptuneGraphClient*, const Model::CancelExportTaskRequest&, const Model::CancelExportTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CancelExportTaskResponseReceivedHandler;
206 typedef std::function<void(const NeptuneGraphClient*, const Model::CancelImportTaskRequest&, const Model::CancelImportTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CancelImportTaskResponseReceivedHandler;
207 typedef std::function<void(const NeptuneGraphClient*, const Model::CancelQueryRequest&, const Model::CancelQueryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CancelQueryResponseReceivedHandler;
208 typedef std::function<void(const NeptuneGraphClient*, const Model::CreateGraphRequest&, const Model::CreateGraphOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateGraphResponseReceivedHandler;
209 typedef std::function<void(const NeptuneGraphClient*, const Model::CreateGraphSnapshotRequest&, const Model::CreateGraphSnapshotOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateGraphSnapshotResponseReceivedHandler;
210 typedef std::function<void(const NeptuneGraphClient*, const Model::CreateGraphUsingImportTaskRequest&, const Model::CreateGraphUsingImportTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateGraphUsingImportTaskResponseReceivedHandler;
211 typedef std::function<void(const NeptuneGraphClient*, const Model::CreatePrivateGraphEndpointRequest&, const Model::CreatePrivateGraphEndpointOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreatePrivateGraphEndpointResponseReceivedHandler;
212 typedef std::function<void(const NeptuneGraphClient*, const Model::DeleteGraphRequest&, const Model::DeleteGraphOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteGraphResponseReceivedHandler;
213 typedef std::function<void(const NeptuneGraphClient*, const Model::DeleteGraphSnapshotRequest&, const Model::DeleteGraphSnapshotOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteGraphSnapshotResponseReceivedHandler;
214 typedef std::function<void(const NeptuneGraphClient*, const Model::DeletePrivateGraphEndpointRequest&, const Model::DeletePrivateGraphEndpointOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeletePrivateGraphEndpointResponseReceivedHandler;
215 typedef std::function<void(const NeptuneGraphClient*, const Model::ExecuteQueryRequest&, Model::ExecuteQueryOutcome, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ExecuteQueryResponseReceivedHandler;
216 typedef std::function<void(const NeptuneGraphClient*, const Model::GetExportTaskRequest&, const Model::GetExportTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetExportTaskResponseReceivedHandler;
217 typedef std::function<void(const NeptuneGraphClient*, const Model::GetGraphRequest&, const Model::GetGraphOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetGraphResponseReceivedHandler;
218 typedef std::function<void(const NeptuneGraphClient*, const Model::GetGraphSnapshotRequest&, const Model::GetGraphSnapshotOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetGraphSnapshotResponseReceivedHandler;
219 typedef std::function<void(const NeptuneGraphClient*, const Model::GetGraphSummaryRequest&, const Model::GetGraphSummaryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetGraphSummaryResponseReceivedHandler;
220 typedef std::function<void(const NeptuneGraphClient*, const Model::GetImportTaskRequest&, const Model::GetImportTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetImportTaskResponseReceivedHandler;
221 typedef std::function<void(const NeptuneGraphClient*, const Model::GetPrivateGraphEndpointRequest&, const Model::GetPrivateGraphEndpointOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetPrivateGraphEndpointResponseReceivedHandler;
222 typedef std::function<void(const NeptuneGraphClient*, const Model::GetQueryRequest&, const Model::GetQueryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetQueryResponseReceivedHandler;
223 typedef std::function<void(const NeptuneGraphClient*, const Model::ListExportTasksRequest&, const Model::ListExportTasksOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListExportTasksResponseReceivedHandler;
224 typedef std::function<void(const NeptuneGraphClient*, const Model::ListGraphSnapshotsRequest&, const Model::ListGraphSnapshotsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListGraphSnapshotsResponseReceivedHandler;
225 typedef std::function<void(const NeptuneGraphClient*, const Model::ListGraphsRequest&, const Model::ListGraphsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListGraphsResponseReceivedHandler;
226 typedef std::function<void(const NeptuneGraphClient*, const Model::ListImportTasksRequest&, const Model::ListImportTasksOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListImportTasksResponseReceivedHandler;
227 typedef std::function<void(const NeptuneGraphClient*, const Model::ListPrivateGraphEndpointsRequest&, const Model::ListPrivateGraphEndpointsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListPrivateGraphEndpointsResponseReceivedHandler;
228 typedef std::function<void(const NeptuneGraphClient*, const Model::ListQueriesRequest&, const Model::ListQueriesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListQueriesResponseReceivedHandler;
229 typedef std::function<void(const NeptuneGraphClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
230 typedef std::function<void(const NeptuneGraphClient*, const Model::ResetGraphRequest&, const Model::ResetGraphOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ResetGraphResponseReceivedHandler;
231 typedef std::function<void(const NeptuneGraphClient*, const Model::RestoreGraphFromSnapshotRequest&, const Model::RestoreGraphFromSnapshotOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > RestoreGraphFromSnapshotResponseReceivedHandler;
232 typedef std::function<void(const NeptuneGraphClient*, const Model::StartExportTaskRequest&, const Model::StartExportTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartExportTaskResponseReceivedHandler;
233 typedef std::function<void(const NeptuneGraphClient*, const Model::StartImportTaskRequest&, const Model::StartImportTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartImportTaskResponseReceivedHandler;
234 typedef std::function<void(const NeptuneGraphClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
235 typedef std::function<void(const NeptuneGraphClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
236 typedef std::function<void(const NeptuneGraphClient*, const Model::UpdateGraphRequest&, const Model::UpdateGraphOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateGraphResponseReceivedHandler;
237 /* End of service model async handlers definitions */
238 } // namespace NeptuneGraph
239} // namespace Aws
EndpointProviderBase< NeptuneGraphClientConfiguration, NeptuneGraphBuiltInParameters, NeptuneGraphClientContextParameters > NeptuneGraphEndpointProviderBase
Aws::Utils::Outcome< DeletePrivateGraphEndpointResult, NeptuneGraphError > DeletePrivateGraphEndpointOutcome
Aws::Utils::Outcome< CreatePrivateGraphEndpointResult, NeptuneGraphError > CreatePrivateGraphEndpointOutcome
std::future< CreateGraphUsingImportTaskOutcome > CreateGraphUsingImportTaskOutcomeCallable
Aws::Utils::Outcome< CreateGraphResult, NeptuneGraphError > CreateGraphOutcome
Aws::Utils::Outcome< GetExportTaskResult, NeptuneGraphError > GetExportTaskOutcome
std::future< ExecuteQueryOutcome > ExecuteQueryOutcomeCallable
std::future< CancelExportTaskOutcome > CancelExportTaskOutcomeCallable
Aws::Utils::Outcome< ResetGraphResult, NeptuneGraphError > ResetGraphOutcome
Aws::Utils::Outcome< Aws::NoResult, NeptuneGraphError > CancelQueryOutcome
Aws::Utils::Outcome< UntagResourceResult, NeptuneGraphError > UntagResourceOutcome
Aws::Utils::Outcome< ListTagsForResourceResult, NeptuneGraphError > ListTagsForResourceOutcome
Aws::Utils::Outcome< GetGraphSnapshotResult, NeptuneGraphError > GetGraphSnapshotOutcome
std::future< ResetGraphOutcome > ResetGraphOutcomeCallable
Aws::Utils::Outcome< GetQueryResult, NeptuneGraphError > GetQueryOutcome
std::future< CreateGraphOutcome > CreateGraphOutcomeCallable
std::future< ListImportTasksOutcome > ListImportTasksOutcomeCallable
Aws::Utils::Outcome< CancelExportTaskResult, NeptuneGraphError > CancelExportTaskOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< DeleteGraphResult, NeptuneGraphError > DeleteGraphOutcome
Aws::Utils::Outcome< StartExportTaskResult, NeptuneGraphError > StartExportTaskOutcome
std::future< RestoreGraphFromSnapshotOutcome > RestoreGraphFromSnapshotOutcomeCallable
Aws::Utils::Outcome< ListExportTasksResult, NeptuneGraphError > ListExportTasksOutcome
std::future< GetGraphSnapshotOutcome > GetGraphSnapshotOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, NeptuneGraphError > TagResourceOutcome
std::future< CreateGraphSnapshotOutcome > CreateGraphSnapshotOutcomeCallable
std::future< DeleteGraphSnapshotOutcome > DeleteGraphSnapshotOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
Aws::Utils::Outcome< RestoreGraphFromSnapshotResult, NeptuneGraphError > RestoreGraphFromSnapshotOutcome
std::future< ListPrivateGraphEndpointsOutcome > ListPrivateGraphEndpointsOutcomeCallable
std::future< GetExportTaskOutcome > GetExportTaskOutcomeCallable
std::future< CreatePrivateGraphEndpointOutcome > CreatePrivateGraphEndpointOutcomeCallable
Aws::Utils::Outcome< GetImportTaskResult, NeptuneGraphError > GetImportTaskOutcome
Aws::Utils::Outcome< GetGraphResult, NeptuneGraphError > GetGraphOutcome
Aws::Utils::Outcome< CreateGraphSnapshotResult, NeptuneGraphError > CreateGraphSnapshotOutcome
Aws::Utils::Outcome< UpdateGraphResult, NeptuneGraphError > UpdateGraphOutcome
std::future< GetQueryOutcome > GetQueryOutcomeCallable
std::future< GetImportTaskOutcome > GetImportTaskOutcomeCallable
std::future< ListExportTasksOutcome > ListExportTasksOutcomeCallable
Aws::Utils::Outcome< ListQueriesResult, NeptuneGraphError > ListQueriesOutcome
Aws::Utils::Outcome< DeleteGraphSnapshotResult, NeptuneGraphError > DeleteGraphSnapshotOutcome
std::future< CancelQueryOutcome > CancelQueryOutcomeCallable
std::future< DeletePrivateGraphEndpointOutcome > DeletePrivateGraphEndpointOutcomeCallable
Aws::Utils::Outcome< ListPrivateGraphEndpointsResult, NeptuneGraphError > ListPrivateGraphEndpointsOutcome
std::future< GetGraphSummaryOutcome > GetGraphSummaryOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< ListGraphsResult, NeptuneGraphError > ListGraphsOutcome
Aws::Utils::Outcome< GetGraphSummaryResult, NeptuneGraphError > GetGraphSummaryOutcome
std::future< ListQueriesOutcome > ListQueriesOutcomeCallable
std::future< DeleteGraphOutcome > DeleteGraphOutcomeCallable
Aws::Utils::Outcome< ListGraphSnapshotsResult, NeptuneGraphError > ListGraphSnapshotsOutcome
std::future< GetGraphOutcome > GetGraphOutcomeCallable
std::future< CancelImportTaskOutcome > CancelImportTaskOutcomeCallable
Aws::Utils::Outcome< CancelImportTaskResult, NeptuneGraphError > CancelImportTaskOutcome
std::future< ListGraphsOutcome > ListGraphsOutcomeCallable
Aws::Utils::Outcome< StartImportTaskResult, NeptuneGraphError > StartImportTaskOutcome
Aws::Utils::Outcome< ListImportTasksResult, NeptuneGraphError > ListImportTasksOutcome
std::future< ListGraphSnapshotsOutcome > ListGraphSnapshotsOutcomeCallable
Aws::Utils::Outcome< ExecuteQueryResult, NeptuneGraphError > ExecuteQueryOutcome
std::future< StartImportTaskOutcome > StartImportTaskOutcomeCallable
std::future< GetPrivateGraphEndpointOutcome > GetPrivateGraphEndpointOutcomeCallable
Aws::Utils::Outcome< GetPrivateGraphEndpointResult, NeptuneGraphError > GetPrivateGraphEndpointOutcome
std::future< StartExportTaskOutcome > StartExportTaskOutcomeCallable
Aws::Utils::Outcome< CreateGraphUsingImportTaskResult, NeptuneGraphError > CreateGraphUsingImportTaskOutcome
std::future< UpdateGraphOutcome > UpdateGraphOutcomeCallable
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::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
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::DeletePrivateGraphEndpointRequest &, const Model::DeletePrivateGraphEndpointOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeletePrivateGraphEndpointResponseReceivedHandler
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::GetImportTaskRequest &, const Model::GetImportTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetImportTaskResponseReceivedHandler
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::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
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::StartExportTaskRequest &, const Model::StartExportTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartExportTaskResponseReceivedHandler
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::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::StartImportTaskRequest &, const Model::StartImportTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartImportTaskResponseReceivedHandler
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::CancelImportTaskRequest &, const Model::CancelImportTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CancelImportTaskResponseReceivedHandler
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::CreateGraphUsingImportTaskRequest &, const Model::CreateGraphUsingImportTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateGraphUsingImportTaskResponseReceivedHandler
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::CreatePrivateGraphEndpointRequest &, const Model::CreatePrivateGraphEndpointOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreatePrivateGraphEndpointResponseReceivedHandler
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::ListQueriesRequest &, const Model::ListQueriesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListQueriesResponseReceivedHandler
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::ListExportTasksRequest &, const Model::ListExportTasksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListExportTasksResponseReceivedHandler
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::UpdateGraphRequest &, const Model::UpdateGraphOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateGraphResponseReceivedHandler
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::CancelExportTaskRequest &, const Model::CancelExportTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CancelExportTaskResponseReceivedHandler
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::ListPrivateGraphEndpointsRequest &, const Model::ListPrivateGraphEndpointsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListPrivateGraphEndpointsResponseReceivedHandler
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::ResetGraphRequest &, const Model::ResetGraphOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ResetGraphResponseReceivedHandler