Uses of Class
com.oracle.bmc.filestorage.requests.DetachCloneRequest
-
Packages that use DetachCloneRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of DetachCloneRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type DetachCloneRequest Modifier and Type Method Description DetachCloneResponse
FileStorage. detachClone(DetachCloneRequest request)
Detaches the file system from its parent file systemFuture<DetachCloneResponse>
FileStorageAsync. detachClone(DetachCloneRequest request, AsyncHandler<DetachCloneRequest,DetachCloneResponse> handler)
Detaches the file system from its parent file systemFuture<DetachCloneResponse>
FileStorageAsyncClient. detachClone(DetachCloneRequest request, AsyncHandler<DetachCloneRequest,DetachCloneResponse> handler)
DetachCloneResponse
FileStorageClient. detachClone(DetachCloneRequest request)
Method parameters in com.oracle.bmc.filestorage with type arguments of type DetachCloneRequest Modifier and Type Method Description Future<DetachCloneResponse>
FileStorageAsync. detachClone(DetachCloneRequest request, AsyncHandler<DetachCloneRequest,DetachCloneResponse> handler)
Detaches the file system from its parent file systemFuture<DetachCloneResponse>
FileStorageAsyncClient. detachClone(DetachCloneRequest request, AsyncHandler<DetachCloneRequest,DetachCloneResponse> handler)
-
Uses of DetachCloneRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return DetachCloneRequest Modifier and Type Method Description DetachCloneRequest
DetachCloneRequest.Builder. build()
Build the instance of DetachCloneRequest as configured by this builderDetachCloneRequest
DetachCloneRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DetachCloneRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type DetachCloneRequest Modifier and Type Method Description DetachCloneRequest.Builder
DetachCloneRequest.Builder. copy(DetachCloneRequest o)
Copy method to populate the builder with values from the given instance.
-