API:Data.Cloud.AmazonAPI.TAmazonService.Create
Delphi
constructor Create(const ConnectionInfo: TAmazonConnectionInfo);
C++
__fastcall TAmazonService(TAmazonConnectionInfo* const ConnectionInfo);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp |
Data.Cloud.AmazonAPI | TAmazonService |
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 |