Package | Description |
---|---|
com.oracle.bmc | |
com.oracle.bmc.internal |
Modifier and Type | Field and Description |
---|---|
static Realm |
Realm.OC1 |
static Realm |
Realm.OC10 |
static Realm |
Realm.OC14 |
static Realm |
Realm.OC15 |
static Realm |
Realm.OC19 |
static Realm |
Realm.OC2 |
static Realm |
Realm.OC20 |
static Realm |
Realm.OC21 |
static Realm |
Realm.OC23 |
static Realm |
Realm.OC24 |
static Realm |
Realm.OC26 |
static Realm |
Realm.OC29 |
static Realm |
Realm.OC3 |
static Realm |
Realm.OC4 |
static Realm |
Realm.OC8 |
static Realm |
Realm.OC9 |
Modifier and Type | Method and Description |
---|---|
Realm |
Region.getRealm() |
static Realm |
Realm.register(String realmId,
String secondLevelDomain)
Register a new Realm.
|
static Realm |
Realm.register(String realmId,
String secondLevelDomain,
boolean isAlloyRealm)
Register a new Realm.
|
static Realm |
Realm.valueOf(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(String regionId,
Realm realm)
Register a new region.
|
static Region |
Region.register(String regionId,
Realm realm,
String regionCode)
Register a new region.
|
static Region |
Region.register(String regionId,
Realm realm,
String regionCode,
boolean isAlloyRegion)
Register a new region.
|
Modifier and Type | Method and Description |
---|---|
static String |
EndpointBuilder.createEndpoint(Service service,
String regionId,
Realm realm)
Creates the service endpoint using the
DefaultEndpointConfiguration method. |
static String |
EndpointBuilder.getRealmSpecificEndpointTemplate(String regionId,
Service service,
Realm realm) |
static String |
EndpointBuilder.getServiceEndpointTemplateToUse(String regionId,
Service service,
Realm realm) |
Copyright © 2016–2024. All rights reserved.