Data.Cloud.AmazonAPI.TAmazonStorageService.GetRegionFromString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetRegionFromString(const Region: string): TAmazonRegion; static; deprecated;

C++

static TAmazonRegion __fastcall GetRegionFromString _DEPRECATED_ATTRIBUTE0 (const System::UnicodeString Region);

Properties

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

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.

See Also