Uses of Class
com.oracle.bmc.lustrefilestorage.responses.StartImportFromObjectResponse
-
Packages that use StartImportFromObjectResponse Package Description com.oracle.bmc.lustrefilestorage com.oracle.bmc.lustrefilestorage.responses -
-
Uses of StartImportFromObjectResponse in com.oracle.bmc.lustrefilestorage
Methods in com.oracle.bmc.lustrefilestorage that return StartImportFromObjectResponse Modifier and Type Method Description StartImportFromObjectResponseLustreFileStorage. startImportFromObject(StartImportFromObjectRequest request)Starts the import of data from Object Storage to the Lustre file system.StartImportFromObjectResponseLustreFileStorageClient. startImportFromObject(StartImportFromObjectRequest request)Methods in com.oracle.bmc.lustrefilestorage that return types with arguments of type StartImportFromObjectResponse Modifier and Type Method Description Future<StartImportFromObjectResponse>LustreFileStorageAsync. startImportFromObject(StartImportFromObjectRequest request, AsyncHandler<StartImportFromObjectRequest,StartImportFromObjectResponse> handler)Starts the import of data from Object Storage to the Lustre file system.Future<StartImportFromObjectResponse>LustreFileStorageAsyncClient. startImportFromObject(StartImportFromObjectRequest request, AsyncHandler<StartImportFromObjectRequest,StartImportFromObjectResponse> handler)Method parameters in com.oracle.bmc.lustrefilestorage with type arguments of type StartImportFromObjectResponse Modifier and Type Method Description Future<StartImportFromObjectResponse>LustreFileStorageAsync. startImportFromObject(StartImportFromObjectRequest request, AsyncHandler<StartImportFromObjectRequest,StartImportFromObjectResponse> handler)Starts the import of data from Object Storage to the Lustre file system.Future<StartImportFromObjectResponse>LustreFileStorageAsyncClient. startImportFromObject(StartImportFromObjectRequest request, AsyncHandler<StartImportFromObjectRequest,StartImportFromObjectResponse> handler) -
Uses of StartImportFromObjectResponse in com.oracle.bmc.lustrefilestorage.responses
Methods in com.oracle.bmc.lustrefilestorage.responses that return StartImportFromObjectResponse Modifier and Type Method Description StartImportFromObjectResponseStartImportFromObjectResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.lustrefilestorage.responses with parameters of type StartImportFromObjectResponse Modifier and Type Method Description StartImportFromObjectResponse.BuilderStartImportFromObjectResponse.Builder. copy(StartImportFromObjectResponse o)Copy method to populate the builder with values from the given instance.
-