Uses of Class
com.oracle.bmc.filestorage.requests.CreateExportRequest
-
Packages that use CreateExportRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of CreateExportRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type CreateExportRequest Modifier and Type Method Description CreateExportResponse
FileStorage. createExport(CreateExportRequest request)
Creates a new export in the specified export set, path, and file system.Future<CreateExportResponse>
FileStorageAsync. createExport(CreateExportRequest request, AsyncHandler<CreateExportRequest,CreateExportResponse> handler)
Creates a new export in the specified export set, path, and file system.Future<CreateExportResponse>
FileStorageAsyncClient. createExport(CreateExportRequest request, AsyncHandler<CreateExportRequest,CreateExportResponse> handler)
CreateExportResponse
FileStorageClient. createExport(CreateExportRequest request)
Method parameters in com.oracle.bmc.filestorage with type arguments of type CreateExportRequest Modifier and Type Method Description Future<CreateExportResponse>
FileStorageAsync. createExport(CreateExportRequest request, AsyncHandler<CreateExportRequest,CreateExportResponse> handler)
Creates a new export in the specified export set, path, and file system.Future<CreateExportResponse>
FileStorageAsyncClient. createExport(CreateExportRequest request, AsyncHandler<CreateExportRequest,CreateExportResponse> handler)
-
Uses of CreateExportRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return CreateExportRequest Modifier and Type Method Description CreateExportRequest
CreateExportRequest.Builder. build()
Build the instance of CreateExportRequest as configured by this builderCreateExportRequest
CreateExportRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateExportRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type CreateExportRequest Modifier and Type Method Description CreateExportRequest.Builder
CreateExportRequest.Builder. copy(CreateExportRequest o)
Copy method to populate the builder with values from the given instance.
-