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