Uses of Class
com.ibm.cloud.cloudant.v1.model.GetGeoIndexInformationOptions
-
Packages that use GetGeoIndexInformationOptions Package Description com.ibm.cloud.cloudant.v1 Cloudant v1.com.ibm.cloud.cloudant.v1.model -
-
Uses of GetGeoIndexInformationOptions in com.ibm.cloud.cloudant.v1
Methods in com.ibm.cloud.cloudant.v1 with parameters of type GetGeoIndexInformationOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<GeoIndexInformation>
Cloudant. getGeoIndexInformation(GetGeoIndexInformationOptions getGeoIndexInformationOptions)
Retrieve information about a geospatial index. -
Uses of GetGeoIndexInformationOptions in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return GetGeoIndexInformationOptions Modifier and Type Method Description GetGeoIndexInformationOptions
GetGeoIndexInformationOptions.Builder. build()
Builds a GetGeoIndexInformationOptions.
-