Uses of Class
com.ibm.cloud.cloudant.v1.model.PutCapacityThroughputInformationOptions
-
Packages that use PutCapacityThroughputInformationOptions Package Description com.ibm.cloud.cloudant.v1 Cloudant v1.com.ibm.cloud.cloudant.v1.model -
-
Uses of PutCapacityThroughputInformationOptions in com.ibm.cloud.cloudant.v1
Methods in com.ibm.cloud.cloudant.v1 with parameters of type PutCapacityThroughputInformationOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<CapacityThroughputInformation>
Cloudant. putCapacityThroughputInformation(PutCapacityThroughputInformationOptions putCapacityThroughputInformationOptions)
Update the target provisioned throughput capacity. -
Uses of PutCapacityThroughputInformationOptions in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return PutCapacityThroughputInformationOptions Modifier and Type Method Description PutCapacityThroughputInformationOptions
PutCapacityThroughputInformationOptions.Builder. build()
Builds a PutCapacityThroughputInformationOptions.
-