Uses of Class
com.ibm.cloud.cloudant.v1.model.GetShardsInformationOptions
-
Packages that use GetShardsInformationOptions Package Description com.ibm.cloud.cloudant.v1 Cloudant v1.com.ibm.cloud.cloudant.v1.model -
-
Uses of GetShardsInformationOptions in com.ibm.cloud.cloudant.v1
Methods in com.ibm.cloud.cloudant.v1 with parameters of type GetShardsInformationOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<ShardsInformation>
Cloudant. getShardsInformation(GetShardsInformationOptions getShardsInformationOptions)
Retrieve shard information. -
Uses of GetShardsInformationOptions in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return GetShardsInformationOptions Modifier and Type Method Description GetShardsInformationOptions
GetShardsInformationOptions.Builder. build()
Builds a GetShardsInformationOptions.
-