Uses of Class
com.oracle.bmc.filestorage.responses.RemoveSnapshotLockResponse
-
Packages that use RemoveSnapshotLockResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of RemoveSnapshotLockResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return RemoveSnapshotLockResponse Modifier and Type Method Description RemoveSnapshotLockResponse
FileStorage. removeSnapshotLock(RemoveSnapshotLockRequest request)
Removes a lock to a resource.RemoveSnapshotLockResponse
FileStorageClient. removeSnapshotLock(RemoveSnapshotLockRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type RemoveSnapshotLockResponse Modifier and Type Method Description Future<RemoveSnapshotLockResponse>
FileStorageAsync. removeSnapshotLock(RemoveSnapshotLockRequest request, AsyncHandler<RemoveSnapshotLockRequest,RemoveSnapshotLockResponse> handler)
Removes a lock to a resource.Future<RemoveSnapshotLockResponse>
FileStorageAsyncClient. removeSnapshotLock(RemoveSnapshotLockRequest request, AsyncHandler<RemoveSnapshotLockRequest,RemoveSnapshotLockResponse> handler)
Method parameters in com.oracle.bmc.filestorage with type arguments of type RemoveSnapshotLockResponse Modifier and Type Method Description Future<RemoveSnapshotLockResponse>
FileStorageAsync. removeSnapshotLock(RemoveSnapshotLockRequest request, AsyncHandler<RemoveSnapshotLockRequest,RemoveSnapshotLockResponse> handler)
Removes a lock to a resource.Future<RemoveSnapshotLockResponse>
FileStorageAsyncClient. removeSnapshotLock(RemoveSnapshotLockRequest request, AsyncHandler<RemoveSnapshotLockRequest,RemoveSnapshotLockResponse> handler)
-
Uses of RemoveSnapshotLockResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return RemoveSnapshotLockResponse Modifier and Type Method Description RemoveSnapshotLockResponse
RemoveSnapshotLockResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type RemoveSnapshotLockResponse Modifier and Type Method Description RemoveSnapshotLockResponse.Builder
RemoveSnapshotLockResponse.Builder. copy(RemoveSnapshotLockResponse o)
Copy method to populate the builder with values from the given instance.
-