|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Region | |
---|---|
com.baidubce | |
com.baidubce.services.bos | |
com.baidubce.services.ses | |
com.baidubce.services.sms |
Uses of Region in com.baidubce |
---|
Fields in com.baidubce declared as Region | |
---|---|
static Region |
BceClientConfiguration.DEFAULT_REGION
The default region. |
Methods in com.baidubce that return Region | |
---|---|
static Region |
Region.fromValue(String regionId)
Returns the BCE Region enumeration value representing the specified BCE Region ID string. |
Region |
BceClientConfiguration.getRegion()
Returns the region of service. |
static Region |
Region.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Region[] |
Region.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.baidubce with parameters of type Region | |
---|---|
void |
BceClientConfiguration.setRegion(Region region)
Sets the region of service. |
BceClientConfiguration |
BceClientConfiguration.withRegion(Region region)
Sets the region of service, and returns the updated configuration instance. |
Uses of Region in com.baidubce.services.bos |
---|
Methods in com.baidubce.services.bos with parameters of type Region | |
---|---|
BosClientConfiguration |
BosClientConfiguration.withRegion(Region region)
|
Uses of Region in com.baidubce.services.ses |
---|
Methods in com.baidubce.services.ses with parameters of type Region | |
---|---|
SesClientConfiguration |
SesClientConfiguration.withRegion(Region region)
|
Uses of Region in com.baidubce.services.sms |
---|
Methods in com.baidubce.services.sms with parameters of type Region | |
---|---|
SmsClientConfiguration |
SmsClientConfiguration.withRegion(Region region)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |