Package | Description |
---|---|
com.oracle.bmc.filestorage | |
com.oracle.bmc.filestorage.responses |
Modifier and Type | Method and Description |
---|---|
ListFileSystemsResponse |
FileStorage.listFileSystems(ListFileSystemsRequest request)
Lists the file system resources in the specified compartment.
|
ListFileSystemsResponse |
FileStorageClient.listFileSystems(ListFileSystemsRequest request) |
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.
|
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.
|
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.
|
Future<ListFileSystemsResponse> |
FileStorageAsyncClient.listFileSystems(ListFileSystemsRequest request,
AsyncHandler<ListFileSystemsRequest,ListFileSystemsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListFileSystemsResponse |
ListFileSystemsResponse.Builder.build() |
Modifier and Type | Method and Description |
---|---|
ListFileSystemsResponse.Builder |
ListFileSystemsResponse.Builder.copy(ListFileSystemsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2019. All rights reserved.