Uses of Class
com.oracle.bmc.filestorage.responses.ListExportsResponse
-
Packages that use ListExportsResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of ListExportsResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return ListExportsResponse Modifier and Type Method Description ListExportsResponse
FileStorage. listExports(ListExportsRequest request)
Lists export resources by compartment, file system, or export set.ListExportsResponse
FileStorageClient. listExports(ListExportsRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type ListExportsResponse 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)
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 ListExportsResponse 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 ListExportsResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return ListExportsResponse Modifier and Type Method Description ListExportsResponse
ListExportsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type ListExportsResponse Modifier and Type Method Description ListExportsResponse.Builder
ListExportsResponse.Builder. copy(ListExportsResponse o)
Copy method to populate the builder with values from the given instance.
-