Uses of Class
com.oracle.bmc.filestorage.model.FilesystemSnapshotPolicySummary
- 
Packages that use FilesystemSnapshotPolicySummary Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.model com.oracle.bmc.filestorage.responses 
- 
- 
Uses of FilesystemSnapshotPolicySummary in com.oracle.bmc.filestorageMethods in com.oracle.bmc.filestorage that return types with arguments of type FilesystemSnapshotPolicySummary Modifier and Type Method Description Iterable<FilesystemSnapshotPolicySummary>FileStoragePaginators. listFilesystemSnapshotPoliciesRecordIterator(ListFilesystemSnapshotPoliciesRequest request)Creates a new iterable which will iterate over theFilesystemSnapshotPolicySummaryobjects contained in responses from the listFilesystemSnapshotPolicies operation.
- 
Uses of FilesystemSnapshotPolicySummary in com.oracle.bmc.filestorage.modelMethods in com.oracle.bmc.filestorage.model that return FilesystemSnapshotPolicySummary Modifier and Type Method Description FilesystemSnapshotPolicySummaryFilesystemSnapshotPolicySummary.Builder. build()Methods in com.oracle.bmc.filestorage.model with parameters of type FilesystemSnapshotPolicySummary Modifier and Type Method Description FilesystemSnapshotPolicySummary.BuilderFilesystemSnapshotPolicySummary.Builder. copy(FilesystemSnapshotPolicySummary model)
- 
Uses of FilesystemSnapshotPolicySummary in com.oracle.bmc.filestorage.responsesMethods in com.oracle.bmc.filestorage.responses that return types with arguments of type FilesystemSnapshotPolicySummary Modifier and Type Method Description List<FilesystemSnapshotPolicySummary>ListFilesystemSnapshotPoliciesResponse. getItems()A list of com.oracle.bmc.filestorage.model.FilesystemSnapshotPolicySummary instances.Method parameters in com.oracle.bmc.filestorage.responses with type arguments of type FilesystemSnapshotPolicySummary Modifier and Type Method Description ListFilesystemSnapshotPoliciesResponse.BuilderListFilesystemSnapshotPoliciesResponse.Builder. items(List<FilesystemSnapshotPolicySummary> items)A list of com.oracle.bmc.filestorage.model.FilesystemSnapshotPolicySummary instances.
 
-