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