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.filestorageMethods 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 theMountTargetSummaryobjects contained in responses from the listMountTargets operation.
- 
Uses of MountTargetSummary in com.oracle.bmc.filestorage.modelMethods in com.oracle.bmc.filestorage.model that return MountTargetSummary Modifier and Type Method Description MountTargetSummaryMountTargetSummary.Builder. build()Methods in com.oracle.bmc.filestorage.model with parameters of type MountTargetSummary Modifier and Type Method Description MountTargetSummary.BuilderMountTargetSummary.Builder. copy(MountTargetSummary model)
- 
Uses of MountTargetSummary in com.oracle.bmc.filestorage.responsesMethods 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.BuilderListMountTargetsResponse.Builder. items(List<MountTargetSummary> items)A list of com.oracle.bmc.filestorage.model.MountTargetSummary instances.
 
-