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