Uses of Class
com.oracle.bmc.limits.requests.UpdateQuotaRequest
-
Packages that use UpdateQuotaRequest Package Description com.oracle.bmc.limits com.oracle.bmc.limits.requests -
-
Uses of UpdateQuotaRequest in com.oracle.bmc.limits
Methods in com.oracle.bmc.limits with parameters of type UpdateQuotaRequest Modifier and Type Method Description UpdateQuotaResponse
Quotas. updateQuota(UpdateQuotaRequest request)
Updates the quota corresponding to given OCID with the details supplied.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)
UpdateQuotaResponse
QuotasClient. updateQuota(UpdateQuotaRequest request)
Method parameters in com.oracle.bmc.limits with type arguments of type UpdateQuotaRequest 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 UpdateQuotaRequest in com.oracle.bmc.limits.requests
Methods in com.oracle.bmc.limits.requests that return UpdateQuotaRequest Modifier and Type Method Description UpdateQuotaRequest
UpdateQuotaRequest.Builder. build()
Build the instance of UpdateQuotaRequest as configured by this builderUpdateQuotaRequest
UpdateQuotaRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateQuotaRequest as configured by this builderMethods in com.oracle.bmc.limits.requests with parameters of type UpdateQuotaRequest Modifier and Type Method Description UpdateQuotaRequest.Builder
UpdateQuotaRequest.Builder. copy(UpdateQuotaRequest o)
Copy method to populate the builder with values from the given instance.
-