Package | Description |
---|---|
com.oracle.bmc.filestorage | |
com.oracle.bmc.filestorage.requests |
Modifier and Type | Method and Description |
---|---|
ListExportSetsResponse |
FileStorageClient.listExportSets(ListExportSetsRequest request) |
ListExportSetsResponse |
FileStorage.listExportSets(ListExportSetsRequest request)
Lists the export set resources in the specified compartment.
|
Future<ListExportSetsResponse> |
FileStorageAsync.listExportSets(ListExportSetsRequest request,
AsyncHandler<ListExportSetsRequest,ListExportSetsResponse> handler)
Lists the export set resources in the specified compartment.
|
Future<ListExportSetsResponse> |
FileStorageAsyncClient.listExportSets(ListExportSetsRequest request,
AsyncHandler<ListExportSetsRequest,ListExportSetsResponse> handler) |
Iterable<ExportSetSummary> |
FileStoragePaginators.listExportSetsRecordIterator(ListExportSetsRequest request)
Creates a new iterable which will iterate over the
ExportSetSummary objects contained in responses from the
listExportSets operation. |
Iterable<ListExportSetsResponse> |
FileStoragePaginators.listExportSetsResponseIterator(ListExportSetsRequest request)
Creates a new iterable which will iterate over the responses received from the listExportSets
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListExportSetsResponse> |
FileStorageAsync.listExportSets(ListExportSetsRequest request,
AsyncHandler<ListExportSetsRequest,ListExportSetsResponse> handler)
Lists the export set resources in the specified compartment.
|
Future<ListExportSetsResponse> |
FileStorageAsyncClient.listExportSets(ListExportSetsRequest request,
AsyncHandler<ListExportSetsRequest,ListExportSetsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListExportSetsRequest |
ListExportSetsRequest.Builder.build()
Build the instance of ListExportSetsRequest as configured by this builder
|
ListExportSetsRequest |
ListExportSetsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListExportSetsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListExportSetsRequest.Builder |
ListExportSetsRequest.Builder.copy(ListExportSetsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.