Data.Cloud.AmazonAPI.TAmazonStorageService.GetRegionString
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp
| |
Unit: Data.Cloud.AmazonAPI | |
Parent: TAmazonStorageService |
Delphi
class function GetRegionString(const Region: TAmazonRegion): string; static; deprecated;
C++
static System::UnicodeString __fastcall GetRegionString _DEPRECATED_ATTRIBUTE0 (const TAmazonRegion Region);
Description
Returns the string representation of a region.
GetRegionString is used to return the string representation of the given region. The Region
parameter represents the Amazon region. For the opposite operation, use GetRegionFromString.