Uses of Class
com.ibm.cloud.cloudant.v1.model.GetUuidsOptions
-
Packages that use GetUuidsOptions Package Description com.ibm.cloud.cloudant.v1 Cloudant v1.com.ibm.cloud.cloudant.v1.model -
-
Uses of GetUuidsOptions in com.ibm.cloud.cloudant.v1
Methods in com.ibm.cloud.cloudant.v1 with parameters of type GetUuidsOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<UuidsResult>
Cloudant. getUuids(GetUuidsOptions getUuidsOptions)
Retrieve one or more UUIDs. -
Uses of GetUuidsOptions in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return GetUuidsOptions Modifier and Type Method Description GetUuidsOptions
GetUuidsOptions.Builder. build()
Builds a GetUuidsOptions.
-