Package | Description |
---|---|
com.oracle.bmc |
Modifier and Type | Field and Description |
---|---|
static Realm |
Realm.OC1 |
static Realm |
Realm.OC2 |
static Realm |
Realm.OC3 |
Modifier and Type | Method and Description |
---|---|
Realm |
Region.getRealm()
Get the realm this region belongs to.
|
static Realm |
Realm.register(@NonNull String realmId,
@NonNull String secondLevelDomain)
Register a new Realm.
|
static Realm |
Realm.valueOf(@NonNull String name)
Returns the Realm object matching the specified name.
|
static Realm[] |
Realm.values()
All known Realms in this version of the SDK
|
Modifier and Type | Method and Description |
---|---|
int |
Realm.compareTo(Realm other)
Compares to realms lexicographically based on their realmId.
|
static Region |
Region.register(@NonNull String regionId,
@NonNull Realm realm)
Register a new region.
|
static Region |
Region.register(@NonNull String regionId,
@NonNull Realm realm,
String regionCode)
Register a new region.
|
Copyright © 2016–2019. All rights reserved.