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