Uses of Class
com.oracle.bmc.filestorage.responses.CreateExportResponse
-
Packages that use CreateExportResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of CreateExportResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return CreateExportResponse Modifier and Type Method Description CreateExportResponse
FileStorage. createExport(CreateExportRequest request)
Creates a new export in the specified export set, path, and file system.CreateExportResponse
FileStorageClient. createExport(CreateExportRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type CreateExportResponse 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)
Method parameters in com.oracle.bmc.filestorage with type arguments of type CreateExportResponse 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 CreateExportResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return CreateExportResponse Modifier and Type Method Description CreateExportResponse
CreateExportResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type CreateExportResponse Modifier and Type Method Description CreateExportResponse.Builder
CreateExportResponse.Builder. copy(CreateExportResponse o)
Copy method to populate the builder with values from the given instance.
-