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