Uses of Class
com.oracle.bmc.filestorage.requests.RemoveOutboundConnectorLockRequest
-
Packages that use RemoveOutboundConnectorLockRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of RemoveOutboundConnectorLockRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type RemoveOutboundConnectorLockRequest Modifier and Type Method Description RemoveOutboundConnectorLockResponseFileStorage. removeOutboundConnectorLock(RemoveOutboundConnectorLockRequest request)Removes a lock to a resource.Future<RemoveOutboundConnectorLockResponse>FileStorageAsync. removeOutboundConnectorLock(RemoveOutboundConnectorLockRequest request, AsyncHandler<RemoveOutboundConnectorLockRequest,RemoveOutboundConnectorLockResponse> handler)Removes a lock to a resource.Future<RemoveOutboundConnectorLockResponse>FileStorageAsyncClient. removeOutboundConnectorLock(RemoveOutboundConnectorLockRequest request, AsyncHandler<RemoveOutboundConnectorLockRequest,RemoveOutboundConnectorLockResponse> handler)RemoveOutboundConnectorLockResponseFileStorageClient. removeOutboundConnectorLock(RemoveOutboundConnectorLockRequest request)Method parameters in com.oracle.bmc.filestorage with type arguments of type RemoveOutboundConnectorLockRequest Modifier and Type Method Description Future<RemoveOutboundConnectorLockResponse>FileStorageAsync. removeOutboundConnectorLock(RemoveOutboundConnectorLockRequest request, AsyncHandler<RemoveOutboundConnectorLockRequest,RemoveOutboundConnectorLockResponse> handler)Removes a lock to a resource.Future<RemoveOutboundConnectorLockResponse>FileStorageAsyncClient. removeOutboundConnectorLock(RemoveOutboundConnectorLockRequest request, AsyncHandler<RemoveOutboundConnectorLockRequest,RemoveOutboundConnectorLockResponse> handler) -
Uses of RemoveOutboundConnectorLockRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return RemoveOutboundConnectorLockRequest Modifier and Type Method Description RemoveOutboundConnectorLockRequestRemoveOutboundConnectorLockRequest.Builder. build()Build the instance of RemoveOutboundConnectorLockRequest as configured by this builderRemoveOutboundConnectorLockRequestRemoveOutboundConnectorLockRequest.Builder. buildWithoutInvocationCallback()Build the instance of RemoveOutboundConnectorLockRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type RemoveOutboundConnectorLockRequest Modifier and Type Method Description RemoveOutboundConnectorLockRequest.BuilderRemoveOutboundConnectorLockRequest.Builder. copy(RemoveOutboundConnectorLockRequest o)Copy method to populate the builder with values from the given instance.
-