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