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 CreateExportResponseFileStorage. 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)CreateExportResponseFileStorageClient. 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 CreateExportRequestCreateExportRequest.Builder. build()Build the instance of CreateExportRequest as configured by this builderCreateExportRequestCreateExportRequest.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.BuilderCreateExportRequest.Builder. copy(CreateExportRequest o)Copy method to populate the builder with values from the given instance.
-