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