Uses of Class
com.ibm.cloud.cloudant.v1.model.GetAllDbsOptions
-
Packages that use GetAllDbsOptions Package Description com.ibm.cloud.cloudant.v1 Cloudant v1.com.ibm.cloud.cloudant.v1.model -
-
Uses of GetAllDbsOptions in com.ibm.cloud.cloudant.v1
Methods in com.ibm.cloud.cloudant.v1 with parameters of type GetAllDbsOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<List<String>>
Cloudant. getAllDbs(GetAllDbsOptions getAllDbsOptions)
Query a list of all database names in the instance. -
Uses of GetAllDbsOptions in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return GetAllDbsOptions Modifier and Type Method Description GetAllDbsOptions
GetAllDbsOptions.Builder. build()
Builds a GetAllDbsOptions.
-