API:Data.Cloud.AmazonAPI.TAmazonService.Create
| [–] Properties | |
|---|---|
| Type: constructor | |
| Visibility: public | |
| Source: Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp
| |
| Unit: Data.Cloud.AmazonAPI | |
| Parent: TAmazonService | |
Delphi
constructor Create(const ConnectionInfo: TAmazonConnectionInfo);
C++
__fastcall TAmazonService(TAmazonConnectionInfo* const ConnectionInfo);
Description
Creates a new instance of the service class.
Data.Cloud.AmazonAPI.TAmazonService.Create inherits from Data.Cloud.CloudAPI.TCloudService.Create. All content below this line refers to Data.Cloud.CloudAPI.TCloudService.Create.
Creates a new instance of the service class.
Use Create to create a new instance of TCloudService.
Note that the ConnectionInfo is not freed when this instance is destructed, but the Authenticator is.
The following table shows the significance of the parameters:
| Parameter | Description |
|---|---|
|
|
The service account connection/authentication information to use |
|
|
The authentication instance to use for authenticating requests |