| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotLimits.Builder |
SnapshotLimits.builder() |
SnapshotLimits.Builder |
SnapshotLimits.Builder.manualSnapshotsCurrentCount(Integer manualSnapshotsCurrentCount)
The current number of manual snapshots of the directory.
|
SnapshotLimits.Builder |
SnapshotLimits.Builder.manualSnapshotsLimit(Integer manualSnapshotsLimit)
The maximum number of manual snapshots allowed.
|
SnapshotLimits.Builder |
SnapshotLimits.Builder.manualSnapshotsLimitReached(Boolean manualSnapshotsLimitReached)
Indicates if the manual snapshot limit has been reached.
|
SnapshotLimits.Builder |
SnapshotLimits.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnapshotLimits.Builder> |
SnapshotLimits.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetSnapshotLimitsResponse.Builder |
GetSnapshotLimitsResponse.Builder.snapshotLimits(Consumer<SnapshotLimits.Builder> snapshotLimits)
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
|
Copyright © 2022. All rights reserved.