Uses of Class
com.oracle.bmc.filestorage.requests.AddOutboundConnectorLockRequest
-
Packages that use AddOutboundConnectorLockRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of AddOutboundConnectorLockRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type AddOutboundConnectorLockRequest Modifier and Type Method Description AddOutboundConnectorLockResponseFileStorage. addOutboundConnectorLock(AddOutboundConnectorLockRequest request)Adds a lock to a resource.Future<AddOutboundConnectorLockResponse>FileStorageAsync. addOutboundConnectorLock(AddOutboundConnectorLockRequest request, AsyncHandler<AddOutboundConnectorLockRequest,AddOutboundConnectorLockResponse> handler)Adds a lock to a resource.Future<AddOutboundConnectorLockResponse>FileStorageAsyncClient. addOutboundConnectorLock(AddOutboundConnectorLockRequest request, AsyncHandler<AddOutboundConnectorLockRequest,AddOutboundConnectorLockResponse> handler)AddOutboundConnectorLockResponseFileStorageClient. addOutboundConnectorLock(AddOutboundConnectorLockRequest request)Method parameters in com.oracle.bmc.filestorage with type arguments of type AddOutboundConnectorLockRequest Modifier and Type Method Description Future<AddOutboundConnectorLockResponse>FileStorageAsync. addOutboundConnectorLock(AddOutboundConnectorLockRequest request, AsyncHandler<AddOutboundConnectorLockRequest,AddOutboundConnectorLockResponse> handler)Adds a lock to a resource.Future<AddOutboundConnectorLockResponse>FileStorageAsyncClient. addOutboundConnectorLock(AddOutboundConnectorLockRequest request, AsyncHandler<AddOutboundConnectorLockRequest,AddOutboundConnectorLockResponse> handler) -
Uses of AddOutboundConnectorLockRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return AddOutboundConnectorLockRequest Modifier and Type Method Description AddOutboundConnectorLockRequestAddOutboundConnectorLockRequest.Builder. build()Build the instance of AddOutboundConnectorLockRequest as configured by this builderAddOutboundConnectorLockRequestAddOutboundConnectorLockRequest.Builder. buildWithoutInvocationCallback()Build the instance of AddOutboundConnectorLockRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type AddOutboundConnectorLockRequest Modifier and Type Method Description AddOutboundConnectorLockRequest.BuilderAddOutboundConnectorLockRequest.Builder. copy(AddOutboundConnectorLockRequest o)Copy method to populate the builder with values from the given instance.
-