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