Package | Description |
---|---|
com.oracle.bmc.filestorage | |
com.oracle.bmc.filestorage.requests |
Modifier and Type | Method and Description |
---|---|
ListFileSystemsResponse |
FileStorageClient.listFileSystems(ListFileSystemsRequest request) |
ListFileSystemsResponse |
FileStorage.listFileSystems(ListFileSystemsRequest request)
Lists the file system resources in the specified compartment, or by the specified compartment
and file system snapshot policy.
|
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<FileSystemSummary> |
FileStoragePaginators.listFileSystemsRecordIterator(ListFileSystemsRequest request)
Creates a new iterable which will iterate over the
FileSystemSummary objects contained in responses from the
listFileSystems operation. |
Iterable<ListFileSystemsResponse> |
FileStoragePaginators.listFileSystemsResponseIterator(ListFileSystemsRequest request)
Creates a new iterable which will iterate over the responses received from the
listFileSystems operation.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListFileSystemsRequest |
ListFileSystemsRequest.Builder.build()
Build the instance of ListFileSystemsRequest as configured by this builder
|
ListFileSystemsRequest |
ListFileSystemsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListFileSystemsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListFileSystemsRequest.Builder |
ListFileSystemsRequest.Builder.copy(ListFileSystemsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.