Uses of Class
com.oracle.bmc.limits.responses.UpdateQuotaResponse
-
Packages that use UpdateQuotaResponse Package Description com.oracle.bmc.limits com.oracle.bmc.limits.responses -
-
Uses of UpdateQuotaResponse in com.oracle.bmc.limits
Methods in com.oracle.bmc.limits that return UpdateQuotaResponse Modifier and Type Method Description UpdateQuotaResponse
Quotas. updateQuota(UpdateQuotaRequest request)
Updates the quota corresponding to given OCID with the details supplied.UpdateQuotaResponse
QuotasClient. updateQuota(UpdateQuotaRequest request)
Methods in com.oracle.bmc.limits that return types with arguments of type UpdateQuotaResponse Modifier and Type Method Description Future<UpdateQuotaResponse>
QuotasAsync. updateQuota(UpdateQuotaRequest request, AsyncHandler<UpdateQuotaRequest,UpdateQuotaResponse> handler)
Updates the quota corresponding to given OCID with the details supplied.Future<UpdateQuotaResponse>
QuotasAsyncClient. updateQuota(UpdateQuotaRequest request, AsyncHandler<UpdateQuotaRequest,UpdateQuotaResponse> handler)
Method parameters in com.oracle.bmc.limits with type arguments of type UpdateQuotaResponse Modifier and Type Method Description Future<UpdateQuotaResponse>
QuotasAsync. updateQuota(UpdateQuotaRequest request, AsyncHandler<UpdateQuotaRequest,UpdateQuotaResponse> handler)
Updates the quota corresponding to given OCID with the details supplied.Future<UpdateQuotaResponse>
QuotasAsyncClient. updateQuota(UpdateQuotaRequest request, AsyncHandler<UpdateQuotaRequest,UpdateQuotaResponse> handler)
-
Uses of UpdateQuotaResponse in com.oracle.bmc.limits.responses
Methods in com.oracle.bmc.limits.responses that return UpdateQuotaResponse Modifier and Type Method Description UpdateQuotaResponse
UpdateQuotaResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.limits.responses with parameters of type UpdateQuotaResponse Modifier and Type Method Description UpdateQuotaResponse.Builder
UpdateQuotaResponse.Builder. copy(UpdateQuotaResponse o)
Copy method to populate the builder with values from the given instance.
-