Uses of Class
com.oracle.bmc.filestorage.responses.ListExportSetsResponse
-
Packages that use ListExportSetsResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of ListExportSetsResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return ListExportSetsResponse Modifier and Type Method Description ListExportSetsResponse
FileStorage. listExportSets(ListExportSetsRequest request)
Lists the export set resources in the specified compartment.ListExportSetsResponse
FileStorageClient. listExportSets(ListExportSetsRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type ListExportSetsResponse 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)
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 ListExportSetsResponse 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 ListExportSetsResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return ListExportSetsResponse Modifier and Type Method Description ListExportSetsResponse
ListExportSetsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type ListExportSetsResponse Modifier and Type Method Description ListExportSetsResponse.Builder
ListExportSetsResponse.Builder. copy(ListExportSetsResponse o)
Copy method to populate the builder with values from the given instance.
-