Uses of Class
com.exoscale.sdk.model.DbaasServicePgConnectionPoolsInner
-
Packages that use DbaasServicePgConnectionPoolsInner Package Description com.exoscale.sdk.model -
-
Uses of DbaasServicePgConnectionPoolsInner in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DbaasServicePgConnectionPoolsInner Modifier and Type Method Description DbaasServicePgConnectionPoolsInner
DbaasServicePgConnectionPoolsInner. connectionUri(String connectionUri)
DbaasServicePgConnectionPoolsInner
DbaasServicePgConnectionPoolsInner. database(String database)
DbaasServicePgConnectionPoolsInner
DbaasServicePgConnectionPoolsInner. mode(EnumPgPoolMode mode)
DbaasServicePgConnectionPoolsInner
DbaasServicePgConnectionPoolsInner. name(String name)
DbaasServicePgConnectionPoolsInner
DbaasServicePgConnectionPoolsInner. size(Long size)
DbaasServicePgConnectionPoolsInner
DbaasServicePgConnectionPoolsInner. username(String username)
Methods in com.exoscale.sdk.model that return types with arguments of type DbaasServicePgConnectionPoolsInner Modifier and Type Method Description List<DbaasServicePgConnectionPoolsInner>
DbaasServicePg. getConnectionPools()
PostgreSQL PGBouncer connection poolsMethods in com.exoscale.sdk.model with parameters of type DbaasServicePgConnectionPoolsInner Modifier and Type Method Description DbaasServicePg
DbaasServicePg. addConnectionPoolsItem(DbaasServicePgConnectionPoolsInner connectionPoolsItem)
Method parameters in com.exoscale.sdk.model with type arguments of type DbaasServicePgConnectionPoolsInner Modifier and Type Method Description DbaasServicePg
DbaasServicePg. connectionPools(List<DbaasServicePgConnectionPoolsInner> connectionPools)
void
DbaasServicePg. setConnectionPools(List<DbaasServicePgConnectionPoolsInner> connectionPools)
-