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.limits
Methods in com.oracle.bmc.limits with parameters of type DeleteQuotaRequest Modifier and Type Method Description DeleteQuotaResponse
Quotas. 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)
DeleteQuotaResponse
QuotasClient. 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.requests
Methods in com.oracle.bmc.limits.requests that return DeleteQuotaRequest Modifier and Type Method Description DeleteQuotaRequest
DeleteQuotaRequest.Builder. build()
Build the instance of DeleteQuotaRequest as configured by this builderDeleteQuotaRequest
DeleteQuotaRequest.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.Builder
DeleteQuotaRequest.Builder. copy(DeleteQuotaRequest o)
Copy method to populate the builder with values from the given instance.
-