Uses of Class
com.oracle.bmc.filestorage.requests.ListExportSetsRequest
-
Packages that use ListExportSetsRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of ListExportSetsRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type ListExportSetsRequest Modifier and Type Method Description 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)
ListExportSetsResponse
FileStorageClient. listExportSets(ListExportSetsRequest request)
Iterable<ExportSetSummary>
FileStoragePaginators. listExportSetsRecordIterator(ListExportSetsRequest request)
Creates a new iterable which will iterate over theExportSetSummary
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.Method parameters in com.oracle.bmc.filestorage with type arguments of type ListExportSetsRequest Modifier and Type Method 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)
-
Uses of ListExportSetsRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return ListExportSetsRequest Modifier and Type Method Description ListExportSetsRequest
ListExportSetsRequest.Builder. build()
Build the instance of ListExportSetsRequest as configured by this builderListExportSetsRequest
ListExportSetsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListExportSetsRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type ListExportSetsRequest Modifier and Type Method Description ListExportSetsRequest.Builder
ListExportSetsRequest.Builder. copy(ListExportSetsRequest o)
Copy method to populate the builder with values from the given instance.
-