Uses of Class
com.amazonaws.services.directory.model.SnapshotLimits
-
Packages that use SnapshotLimits Package Description com.amazonaws.services.directory.model -
-
Uses of SnapshotLimits in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return SnapshotLimits Modifier and Type Method Description SnapshotLimitsSnapshotLimits. clone()SnapshotLimitsGetSnapshotLimitsResult. getSnapshotLimits()A SnapshotLimits object that contains the manual snapshot limits for the specified directory.SnapshotLimitsSnapshotLimits. withManualSnapshotsCurrentCount(Integer manualSnapshotsCurrentCount)The current number of manual snapshots of the directory.SnapshotLimitsSnapshotLimits. withManualSnapshotsLimit(Integer manualSnapshotsLimit)The maximum number of manual snapshots allowed.SnapshotLimitsSnapshotLimits. withManualSnapshotsLimitReached(Boolean manualSnapshotsLimitReached)Indicates if the manual snapshot limit has been reached.Methods in com.amazonaws.services.directory.model with parameters of type SnapshotLimits Modifier and Type Method Description voidGetSnapshotLimitsResult. setSnapshotLimits(SnapshotLimits snapshotLimits)A SnapshotLimits object that contains the manual snapshot limits for the specified directory.GetSnapshotLimitsResultGetSnapshotLimitsResult. withSnapshotLimits(SnapshotLimits snapshotLimits)A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
-