Uses of Class
com.ibm.cloud.cloudant.v1.model.GetIndexesInformationOptions
-
Packages that use GetIndexesInformationOptions Package Description com.ibm.cloud.cloudant.v1 Cloudant v1.com.ibm.cloud.cloudant.v1.model -
-
Uses of GetIndexesInformationOptions in com.ibm.cloud.cloudant.v1
Methods in com.ibm.cloud.cloudant.v1 with parameters of type GetIndexesInformationOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<IndexesInformation>
Cloudant. getIndexesInformation(GetIndexesInformationOptions getIndexesInformationOptions)
Retrieve information about all indexes. -
Uses of GetIndexesInformationOptions in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return GetIndexesInformationOptions Modifier and Type Method Description GetIndexesInformationOptions
GetIndexesInformationOptions.Builder. build()
Builds a GetIndexesInformationOptions.
-