Data.Cloud.AmazonAPI.TAmazonStorageService.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const ConnectionInfo: TAmazonConnectionInfo);

C++

__fastcall TAmazonStorageService(TAmazonConnectionInfo* const ConnectionInfo);

Properties

Type Visibility Source Unit Parent
constructor public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonStorageService

Description

Creates a new instance of TAmazonStorageService.

This class does not own the ConnectionInfo instance. The ConnectionInfo parameter represents the Amazon service connection info.

See Also