Uses of Class
com.oracle.bmc.filestorage.requests.CreateMountTargetRequest
- 
Packages that use CreateMountTargetRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests 
- 
- 
Uses of CreateMountTargetRequest in com.oracle.bmc.filestorageMethods in com.oracle.bmc.filestorage with parameters of type CreateMountTargetRequest Modifier and Type Method Description CreateMountTargetResponseFileStorage. createMountTarget(CreateMountTargetRequest request)Creates a new mount target in the specified compartment and subnet.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)CreateMountTargetResponseFileStorageClient. createMountTarget(CreateMountTargetRequest request)Method parameters in com.oracle.bmc.filestorage with type arguments of type CreateMountTargetRequest 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 CreateMountTargetRequest in com.oracle.bmc.filestorage.requestsMethods in com.oracle.bmc.filestorage.requests that return CreateMountTargetRequest Modifier and Type Method Description CreateMountTargetRequestCreateMountTargetRequest.Builder. build()Build the instance of CreateMountTargetRequest as configured by this builderCreateMountTargetRequestCreateMountTargetRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateMountTargetRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type CreateMountTargetRequest Modifier and Type Method Description CreateMountTargetRequest.BuilderCreateMountTargetRequest.Builder. copy(CreateMountTargetRequest o)Copy method to populate the builder with values from the given instance.
 
-