AWS SDK for C++

AWS SDK for C++ Version 1.11.751

Loading...
Searching...
No Matches
SageMakerGeospatialClient.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/sagemaker-geospatial/SageMakerGeospatialPaginationBase.h>
12#include <aws/sagemaker-geospatial/SageMakerGeospatialServiceClientModel.h>
13#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
14
15namespace Aws {
16namespace SageMakerGeospatial {
20class AWS_SAGEMAKERGEOSPATIAL_API SageMakerGeospatialClient : public Aws::Client::AWSJsonClient,
21 public Aws::Client::ClientWithAsyncTemplateMethods<SageMakerGeospatialClient>,
22 public SageMakerGeospatialPaginationBase<SageMakerGeospatialClient> {
23 public:
25 static const char* GetServiceName();
26 static const char* GetAllocationTag();
27
30
37 std::shared_ptr<SageMakerGeospatialEndpointProviderBase> endpointProvider = nullptr);
38
44 std::shared_ptr<SageMakerGeospatialEndpointProviderBase> endpointProvider = nullptr,
47
52 SageMakerGeospatialClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
53 std::shared_ptr<SageMakerGeospatialEndpointProviderBase> endpointProvider = nullptr,
56
57 /* Legacy constructors due deprecation */
63
69
74 SageMakerGeospatialClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
75 const Aws::Client::ClientConfiguration& clientConfiguration);
76
77 /* End of legacy constructors due deprecation */
79
87
92 template <typename DeleteEarthObservationJobRequestT = Model::DeleteEarthObservationJobRequest>
94 const DeleteEarthObservationJobRequestT& request) const {
95 return SubmitCallable(&SageMakerGeospatialClient::DeleteEarthObservationJob, request);
96 }
97
102 template <typename DeleteEarthObservationJobRequestT = Model::DeleteEarthObservationJobRequest>
103 void DeleteEarthObservationJobAsync(const DeleteEarthObservationJobRequestT& request,
105 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
106 return SubmitAsync(&SageMakerGeospatialClient::DeleteEarthObservationJob, request, handler, context);
107 }
108
116
121 template <typename DeleteVectorEnrichmentJobRequestT = Model::DeleteVectorEnrichmentJobRequest>
123 const DeleteVectorEnrichmentJobRequestT& request) const {
124 return SubmitCallable(&SageMakerGeospatialClient::DeleteVectorEnrichmentJob, request);
125 }
126
131 template <typename DeleteVectorEnrichmentJobRequestT = Model::DeleteVectorEnrichmentJobRequest>
132 void DeleteVectorEnrichmentJobAsync(const DeleteVectorEnrichmentJobRequestT& request,
134 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
135 return SubmitAsync(&SageMakerGeospatialClient::DeleteVectorEnrichmentJob, request, handler, context);
136 }
137
146
151 template <typename ExportEarthObservationJobRequestT = Model::ExportEarthObservationJobRequest>
153 const ExportEarthObservationJobRequestT& request) const {
154 return SubmitCallable(&SageMakerGeospatialClient::ExportEarthObservationJob, request);
155 }
156
161 template <typename ExportEarthObservationJobRequestT = Model::ExportEarthObservationJobRequest>
162 void ExportEarthObservationJobAsync(const ExportEarthObservationJobRequestT& request,
164 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
165 return SubmitAsync(&SageMakerGeospatialClient::ExportEarthObservationJob, request, handler, context);
166 }
167
175
180 template <typename ExportVectorEnrichmentJobRequestT = Model::ExportVectorEnrichmentJobRequest>
182 const ExportVectorEnrichmentJobRequestT& request) const {
183 return SubmitCallable(&SageMakerGeospatialClient::ExportVectorEnrichmentJob, request);
184 }
185
190 template <typename ExportVectorEnrichmentJobRequestT = Model::ExportVectorEnrichmentJobRequest>
191 void ExportVectorEnrichmentJobAsync(const ExportVectorEnrichmentJobRequestT& request,
193 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
194 return SubmitAsync(&SageMakerGeospatialClient::ExportVectorEnrichmentJob, request, handler, context);
195 }
196
204
209 template <typename GetEarthObservationJobRequestT = Model::GetEarthObservationJobRequest>
210 Model::GetEarthObservationJobOutcomeCallable GetEarthObservationJobCallable(const GetEarthObservationJobRequestT& request) const {
211 return SubmitCallable(&SageMakerGeospatialClient::GetEarthObservationJob, request);
212 }
213
218 template <typename GetEarthObservationJobRequestT = Model::GetEarthObservationJobRequest>
219 void GetEarthObservationJobAsync(const GetEarthObservationJobRequestT& request,
221 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
222 return SubmitAsync(&SageMakerGeospatialClient::GetEarthObservationJob, request, handler, context);
223 }
224
232
237 template <typename GetRasterDataCollectionRequestT = Model::GetRasterDataCollectionRequest>
238 Model::GetRasterDataCollectionOutcomeCallable GetRasterDataCollectionCallable(const GetRasterDataCollectionRequestT& request) const {
239 return SubmitCallable(&SageMakerGeospatialClient::GetRasterDataCollection, request);
240 }
241
246 template <typename GetRasterDataCollectionRequestT = Model::GetRasterDataCollectionRequest>
247 void GetRasterDataCollectionAsync(const GetRasterDataCollectionRequestT& request,
249 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
250 return SubmitAsync(&SageMakerGeospatialClient::GetRasterDataCollection, request, handler, context);
251 }
252
260
264 template <typename GetTileRequestT = Model::GetTileRequest>
265 Model::GetTileOutcomeCallable GetTileCallable(const GetTileRequestT& request) const {
266 return SubmitCallable(&SageMakerGeospatialClient::GetTile, request);
267 }
268
273 template <typename GetTileRequestT = Model::GetTileRequest>
274 void GetTileAsync(const GetTileRequestT& request, const GetTileResponseReceivedHandler& handler,
275 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
276 return SubmitAsync(&SageMakerGeospatialClient::GetTile, request, handler, context);
277 }
278
286
291 template <typename GetVectorEnrichmentJobRequestT = Model::GetVectorEnrichmentJobRequest>
292 Model::GetVectorEnrichmentJobOutcomeCallable GetVectorEnrichmentJobCallable(const GetVectorEnrichmentJobRequestT& request) const {
293 return SubmitCallable(&SageMakerGeospatialClient::GetVectorEnrichmentJob, request);
294 }
295
300 template <typename GetVectorEnrichmentJobRequestT = Model::GetVectorEnrichmentJobRequest>
301 void GetVectorEnrichmentJobAsync(const GetVectorEnrichmentJobRequestT& request,
303 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
304 return SubmitAsync(&SageMakerGeospatialClient::GetVectorEnrichmentJob, request, handler, context);
305 }
306
314
319 template <typename ListEarthObservationJobsRequestT = Model::ListEarthObservationJobsRequest>
321 const ListEarthObservationJobsRequestT& request = {}) const {
322 return SubmitCallable(&SageMakerGeospatialClient::ListEarthObservationJobs, request);
323 }
324
329 template <typename ListEarthObservationJobsRequestT = Model::ListEarthObservationJobsRequest>
331 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
332 const ListEarthObservationJobsRequestT& request = {}) const {
333 return SubmitAsync(&SageMakerGeospatialClient::ListEarthObservationJobs, request, handler, context);
334 }
335
343 const Model::ListRasterDataCollectionsRequest& request = {}) const;
344
349 template <typename ListRasterDataCollectionsRequestT = Model::ListRasterDataCollectionsRequest>
351 const ListRasterDataCollectionsRequestT& request = {}) const {
352 return SubmitCallable(&SageMakerGeospatialClient::ListRasterDataCollections, request);
353 }
354
359 template <typename ListRasterDataCollectionsRequestT = Model::ListRasterDataCollectionsRequest>
361 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
362 const ListRasterDataCollectionsRequestT& request = {}) const {
363 return SubmitAsync(&SageMakerGeospatialClient::ListRasterDataCollections, request, handler, context);
364 }
365
372
377 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
378 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const {
379 return SubmitCallable(&SageMakerGeospatialClient::ListTagsForResource, request);
380 }
381
386 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
387 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler,
388 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
389 return SubmitAsync(&SageMakerGeospatialClient::ListTagsForResource, request, handler, context);
390 }
391
398
403 template <typename ListVectorEnrichmentJobsRequestT = Model::ListVectorEnrichmentJobsRequest>
405 const ListVectorEnrichmentJobsRequestT& request = {}) const {
406 return SubmitCallable(&SageMakerGeospatialClient::ListVectorEnrichmentJobs, request);
407 }
408
413 template <typename ListVectorEnrichmentJobsRequestT = Model::ListVectorEnrichmentJobsRequest>
415 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
416 const ListVectorEnrichmentJobsRequestT& request = {}) const {
417 return SubmitAsync(&SageMakerGeospatialClient::ListVectorEnrichmentJobs, request, handler, context);
418 }
419
428 const Model::SearchRasterDataCollectionRequest& request) const;
429
434 template <typename SearchRasterDataCollectionRequestT = Model::SearchRasterDataCollectionRequest>
436 const SearchRasterDataCollectionRequestT& request) const {
437 return SubmitCallable(&SageMakerGeospatialClient::SearchRasterDataCollection, request);
438 }
439
444 template <typename SearchRasterDataCollectionRequestT = Model::SearchRasterDataCollectionRequest>
445 void SearchRasterDataCollectionAsync(const SearchRasterDataCollectionRequestT& request,
447 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
448 return SubmitAsync(&SageMakerGeospatialClient::SearchRasterDataCollection, request, handler, context);
449 }
450
458
463 template <typename StartEarthObservationJobRequestT = Model::StartEarthObservationJobRequest>
464 Model::StartEarthObservationJobOutcomeCallable StartEarthObservationJobCallable(const StartEarthObservationJobRequestT& request) const {
465 return SubmitCallable(&SageMakerGeospatialClient::StartEarthObservationJob, request);
466 }
467
472 template <typename StartEarthObservationJobRequestT = Model::StartEarthObservationJobRequest>
473 void StartEarthObservationJobAsync(const StartEarthObservationJobRequestT& request,
475 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
476 return SubmitAsync(&SageMakerGeospatialClient::StartEarthObservationJob, request, handler, context);
477 }
478
487
492 template <typename StartVectorEnrichmentJobRequestT = Model::StartVectorEnrichmentJobRequest>
493 Model::StartVectorEnrichmentJobOutcomeCallable StartVectorEnrichmentJobCallable(const StartVectorEnrichmentJobRequestT& request) const {
494 return SubmitCallable(&SageMakerGeospatialClient::StartVectorEnrichmentJob, request);
495 }
496
501 template <typename StartVectorEnrichmentJobRequestT = Model::StartVectorEnrichmentJobRequest>
502 void StartVectorEnrichmentJobAsync(const StartVectorEnrichmentJobRequestT& request,
504 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
505 return SubmitAsync(&SageMakerGeospatialClient::StartVectorEnrichmentJob, request, handler, context);
506 }
507
515
520 template <typename StopEarthObservationJobRequestT = Model::StopEarthObservationJobRequest>
521 Model::StopEarthObservationJobOutcomeCallable StopEarthObservationJobCallable(const StopEarthObservationJobRequestT& request) const {
522 return SubmitCallable(&SageMakerGeospatialClient::StopEarthObservationJob, request);
523 }
524
529 template <typename StopEarthObservationJobRequestT = Model::StopEarthObservationJobRequest>
530 void StopEarthObservationJobAsync(const StopEarthObservationJobRequestT& request,
532 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
533 return SubmitAsync(&SageMakerGeospatialClient::StopEarthObservationJob, request, handler, context);
534 }
535
543
548 template <typename StopVectorEnrichmentJobRequestT = Model::StopVectorEnrichmentJobRequest>
549 Model::StopVectorEnrichmentJobOutcomeCallable StopVectorEnrichmentJobCallable(const StopVectorEnrichmentJobRequestT& request) const {
550 return SubmitCallable(&SageMakerGeospatialClient::StopVectorEnrichmentJob, request);
551 }
552
557 template <typename StopVectorEnrichmentJobRequestT = Model::StopVectorEnrichmentJobRequest>
558 void StopVectorEnrichmentJobAsync(const StopVectorEnrichmentJobRequestT& request,
560 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
561 return SubmitAsync(&SageMakerGeospatialClient::StopVectorEnrichmentJob, request, handler, context);
562 }
563
570
574 template <typename TagResourceRequestT = Model::TagResourceRequest>
575 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const {
576 return SubmitCallable(&SageMakerGeospatialClient::TagResource, request);
577 }
578
583 template <typename TagResourceRequestT = Model::TagResourceRequest>
584 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler,
585 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
586 return SubmitAsync(&SageMakerGeospatialClient::TagResource, request, handler, context);
587 }
588
595
599 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
600 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const {
601 return SubmitCallable(&SageMakerGeospatialClient::UntagResource, request);
602 }
603
608 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
609 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler,
610 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
611 return SubmitAsync(&SageMakerGeospatialClient::UntagResource, request, handler, context);
612 }
613
614 virtual void OverrideEndpoint(const Aws::String& endpoint);
615 virtual std::shared_ptr<SageMakerGeospatialEndpointProviderBase>& accessEndpointProvider();
616
617 private:
619 void init(const SageMakerGeospatialClientConfiguration& clientConfiguration);
620
621 SageMakerGeospatialClientConfiguration m_clientConfiguration;
622 std::shared_ptr<SageMakerGeospatialEndpointProviderBase> m_endpointProvider;
623};
624
625} // namespace SageMakerGeospatial
626} // namespace Aws
void DeleteEarthObservationJobAsync(const DeleteEarthObservationJobRequestT &request, const DeleteEarthObservationJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT &request) const
void GetEarthObservationJobAsync(const GetEarthObservationJobRequestT &request, const GetEarthObservationJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListVectorEnrichmentJobsAsync(const ListVectorEnrichmentJobsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListVectorEnrichmentJobsRequestT &request={}) const
Model::ExportEarthObservationJobOutcomeCallable ExportEarthObservationJobCallable(const ExportEarthObservationJobRequestT &request) const
virtual Model::StopVectorEnrichmentJobOutcome StopVectorEnrichmentJob(const Model::StopVectorEnrichmentJobRequest &request) const
void StartVectorEnrichmentJobAsync(const StartVectorEnrichmentJobRequestT &request, const StartVectorEnrichmentJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DeleteVectorEnrichmentJobOutcomeCallable DeleteVectorEnrichmentJobCallable(const DeleteVectorEnrichmentJobRequestT &request) const
void TagResourceAsync(const TagResourceRequestT &request, const TagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
SageMakerGeospatialClient(const Aws::SageMakerGeospatial::SageMakerGeospatialClientConfiguration &clientConfiguration=Aws::SageMakerGeospatial::SageMakerGeospatialClientConfiguration(), std::shared_ptr< SageMakerGeospatialEndpointProviderBase > endpointProvider=nullptr)
Model::StopVectorEnrichmentJobOutcomeCallable StopVectorEnrichmentJobCallable(const StopVectorEnrichmentJobRequestT &request) const
virtual std::shared_ptr< SageMakerGeospatialEndpointProviderBase > & accessEndpointProvider()
virtual Model::ListEarthObservationJobsOutcome ListEarthObservationJobs(const Model::ListEarthObservationJobsRequest &request={}) const
void StopVectorEnrichmentJobAsync(const StopVectorEnrichmentJobRequestT &request, const StopVectorEnrichmentJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ExportVectorEnrichmentJobOutcome ExportVectorEnrichmentJob(const Model::ExportVectorEnrichmentJobRequest &request) const
Model::GetRasterDataCollectionOutcomeCallable GetRasterDataCollectionCallable(const GetRasterDataCollectionRequestT &request) const
void UntagResourceAsync(const UntagResourceRequestT &request, const UntagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListVectorEnrichmentJobsOutcomeCallable ListVectorEnrichmentJobsCallable(const ListVectorEnrichmentJobsRequestT &request={}) const
void DeleteVectorEnrichmentJobAsync(const DeleteVectorEnrichmentJobRequestT &request, const DeleteVectorEnrichmentJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::StartEarthObservationJobOutcome StartEarthObservationJob(const Model::StartEarthObservationJobRequest &request) const
virtual Model::ExportEarthObservationJobOutcome ExportEarthObservationJob(const Model::ExportEarthObservationJobRequest &request) const
Model::DeleteEarthObservationJobOutcomeCallable DeleteEarthObservationJobCallable(const DeleteEarthObservationJobRequestT &request) const
Model::ExportVectorEnrichmentJobOutcomeCallable ExportVectorEnrichmentJobCallable(const ExportVectorEnrichmentJobRequestT &request) const
virtual Model::TagResourceOutcome TagResource(const Model::TagResourceRequest &request) const
virtual Model::ListTagsForResourceOutcome ListTagsForResource(const Model::ListTagsForResourceRequest &request) const
void ListRasterDataCollectionsAsync(const ListRasterDataCollectionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListRasterDataCollectionsRequestT &request={}) const
Model::ListRasterDataCollectionsOutcomeCallable ListRasterDataCollectionsCallable(const ListRasterDataCollectionsRequestT &request={}) const
Model::GetTileOutcomeCallable GetTileCallable(const GetTileRequestT &request) const
virtual Model::StopEarthObservationJobOutcome StopEarthObservationJob(const Model::StopEarthObservationJobRequest &request) const
Model::GetEarthObservationJobOutcomeCallable GetEarthObservationJobCallable(const GetEarthObservationJobRequestT &request) const
virtual Model::DeleteEarthObservationJobOutcome DeleteEarthObservationJob(const Model::DeleteEarthObservationJobRequest &request) const
SageMakerGeospatialClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< SageMakerGeospatialEndpointProviderBase > endpointProvider=nullptr, const Aws::SageMakerGeospatial::SageMakerGeospatialClientConfiguration &clientConfiguration=Aws::SageMakerGeospatial::SageMakerGeospatialClientConfiguration())
virtual Model::ListRasterDataCollectionsOutcome ListRasterDataCollections(const Model::ListRasterDataCollectionsRequest &request={}) const
void SearchRasterDataCollectionAsync(const SearchRasterDataCollectionRequestT &request, const SearchRasterDataCollectionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetRasterDataCollectionAsync(const GetRasterDataCollectionRequestT &request, const GetRasterDataCollectionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
SageMakerGeospatialClientConfiguration ClientConfigurationType
void GetTileAsync(const GetTileRequestT &request, const GetTileResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetEarthObservationJobOutcome GetEarthObservationJob(const Model::GetEarthObservationJobRequest &request) const
Model::ListEarthObservationJobsOutcomeCallable ListEarthObservationJobsCallable(const ListEarthObservationJobsRequestT &request={}) const
virtual void OverrideEndpoint(const Aws::String &endpoint)
SageMakerGeospatialClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< SageMakerGeospatialEndpointProviderBase > endpointProvider=nullptr, const Aws::SageMakerGeospatial::SageMakerGeospatialClientConfiguration &clientConfiguration=Aws::SageMakerGeospatial::SageMakerGeospatialClientConfiguration())
virtual Model::GetRasterDataCollectionOutcome GetRasterDataCollection(const Model::GetRasterDataCollectionRequest &request) const
Model::StartVectorEnrichmentJobOutcomeCallable StartVectorEnrichmentJobCallable(const StartVectorEnrichmentJobRequestT &request) const
Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT &request) const
Model::StopEarthObservationJobOutcomeCallable StopEarthObservationJobCallable(const StopEarthObservationJobRequestT &request) const
SageMakerGeospatialClient(const Aws::Client::ClientConfiguration &clientConfiguration)
void ExportEarthObservationJobAsync(const ExportEarthObservationJobRequestT &request, const ExportEarthObservationJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetVectorEnrichmentJobAsync(const GetVectorEnrichmentJobRequestT &request, const GetVectorEnrichmentJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UntagResourceOutcome UntagResource(const Model::UntagResourceRequest &request) const
Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT &request) const
void ListTagsForResourceAsync(const ListTagsForResourceRequestT &request, const ListTagsForResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ExportVectorEnrichmentJobAsync(const ExportVectorEnrichmentJobRequestT &request, const ExportVectorEnrichmentJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::SearchRasterDataCollectionOutcome SearchRasterDataCollection(const Model::SearchRasterDataCollectionRequest &request) const
Model::GetVectorEnrichmentJobOutcomeCallable GetVectorEnrichmentJobCallable(const GetVectorEnrichmentJobRequestT &request) const
void StopEarthObservationJobAsync(const StopEarthObservationJobRequestT &request, const StopEarthObservationJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::StartEarthObservationJobOutcomeCallable StartEarthObservationJobCallable(const StartEarthObservationJobRequestT &request) const
void ListEarthObservationJobsAsync(const ListEarthObservationJobsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListEarthObservationJobsRequestT &request={}) const
void StartEarthObservationJobAsync(const StartEarthObservationJobRequestT &request, const StartEarthObservationJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListVectorEnrichmentJobsOutcome ListVectorEnrichmentJobs(const Model::ListVectorEnrichmentJobsRequest &request={}) const
virtual Model::GetVectorEnrichmentJobOutcome GetVectorEnrichmentJob(const Model::GetVectorEnrichmentJobRequest &request) const
virtual Model::GetTileOutcome GetTile(const Model::GetTileRequest &request) const
virtual Model::DeleteVectorEnrichmentJobOutcome DeleteVectorEnrichmentJob(const Model::DeleteVectorEnrichmentJobRequest &request) const
SageMakerGeospatialClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
Model::SearchRasterDataCollectionOutcomeCallable SearchRasterDataCollectionCallable(const SearchRasterDataCollectionRequestT &request) const
virtual Model::StartVectorEnrichmentJobOutcome StartVectorEnrichmentJob(const Model::StartVectorEnrichmentJobRequest &request) const
SageMakerGeospatialClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
std::future< GetEarthObservationJobOutcome > GetEarthObservationJobOutcomeCallable
std::future< SearchRasterDataCollectionOutcome > SearchRasterDataCollectionOutcomeCallable
std::future< ListVectorEnrichmentJobsOutcome > ListVectorEnrichmentJobsOutcomeCallable
std::future< StopVectorEnrichmentJobOutcome > StopVectorEnrichmentJobOutcomeCallable
std::future< ExportEarthObservationJobOutcome > ExportEarthObservationJobOutcomeCallable
std::future< DeleteVectorEnrichmentJobOutcome > DeleteVectorEnrichmentJobOutcomeCallable
std::future< DeleteEarthObservationJobOutcome > DeleteEarthObservationJobOutcomeCallable
std::future< GetVectorEnrichmentJobOutcome > GetVectorEnrichmentJobOutcomeCallable
std::future< GetRasterDataCollectionOutcome > GetRasterDataCollectionOutcomeCallable
std::future< ListEarthObservationJobsOutcome > ListEarthObservationJobsOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< StartEarthObservationJobOutcome > StartEarthObservationJobOutcomeCallable
std::future< StartVectorEnrichmentJobOutcome > StartVectorEnrichmentJobOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< StopEarthObservationJobOutcome > StopEarthObservationJobOutcomeCallable
std::future< ListRasterDataCollectionsOutcome > ListRasterDataCollectionsOutcomeCallable
std::future< ExportVectorEnrichmentJobOutcome > ExportVectorEnrichmentJobOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::function< void(const SageMakerGeospatialClient *, const Model::GetEarthObservationJobRequest &, const Model::GetEarthObservationJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetEarthObservationJobResponseReceivedHandler
std::function< void(const SageMakerGeospatialClient *, const Model::StartEarthObservationJobRequest &, const Model::StartEarthObservationJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartEarthObservationJobResponseReceivedHandler
std::function< void(const SageMakerGeospatialClient *, const Model::ListRasterDataCollectionsRequest &, const Model::ListRasterDataCollectionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListRasterDataCollectionsResponseReceivedHandler
std::function< void(const SageMakerGeospatialClient *, const Model::ExportVectorEnrichmentJobRequest &, const Model::ExportVectorEnrichmentJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ExportVectorEnrichmentJobResponseReceivedHandler
std::function< void(const SageMakerGeospatialClient *, const Model::GetVectorEnrichmentJobRequest &, const Model::GetVectorEnrichmentJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetVectorEnrichmentJobResponseReceivedHandler
std::function< void(const SageMakerGeospatialClient *, const Model::ListVectorEnrichmentJobsRequest &, const Model::ListVectorEnrichmentJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListVectorEnrichmentJobsResponseReceivedHandler
std::function< void(const SageMakerGeospatialClient *, const Model::ExportEarthObservationJobRequest &, const Model::ExportEarthObservationJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ExportEarthObservationJobResponseReceivedHandler
std::function< void(const SageMakerGeospatialClient *, const Model::DeleteVectorEnrichmentJobRequest &, const Model::DeleteVectorEnrichmentJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteVectorEnrichmentJobResponseReceivedHandler
std::function< void(const SageMakerGeospatialClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const SageMakerGeospatialClient *, const Model::StopVectorEnrichmentJobRequest &, const Model::StopVectorEnrichmentJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopVectorEnrichmentJobResponseReceivedHandler
std::function< void(const SageMakerGeospatialClient *, const Model::ListEarthObservationJobsRequest &, const Model::ListEarthObservationJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListEarthObservationJobsResponseReceivedHandler
std::function< void(const SageMakerGeospatialClient *, const Model::StopEarthObservationJobRequest &, const Model::StopEarthObservationJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopEarthObservationJobResponseReceivedHandler
std::function< void(const SageMakerGeospatialClient *, const Model::StartVectorEnrichmentJobRequest &, const Model::StartVectorEnrichmentJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartVectorEnrichmentJobResponseReceivedHandler
std::function< void(const SageMakerGeospatialClient *, const Model::DeleteEarthObservationJobRequest &, const Model::DeleteEarthObservationJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteEarthObservationJobResponseReceivedHandler
std::function< void(const SageMakerGeospatialClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const SageMakerGeospatialClient *, const Model::GetRasterDataCollectionRequest &, const Model::GetRasterDataCollectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetRasterDataCollectionResponseReceivedHandler
std::function< void(const SageMakerGeospatialClient *, const Model::SearchRasterDataCollectionRequest &, const Model::SearchRasterDataCollectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> SearchRasterDataCollectionResponseReceivedHandler
std::function< void(const SageMakerGeospatialClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const SageMakerGeospatialClient *, const Model::GetTileRequest &, Model::GetTileOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetTileResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String