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 RemoveOutboundConnectorLockResponse
FileStorage. 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)
RemoveOutboundConnectorLockResponse
FileStorageClient. 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 RemoveOutboundConnectorLockRequest
RemoveOutboundConnectorLockRequest.Builder. build()
Build the instance of RemoveOutboundConnectorLockRequest as configured by this builderRemoveOutboundConnectorLockRequest
RemoveOutboundConnectorLockRequest.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.Builder
RemoveOutboundConnectorLockRequest.Builder. copy(RemoveOutboundConnectorLockRequest o)
Copy method to populate the builder with values from the given instance.
-