Uses of Class
oracle.nosql.driver.Region
-
Packages that use Region Package Description oracle.nosql.driver Contains the public API for using the Oracle NoSQL Database as well as configuration and common parameter classes used in database operations. -
-
Uses of Region in oracle.nosql.driver
Fields in oracle.nosql.driver declared as Region Modifier and Type Field Description static RegionRegion. AP_MUMBAI_1static RegionRegion. AP_SEOUL_1static RegionRegion. AP_SYDNEY_1static RegionRegion. AP_TOKYO_1static RegionRegion. CA_TORONTO_1static RegionRegion. EU_FRANKFURT_1static RegionRegion. EU_ZURICH_1static RegionRegion. SA_SAOPAULO_1static RegionRegion. UK_GOV_LONDON_1static RegionRegion. UK_LONDON_1static RegionRegion. US_ASHBURN_1static RegionRegion. US_GOV_ASHBURN_1static RegionRegion. US_GOV_CHICAGO_1static RegionRegion. US_GOV_PHOENIX_1static RegionRegion. US_LANGLEY_1static RegionRegion. US_LUKE_1static RegionRegion. US_PHOENIX_1Methods in oracle.nosql.driver that return Region Modifier and Type Method Description static RegionRegion. fromRegionId(java.lang.String regionId)Returns the Region associated with the string value supplied, or null if the string does not represent a known region.RegionNoSQLHandleConfig. getRegion()Cloud service only.Constructors in oracle.nosql.driver with parameters of type Region Constructor Description NoSQLHandleConfig(Region region, AuthorizationProvider provider)Cloud service only.
-