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