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.filestorage
Methods 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 theFilesystemSnapshotPolicySummary
objects contained in responses from the listFilesystemSnapshotPolicies operation. -
Uses of FilesystemSnapshotPolicySummary in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return FilesystemSnapshotPolicySummary Modifier and Type Method Description FilesystemSnapshotPolicySummary
FilesystemSnapshotPolicySummary.Builder. build()
Methods in com.oracle.bmc.filestorage.model with parameters of type FilesystemSnapshotPolicySummary Modifier and Type Method Description FilesystemSnapshotPolicySummary.Builder
FilesystemSnapshotPolicySummary.Builder. copy(FilesystemSnapshotPolicySummary model)
-
Uses of FilesystemSnapshotPolicySummary in com.oracle.bmc.filestorage.responses
Methods 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.Builder
ListFilesystemSnapshotPoliciesResponse.Builder. items(List<FilesystemSnapshotPolicySummary> items)
A list of com.oracle.bmc.filestorage.model.FilesystemSnapshotPolicySummary instances.
-