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 Region
Region. AP_MUMBAI_1
static Region
Region. AP_SEOUL_1
static Region
Region. AP_SYDNEY_1
static Region
Region. AP_TOKYO_1
static Region
Region. CA_TORONTO_1
static Region
Region. EU_FRANKFURT_1
static Region
Region. EU_ZURICH_1
static Region
Region. SA_SAOPAULO_1
static Region
Region. UK_GOV_LONDON_1
static Region
Region. UK_LONDON_1
static Region
Region. US_ASHBURN_1
static Region
Region. US_GOV_ASHBURN_1
static Region
Region. US_GOV_CHICAGO_1
static Region
Region. US_GOV_PHOENIX_1
static Region
Region. US_LANGLEY_1
static Region
Region. US_LUKE_1
static Region
Region. US_PHOENIX_1
Methods in oracle.nosql.driver that return Region Modifier and Type Method Description static Region
Region. 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.Region
NoSQLHandleConfig. getRegion()
Cloud service only.Constructors in oracle.nosql.driver with parameters of type Region Constructor Description NoSQLHandleConfig(Region region, AuthorizationProvider provider)
Cloud service only.
-