Package | Description |
---|---|
com.oracle.bmc.filestorage | |
com.oracle.bmc.filestorage.requests |
Modifier and Type | Method and Description |
---|---|
ListExportsResponse |
FileStorageClient.listExports(ListExportsRequest request) |
ListExportsResponse |
FileStorage.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) |
Iterable<ExportSummary> |
FileStoragePaginators.listExportsRecordIterator(ListExportsRequest request)
Creates a new iterable which will iterate over the
ExportSummary objects 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListExportsRequest |
ListExportsRequest.Builder.build()
Build the instance of ListExportsRequest as configured by this builder
|
ListExportsRequest |
ListExportsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListExportsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListExportsRequest.Builder |
ListExportsRequest.Builder.copy(ListExportsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.