Uses of Class
com.oracle.bmc.redis.model.OciCacheBackupSummary
-
Packages that use OciCacheBackupSummary Package Description com.oracle.bmc.redis com.oracle.bmc.redis.model -
-
Uses of OciCacheBackupSummary in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis that return types with arguments of type OciCacheBackupSummary Modifier and Type Method Description Iterable<OciCacheBackupSummary>OciCacheBackupPaginators. listOciCacheBackupsRecordIterator(ListOciCacheBackupsRequest request)Creates a new iterable which will iterate over theOciCacheBackupSummaryobjects contained in responses from the listOciCacheBackups operation. -
Uses of OciCacheBackupSummary in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return OciCacheBackupSummary Modifier and Type Method Description OciCacheBackupSummaryOciCacheBackupSummary.Builder. build()Methods in com.oracle.bmc.redis.model that return types with arguments of type OciCacheBackupSummary Modifier and Type Method Description List<OciCacheBackupSummary>OciCacheBackupCollection. getItems()List of OCI Cache backups.Methods in com.oracle.bmc.redis.model with parameters of type OciCacheBackupSummary Modifier and Type Method Description OciCacheBackupSummary.BuilderOciCacheBackupSummary.Builder. copy(OciCacheBackupSummary model)Method parameters in com.oracle.bmc.redis.model with type arguments of type OciCacheBackupSummary Modifier and Type Method Description OciCacheBackupCollection.BuilderOciCacheBackupCollection.Builder. items(List<OciCacheBackupSummary> items)List of OCI Cache backups.Constructor parameters in com.oracle.bmc.redis.model with type arguments of type OciCacheBackupSummary Constructor Description OciCacheBackupCollection(List<OciCacheBackupSummary> items)Deprecated.
-