Uses of Class
com.oracle.bmc.filestorage.model.FileSystemSummary
-
Packages that use FileSystemSummary Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.model com.oracle.bmc.filestorage.responses -
-
Uses of FileSystemSummary in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return types with arguments of type FileSystemSummary Modifier and Type Method Description Iterable<FileSystemSummary>
FileStoragePaginators. listFileSystemsRecordIterator(ListFileSystemsRequest request)
Creates a new iterable which will iterate over theFileSystemSummary
objects contained in responses from the listFileSystems operation. -
Uses of FileSystemSummary in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return FileSystemSummary Modifier and Type Method Description FileSystemSummary
FileSystemSummary.Builder. build()
Methods in com.oracle.bmc.filestorage.model with parameters of type FileSystemSummary Modifier and Type Method Description FileSystemSummary.Builder
FileSystemSummary.Builder. copy(FileSystemSummary model)
-
Uses of FileSystemSummary in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return types with arguments of type FileSystemSummary Modifier and Type Method Description List<FileSystemSummary>
ListFileSystemsResponse. getItems()
A list of com.oracle.bmc.filestorage.model.FileSystemSummary instances.Method parameters in com.oracle.bmc.filestorage.responses with type arguments of type FileSystemSummary Modifier and Type Method Description ListFileSystemsResponse.Builder
ListFileSystemsResponse.Builder. items(List<FileSystemSummary> items)
A list of com.oracle.bmc.filestorage.model.FileSystemSummary instances.
-