Uses of Class
com.oracle.bmc.aidocument.responses.AddModelLockResponse
-
Packages that use AddModelLockResponse Package Description com.oracle.bmc.aidocument com.oracle.bmc.aidocument.responses -
-
Uses of AddModelLockResponse in com.oracle.bmc.aidocument
Methods in com.oracle.bmc.aidocument that return AddModelLockResponse Modifier and Type Method Description AddModelLockResponse
AIServiceDocument. addModelLock(AddModelLockRequest request)
Adds a lock to a resource.AddModelLockResponse
AIServiceDocumentClient. addModelLock(AddModelLockRequest request)
Methods in com.oracle.bmc.aidocument that return types with arguments of type AddModelLockResponse Modifier and Type Method Description Future<AddModelLockResponse>
AIServiceDocumentAsync. addModelLock(AddModelLockRequest request, AsyncHandler<AddModelLockRequest,AddModelLockResponse> handler)
Adds a lock to a resource.Future<AddModelLockResponse>
AIServiceDocumentAsyncClient. addModelLock(AddModelLockRequest request, AsyncHandler<AddModelLockRequest,AddModelLockResponse> handler)
Method parameters in com.oracle.bmc.aidocument with type arguments of type AddModelLockResponse Modifier and Type Method Description Future<AddModelLockResponse>
AIServiceDocumentAsync. addModelLock(AddModelLockRequest request, AsyncHandler<AddModelLockRequest,AddModelLockResponse> handler)
Adds a lock to a resource.Future<AddModelLockResponse>
AIServiceDocumentAsyncClient. addModelLock(AddModelLockRequest request, AsyncHandler<AddModelLockRequest,AddModelLockResponse> handler)
-
Uses of AddModelLockResponse in com.oracle.bmc.aidocument.responses
Methods in com.oracle.bmc.aidocument.responses that return AddModelLockResponse Modifier and Type Method Description AddModelLockResponse
AddModelLockResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aidocument.responses with parameters of type AddModelLockResponse Modifier and Type Method Description AddModelLockResponse.Builder
AddModelLockResponse.Builder. copy(AddModelLockResponse o)
Copy method to populate the builder with values from the given instance.
-