Uses of Class
com.oracle.bmc.limits.requests.AddQuotaLockRequest
-
Packages that use AddQuotaLockRequest Package Description com.oracle.bmc.limits com.oracle.bmc.limits.requests -
-
Uses of AddQuotaLockRequest in com.oracle.bmc.limits
Methods in com.oracle.bmc.limits with parameters of type AddQuotaLockRequest Modifier and Type Method Description AddQuotaLockResponse
Quotas. addQuotaLock(AddQuotaLockRequest request)
Adds a lock to a resource.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)
AddQuotaLockResponse
QuotasClient. addQuotaLock(AddQuotaLockRequest request)
Method parameters in com.oracle.bmc.limits with type arguments of type AddQuotaLockRequest 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 AddQuotaLockRequest in com.oracle.bmc.limits.requests
Methods in com.oracle.bmc.limits.requests that return AddQuotaLockRequest Modifier and Type Method Description AddQuotaLockRequest
AddQuotaLockRequest.Builder. build()
Build the instance of AddQuotaLockRequest as configured by this builderAddQuotaLockRequest
AddQuotaLockRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AddQuotaLockRequest as configured by this builderMethods in com.oracle.bmc.limits.requests with parameters of type AddQuotaLockRequest Modifier and Type Method Description AddQuotaLockRequest.Builder
AddQuotaLockRequest.Builder. copy(AddQuotaLockRequest o)
Copy method to populate the builder with values from the given instance.
-