Uses of Class
com.oracle.bmc.aidocument.requests.AddProjectLockRequest
-
Packages that use AddProjectLockRequest Package Description com.oracle.bmc.aidocument com.oracle.bmc.aidocument.requests -
-
Uses of AddProjectLockRequest in com.oracle.bmc.aidocument
Methods in com.oracle.bmc.aidocument with parameters of type AddProjectLockRequest Modifier and Type Method Description AddProjectLockResponse
AIServiceDocument. addProjectLock(AddProjectLockRequest request)
Adds a lock to a resource.Future<AddProjectLockResponse>
AIServiceDocumentAsync. addProjectLock(AddProjectLockRequest request, AsyncHandler<AddProjectLockRequest,AddProjectLockResponse> handler)
Adds a lock to a resource.Future<AddProjectLockResponse>
AIServiceDocumentAsyncClient. addProjectLock(AddProjectLockRequest request, AsyncHandler<AddProjectLockRequest,AddProjectLockResponse> handler)
AddProjectLockResponse
AIServiceDocumentClient. addProjectLock(AddProjectLockRequest request)
Method parameters in com.oracle.bmc.aidocument with type arguments of type AddProjectLockRequest Modifier and Type Method Description Future<AddProjectLockResponse>
AIServiceDocumentAsync. addProjectLock(AddProjectLockRequest request, AsyncHandler<AddProjectLockRequest,AddProjectLockResponse> handler)
Adds a lock to a resource.Future<AddProjectLockResponse>
AIServiceDocumentAsyncClient. addProjectLock(AddProjectLockRequest request, AsyncHandler<AddProjectLockRequest,AddProjectLockResponse> handler)
-
Uses of AddProjectLockRequest in com.oracle.bmc.aidocument.requests
Methods in com.oracle.bmc.aidocument.requests that return AddProjectLockRequest Modifier and Type Method Description AddProjectLockRequest
AddProjectLockRequest.Builder. build()
Build the instance of AddProjectLockRequest as configured by this builderAddProjectLockRequest
AddProjectLockRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AddProjectLockRequest as configured by this builderMethods in com.oracle.bmc.aidocument.requests with parameters of type AddProjectLockRequest Modifier and Type Method Description AddProjectLockRequest.Builder
AddProjectLockRequest.Builder. copy(AddProjectLockRequest o)
Copy method to populate the builder with values from the given instance.
-