Uses of Class
com.oracle.bmc.filestorage.responses.AddOutboundConnectorLockResponse
-
Packages that use AddOutboundConnectorLockResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of AddOutboundConnectorLockResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return AddOutboundConnectorLockResponse Modifier and Type Method Description AddOutboundConnectorLockResponse
FileStorage. addOutboundConnectorLock(AddOutboundConnectorLockRequest request)
Adds a lock to a resource.AddOutboundConnectorLockResponse
FileStorageClient. addOutboundConnectorLock(AddOutboundConnectorLockRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type AddOutboundConnectorLockResponse 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)
Method parameters in com.oracle.bmc.filestorage with type arguments of type AddOutboundConnectorLockResponse 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 AddOutboundConnectorLockResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return AddOutboundConnectorLockResponse Modifier and Type Method Description AddOutboundConnectorLockResponse
AddOutboundConnectorLockResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type AddOutboundConnectorLockResponse Modifier and Type Method Description AddOutboundConnectorLockResponse.Builder
AddOutboundConnectorLockResponse.Builder. copy(AddOutboundConnectorLockResponse o)
Copy method to populate the builder with values from the given instance.
-