AWS SDK for C++

AWS SDK for C++ Version 1.11.643

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/StartGraphResult.h>
49#include <aws/neptune-graph/model/StartImportTaskResult.h>
50#include <aws/neptune-graph/model/StopGraphResult.h>
51#include <aws/neptune-graph/model/TagResourceResult.h>
52#include <aws/neptune-graph/model/UntagResourceResult.h>
53#include <aws/neptune-graph/model/UpdateGraphResult.h>
54#include <aws/neptune-graph/model/ListGraphSnapshotsRequest.h>
55#include <aws/neptune-graph/model/ListImportTasksRequest.h>
56#include <aws/neptune-graph/model/ListGraphsRequest.h>
57#include <aws/neptune-graph/model/ListExportTasksRequest.h>
58#include <aws/core/NoResult.h>
59/* End of service model headers required in NeptuneGraphClient header */
60
61namespace Aws
62{
63 namespace Http
64 {
65 class HttpClient;
66 class HttpClientFactory;
67 } // namespace Http
68
69 namespace Utils
70 {
71 template< typename R, typename E> class Outcome;
72
73 namespace Threading
74 {
75 class Executor;
76 } // namespace Threading
77 } // namespace Utils
78
79 namespace Auth
80 {
81 class AWSCredentials;
82 class AWSCredentialsProvider;
83 } // namespace Auth
84
85 namespace Client
86 {
87 class RetryStrategy;
88 } // namespace Client
89
90 namespace NeptuneGraph
91 {
95
96 namespace Model
97 {
98 /* Service model forward declarations required in NeptuneGraphClient header */
99 class CancelExportTaskRequest;
100 class CancelImportTaskRequest;
101 class CancelQueryRequest;
102 class CreateGraphRequest;
103 class CreateGraphSnapshotRequest;
104 class CreateGraphUsingImportTaskRequest;
105 class CreatePrivateGraphEndpointRequest;
106 class DeleteGraphRequest;
107 class DeleteGraphSnapshotRequest;
108 class DeletePrivateGraphEndpointRequest;
109 class ExecuteQueryRequest;
110 class GetExportTaskRequest;
111 class GetGraphRequest;
112 class GetGraphSnapshotRequest;
113 class GetGraphSummaryRequest;
114 class GetImportTaskRequest;
115 class GetPrivateGraphEndpointRequest;
116 class GetQueryRequest;
117 class ListExportTasksRequest;
118 class ListGraphSnapshotsRequest;
119 class ListGraphsRequest;
120 class ListImportTasksRequest;
121 class ListPrivateGraphEndpointsRequest;
122 class ListQueriesRequest;
123 class ListTagsForResourceRequest;
124 class ResetGraphRequest;
125 class RestoreGraphFromSnapshotRequest;
126 class StartExportTaskRequest;
127 class StartGraphRequest;
128 class StartImportTaskRequest;
129 class StopGraphRequest;
130 class TagResourceRequest;
131 class UntagResourceRequest;
132 class UpdateGraphRequest;
133 /* End of service model forward declarations required in NeptuneGraphClient header */
134
135 /* Service model Outcome class definitions */
170 /* End of service model Outcome class definitions */
171
172 /* Service model Outcome callable definitions */
173 typedef std::future<CancelExportTaskOutcome> CancelExportTaskOutcomeCallable;
174 typedef std::future<CancelImportTaskOutcome> CancelImportTaskOutcomeCallable;
175 typedef std::future<CancelQueryOutcome> CancelQueryOutcomeCallable;
176 typedef std::future<CreateGraphOutcome> CreateGraphOutcomeCallable;
177 typedef std::future<CreateGraphSnapshotOutcome> CreateGraphSnapshotOutcomeCallable;
178 typedef std::future<CreateGraphUsingImportTaskOutcome> CreateGraphUsingImportTaskOutcomeCallable;
179 typedef std::future<CreatePrivateGraphEndpointOutcome> CreatePrivateGraphEndpointOutcomeCallable;
180 typedef std::future<DeleteGraphOutcome> DeleteGraphOutcomeCallable;
181 typedef std::future<DeleteGraphSnapshotOutcome> DeleteGraphSnapshotOutcomeCallable;
182 typedef std::future<DeletePrivateGraphEndpointOutcome> DeletePrivateGraphEndpointOutcomeCallable;
183 typedef std::future<ExecuteQueryOutcome> ExecuteQueryOutcomeCallable;
184 typedef std::future<GetExportTaskOutcome> GetExportTaskOutcomeCallable;
185 typedef std::future<GetGraphOutcome> GetGraphOutcomeCallable;
186 typedef std::future<GetGraphSnapshotOutcome> GetGraphSnapshotOutcomeCallable;
187 typedef std::future<GetGraphSummaryOutcome> GetGraphSummaryOutcomeCallable;
188 typedef std::future<GetImportTaskOutcome> GetImportTaskOutcomeCallable;
189 typedef std::future<GetPrivateGraphEndpointOutcome> GetPrivateGraphEndpointOutcomeCallable;
190 typedef std::future<GetQueryOutcome> GetQueryOutcomeCallable;
191 typedef std::future<ListExportTasksOutcome> ListExportTasksOutcomeCallable;
192 typedef std::future<ListGraphSnapshotsOutcome> ListGraphSnapshotsOutcomeCallable;
193 typedef std::future<ListGraphsOutcome> ListGraphsOutcomeCallable;
194 typedef std::future<ListImportTasksOutcome> ListImportTasksOutcomeCallable;
195 typedef std::future<ListPrivateGraphEndpointsOutcome> ListPrivateGraphEndpointsOutcomeCallable;
196 typedef std::future<ListQueriesOutcome> ListQueriesOutcomeCallable;
197 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
198 typedef std::future<ResetGraphOutcome> ResetGraphOutcomeCallable;
199 typedef std::future<RestoreGraphFromSnapshotOutcome> RestoreGraphFromSnapshotOutcomeCallable;
200 typedef std::future<StartExportTaskOutcome> StartExportTaskOutcomeCallable;
201 typedef std::future<StartGraphOutcome> StartGraphOutcomeCallable;
202 typedef std::future<StartImportTaskOutcome> StartImportTaskOutcomeCallable;
203 typedef std::future<StopGraphOutcome> StopGraphOutcomeCallable;
204 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
205 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
206 typedef std::future<UpdateGraphOutcome> UpdateGraphOutcomeCallable;
207 /* End of service model Outcome callable definitions */
208 } // namespace Model
209
210 class NeptuneGraphClient;
211
212 /* Service model async handlers definitions */
213 typedef std::function<void(const NeptuneGraphClient*, const Model::CancelExportTaskRequest&, const Model::CancelExportTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CancelExportTaskResponseReceivedHandler;
214 typedef std::function<void(const NeptuneGraphClient*, const Model::CancelImportTaskRequest&, const Model::CancelImportTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CancelImportTaskResponseReceivedHandler;
215 typedef std::function<void(const NeptuneGraphClient*, const Model::CancelQueryRequest&, const Model::CancelQueryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CancelQueryResponseReceivedHandler;
216 typedef std::function<void(const NeptuneGraphClient*, const Model::CreateGraphRequest&, const Model::CreateGraphOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateGraphResponseReceivedHandler;
217 typedef std::function<void(const NeptuneGraphClient*, const Model::CreateGraphSnapshotRequest&, const Model::CreateGraphSnapshotOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateGraphSnapshotResponseReceivedHandler;
218 typedef std::function<void(const NeptuneGraphClient*, const Model::CreateGraphUsingImportTaskRequest&, const Model::CreateGraphUsingImportTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateGraphUsingImportTaskResponseReceivedHandler;
219 typedef std::function<void(const NeptuneGraphClient*, const Model::CreatePrivateGraphEndpointRequest&, const Model::CreatePrivateGraphEndpointOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreatePrivateGraphEndpointResponseReceivedHandler;
220 typedef std::function<void(const NeptuneGraphClient*, const Model::DeleteGraphRequest&, const Model::DeleteGraphOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteGraphResponseReceivedHandler;
221 typedef std::function<void(const NeptuneGraphClient*, const Model::DeleteGraphSnapshotRequest&, const Model::DeleteGraphSnapshotOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteGraphSnapshotResponseReceivedHandler;
222 typedef std::function<void(const NeptuneGraphClient*, const Model::DeletePrivateGraphEndpointRequest&, const Model::DeletePrivateGraphEndpointOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeletePrivateGraphEndpointResponseReceivedHandler;
223 typedef std::function<void(const NeptuneGraphClient*, const Model::ExecuteQueryRequest&, Model::ExecuteQueryOutcome, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ExecuteQueryResponseReceivedHandler;
224 typedef std::function<void(const NeptuneGraphClient*, const Model::GetExportTaskRequest&, const Model::GetExportTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetExportTaskResponseReceivedHandler;
225 typedef std::function<void(const NeptuneGraphClient*, const Model::GetGraphRequest&, const Model::GetGraphOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetGraphResponseReceivedHandler;
226 typedef std::function<void(const NeptuneGraphClient*, const Model::GetGraphSnapshotRequest&, const Model::GetGraphSnapshotOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetGraphSnapshotResponseReceivedHandler;
227 typedef std::function<void(const NeptuneGraphClient*, const Model::GetGraphSummaryRequest&, const Model::GetGraphSummaryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetGraphSummaryResponseReceivedHandler;
228 typedef std::function<void(const NeptuneGraphClient*, const Model::GetImportTaskRequest&, const Model::GetImportTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetImportTaskResponseReceivedHandler;
229 typedef std::function<void(const NeptuneGraphClient*, const Model::GetPrivateGraphEndpointRequest&, const Model::GetPrivateGraphEndpointOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetPrivateGraphEndpointResponseReceivedHandler;
230 typedef std::function<void(const NeptuneGraphClient*, const Model::GetQueryRequest&, const Model::GetQueryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetQueryResponseReceivedHandler;
231 typedef std::function<void(const NeptuneGraphClient*, const Model::ListExportTasksRequest&, const Model::ListExportTasksOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListExportTasksResponseReceivedHandler;
232 typedef std::function<void(const NeptuneGraphClient*, const Model::ListGraphSnapshotsRequest&, const Model::ListGraphSnapshotsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListGraphSnapshotsResponseReceivedHandler;
233 typedef std::function<void(const NeptuneGraphClient*, const Model::ListGraphsRequest&, const Model::ListGraphsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListGraphsResponseReceivedHandler;
234 typedef std::function<void(const NeptuneGraphClient*, const Model::ListImportTasksRequest&, const Model::ListImportTasksOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListImportTasksResponseReceivedHandler;
235 typedef std::function<void(const NeptuneGraphClient*, const Model::ListPrivateGraphEndpointsRequest&, const Model::ListPrivateGraphEndpointsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListPrivateGraphEndpointsResponseReceivedHandler;
236 typedef std::function<void(const NeptuneGraphClient*, const Model::ListQueriesRequest&, const Model::ListQueriesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListQueriesResponseReceivedHandler;
237 typedef std::function<void(const NeptuneGraphClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
238 typedef std::function<void(const NeptuneGraphClient*, const Model::ResetGraphRequest&, const Model::ResetGraphOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ResetGraphResponseReceivedHandler;
239 typedef std::function<void(const NeptuneGraphClient*, const Model::RestoreGraphFromSnapshotRequest&, const Model::RestoreGraphFromSnapshotOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > RestoreGraphFromSnapshotResponseReceivedHandler;
240 typedef std::function<void(const NeptuneGraphClient*, const Model::StartExportTaskRequest&, const Model::StartExportTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartExportTaskResponseReceivedHandler;
241 typedef std::function<void(const NeptuneGraphClient*, const Model::StartGraphRequest&, const Model::StartGraphOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartGraphResponseReceivedHandler;
242 typedef std::function<void(const NeptuneGraphClient*, const Model::StartImportTaskRequest&, const Model::StartImportTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartImportTaskResponseReceivedHandler;
243 typedef std::function<void(const NeptuneGraphClient*, const Model::StopGraphRequest&, const Model::StopGraphOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopGraphResponseReceivedHandler;
244 typedef std::function<void(const NeptuneGraphClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
245 typedef std::function<void(const NeptuneGraphClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
246 typedef std::function<void(const NeptuneGraphClient*, const Model::UpdateGraphRequest&, const Model::UpdateGraphOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateGraphResponseReceivedHandler;
247 /* End of service model async handlers definitions */
248 } // namespace NeptuneGraph
249} // 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
std::future< StartGraphOutcome > StartGraphOutcomeCallable
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
Aws::Utils::Outcome< StartGraphResult, NeptuneGraphError > StartGraphOutcome
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< StopGraphResult, NeptuneGraphError > StopGraphOutcome
Aws::Utils::Outcome< RestoreGraphFromSnapshotResult, NeptuneGraphError > RestoreGraphFromSnapshotOutcome
std::future< StopGraphOutcome > StopGraphOutcomeCallable
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::StopGraphRequest &, const Model::StopGraphOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopGraphResponseReceivedHandler
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::StartGraphRequest &, const Model::StartGraphOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartGraphResponseReceivedHandler
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