Uses of Class
com.oracle.bmc.lustrefilestorage.requests.StopImportFromObjectRequest
-
Packages that use StopImportFromObjectRequest Package Description com.oracle.bmc.lustrefilestorage com.oracle.bmc.lustrefilestorage.requests -
-
Uses of StopImportFromObjectRequest in com.oracle.bmc.lustrefilestorage
Methods in com.oracle.bmc.lustrefilestorage with parameters of type StopImportFromObjectRequest Modifier and Type Method Description StopImportFromObjectResponseLustreFileStorage. stopImportFromObject(StopImportFromObjectRequest request)Stops the import of data from Object Storage to the Lustre file system.Future<StopImportFromObjectResponse>LustreFileStorageAsync. stopImportFromObject(StopImportFromObjectRequest request, AsyncHandler<StopImportFromObjectRequest,StopImportFromObjectResponse> handler)Stops the import of data from Object Storage to the Lustre file system.Future<StopImportFromObjectResponse>LustreFileStorageAsyncClient. stopImportFromObject(StopImportFromObjectRequest request, AsyncHandler<StopImportFromObjectRequest,StopImportFromObjectResponse> handler)StopImportFromObjectResponseLustreFileStorageClient. stopImportFromObject(StopImportFromObjectRequest request)Method parameters in com.oracle.bmc.lustrefilestorage with type arguments of type StopImportFromObjectRequest Modifier and Type Method Description Future<StopImportFromObjectResponse>LustreFileStorageAsync. stopImportFromObject(StopImportFromObjectRequest request, AsyncHandler<StopImportFromObjectRequest,StopImportFromObjectResponse> handler)Stops the import of data from Object Storage to the Lustre file system.Future<StopImportFromObjectResponse>LustreFileStorageAsyncClient. stopImportFromObject(StopImportFromObjectRequest request, AsyncHandler<StopImportFromObjectRequest,StopImportFromObjectResponse> handler) -
Uses of StopImportFromObjectRequest in com.oracle.bmc.lustrefilestorage.requests
Methods in com.oracle.bmc.lustrefilestorage.requests that return StopImportFromObjectRequest Modifier and Type Method Description StopImportFromObjectRequestStopImportFromObjectRequest.Builder. build()Build the instance of StopImportFromObjectRequest as configured by this builderStopImportFromObjectRequestStopImportFromObjectRequest.Builder. buildWithoutInvocationCallback()Build the instance of StopImportFromObjectRequest as configured by this builderMethods in com.oracle.bmc.lustrefilestorage.requests with parameters of type StopImportFromObjectRequest Modifier and Type Method Description StopImportFromObjectRequest.BuilderStopImportFromObjectRequest.Builder. copy(StopImportFromObjectRequest o)Copy method to populate the builder with values from the given instance.
-