API:Data.Cloud.AmazonAPI.TAmazonStorageService.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp
| |
Unit: Data.Cloud.AmazonAPI | |
Parent: TAmazonStorageService |
Delphi
constructor Create(const ConnectionInfo: TAmazonConnectionInfo);
C++
__fastcall TAmazonStorageService(TAmazonConnectionInfo* const ConnectionInfo);
Description
Creates a new instance of TAmazonService.
Data.Cloud.AmazonAPI.TAmazonStorageService.Create inherits from Data.Cloud.AmazonAPI.TAmazonService.Create. All content below this line refers to Data.Cloud.AmazonAPI.TAmazonService.Create.
Creates a new instance of TAmazonService.
This class does not own the ConnectionInfo
instance.
ConnectionInfo
represents the Amazon service connection info.