Uses of Class
com.oracle.bmc.filestorage.responses.ListFileSystemsResponse
-
Packages that use ListFileSystemsResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of ListFileSystemsResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return ListFileSystemsResponse Modifier and Type Method Description ListFileSystemsResponse
FileStorage. listFileSystems(ListFileSystemsRequest request)
Lists the file system resources in the specified compartment, or by the specified compartment and file system snapshot policy.ListFileSystemsResponse
FileStorageClient. listFileSystems(ListFileSystemsRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type ListFileSystemsResponse Modifier and Type Method Description Future<ListFileSystemsResponse>
FileStorageAsync. listFileSystems(ListFileSystemsRequest request, AsyncHandler<ListFileSystemsRequest,ListFileSystemsResponse> handler)
Lists the file system resources in the specified compartment, or by the specified compartment and file system snapshot policy.Future<ListFileSystemsResponse>
FileStorageAsyncClient. listFileSystems(ListFileSystemsRequest request, AsyncHandler<ListFileSystemsRequest,ListFileSystemsResponse> handler)
Iterable<ListFileSystemsResponse>
FileStoragePaginators. listFileSystemsResponseIterator(ListFileSystemsRequest request)
Creates a new iterable which will iterate over the responses received from the listFileSystems operation.Method parameters in com.oracle.bmc.filestorage with type arguments of type ListFileSystemsResponse Modifier and Type Method Description Future<ListFileSystemsResponse>
FileStorageAsync. listFileSystems(ListFileSystemsRequest request, AsyncHandler<ListFileSystemsRequest,ListFileSystemsResponse> handler)
Lists the file system resources in the specified compartment, or by the specified compartment and file system snapshot policy.Future<ListFileSystemsResponse>
FileStorageAsyncClient. listFileSystems(ListFileSystemsRequest request, AsyncHandler<ListFileSystemsRequest,ListFileSystemsResponse> handler)
-
Uses of ListFileSystemsResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return ListFileSystemsResponse Modifier and Type Method Description ListFileSystemsResponse
ListFileSystemsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type ListFileSystemsResponse Modifier and Type Method Description ListFileSystemsResponse.Builder
ListFileSystemsResponse.Builder. copy(ListFileSystemsResponse o)
Copy method to populate the builder with values from the given instance.
-