Uses of Class
com.oracle.bmc.filestorage.requests.ListExportsRequest
-
Packages that use ListExportsRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of ListExportsRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type ListExportsRequest Modifier and Type Method Description ListExportsResponseFileStorage. listExports(ListExportsRequest request)Lists export resources by compartment, file system, or export set.Future<ListExportsResponse>FileStorageAsync. listExports(ListExportsRequest request, AsyncHandler<ListExportsRequest,ListExportsResponse> handler)Lists export resources by compartment, file system, or export set.Future<ListExportsResponse>FileStorageAsyncClient. listExports(ListExportsRequest request, AsyncHandler<ListExportsRequest,ListExportsResponse> handler)ListExportsResponseFileStorageClient. listExports(ListExportsRequest request)Iterable<ExportSummary>FileStoragePaginators. listExportsRecordIterator(ListExportsRequest request)Creates a new iterable which will iterate over theExportSummaryobjects contained in responses from the listExports operation.Iterable<ListExportsResponse>FileStoragePaginators. listExportsResponseIterator(ListExportsRequest request)Creates a new iterable which will iterate over the responses received from the listExports operation.Method parameters in com.oracle.bmc.filestorage with type arguments of type ListExportsRequest Modifier and Type Method Description Future<ListExportsResponse>FileStorageAsync. listExports(ListExportsRequest request, AsyncHandler<ListExportsRequest,ListExportsResponse> handler)Lists export resources by compartment, file system, or export set.Future<ListExportsResponse>FileStorageAsyncClient. listExports(ListExportsRequest request, AsyncHandler<ListExportsRequest,ListExportsResponse> handler) -
Uses of ListExportsRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return ListExportsRequest Modifier and Type Method Description ListExportsRequestListExportsRequest.Builder. build()Build the instance of ListExportsRequest as configured by this builderListExportsRequestListExportsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListExportsRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type ListExportsRequest Modifier and Type Method Description ListExportsRequest.BuilderListExportsRequest.Builder. copy(ListExportsRequest o)Copy method to populate the builder with values from the given instance.
-