Package | Description |
---|---|
com.amazonaws.services.directory.model | |
com.amazonaws.services.directory.model.transform |
Modifier and Type | Field and Description |
---|---|
private SnapshotLimits |
GetSnapshotLimitsResult.snapshotLimits
A SnapshotLimits object that contains the manual snapshot limits
for the specified directory.
|
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(java.lang.Integer manualSnapshotsCurrentCount)
The current number of manual snapshots of the directory.
|
SnapshotLimits |
SnapshotLimits.withManualSnapshotsLimit(java.lang.Integer manualSnapshotsLimit)
The maximum number of manual snapshots allowed.
|
SnapshotLimits |
SnapshotLimits.withManualSnapshotsLimitReached(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
SnapshotLimits |
SnapshotLimitsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SnapshotLimitsJsonMarshaller.marshall(SnapshotLimits snapshotLimits,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|