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 SnapshotLimits
SnapshotLimits. clone()
SnapshotLimits
GetSnapshotLimitsResult. getSnapshotLimits()
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.SnapshotLimits
SnapshotLimits. withManualSnapshotsCurrentCount(Integer manualSnapshotsCurrentCount)
The current number of manual snapshots of the directory.SnapshotLimits
SnapshotLimits. withManualSnapshotsLimit(Integer manualSnapshotsLimit)
The maximum number of manual snapshots allowed.SnapshotLimits
SnapshotLimits. 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 void
GetSnapshotLimitsResult. setSnapshotLimits(SnapshotLimits snapshotLimits)
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.GetSnapshotLimitsResult
GetSnapshotLimitsResult. withSnapshotLimits(SnapshotLimits snapshotLimits)
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
-