Package | Description |
---|---|
com.amazonaws.services.directory.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.