Uses of Class
com.oracle.bmc.limits.requests.DeleteQuotaRequest
- 
Packages that use DeleteQuotaRequest Package Description com.oracle.bmc.limits com.oracle.bmc.limits.requests 
- 
- 
Uses of DeleteQuotaRequest in com.oracle.bmc.limitsMethods in com.oracle.bmc.limits with parameters of type DeleteQuotaRequest Modifier and Type Method Description DeleteQuotaResponseQuotas. deleteQuota(DeleteQuotaRequest request)Deletes the quota corresponding to the given OCID.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)DeleteQuotaResponseQuotasClient. deleteQuota(DeleteQuotaRequest request)Method parameters in com.oracle.bmc.limits with type arguments of type DeleteQuotaRequest 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 DeleteQuotaRequest in com.oracle.bmc.limits.requestsMethods in com.oracle.bmc.limits.requests that return DeleteQuotaRequest Modifier and Type Method Description DeleteQuotaRequestDeleteQuotaRequest.Builder. build()Build the instance of DeleteQuotaRequest as configured by this builderDeleteQuotaRequestDeleteQuotaRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteQuotaRequest as configured by this builderMethods in com.oracle.bmc.limits.requests with parameters of type DeleteQuotaRequest Modifier and Type Method Description DeleteQuotaRequest.BuilderDeleteQuotaRequest.Builder. copy(DeleteQuotaRequest o)Copy method to populate the builder with values from the given instance.
 
-