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