Uses of Interface
software.amazon.awssdk.services.directory.model.SnapshotLimits.Builder
-
Packages that use SnapshotLimits.Builder Package Description software.amazon.awssdk.services.directory.model -
-
Uses of SnapshotLimits.Builder in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return SnapshotLimits.Builder Modifier and Type Method Description static SnapshotLimits.BuilderSnapshotLimits. builder()SnapshotLimits.BuilderSnapshotLimits.Builder. manualSnapshotsCurrentCount(Integer manualSnapshotsCurrentCount)The current number of manual snapshots of the directory.SnapshotLimits.BuilderSnapshotLimits.Builder. manualSnapshotsLimit(Integer manualSnapshotsLimit)The maximum number of manual snapshots allowed.SnapshotLimits.BuilderSnapshotLimits.Builder. manualSnapshotsLimitReached(Boolean manualSnapshotsLimitReached)Indicates if the manual snapshot limit has been reached.SnapshotLimits.BuilderSnapshotLimits. toBuilder()Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type SnapshotLimits.Builder Modifier and Type Method Description static Class<? extends SnapshotLimits.Builder>SnapshotLimits. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.directory.model with type arguments of type SnapshotLimits.Builder Modifier and Type Method Description default GetSnapshotLimitsResponse.BuilderGetSnapshotLimitsResponse.Builder. snapshotLimits(Consumer<SnapshotLimits.Builder> snapshotLimits)A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
-