Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
PointInTimeRecoverySpecification |
PointInTimeRecoverySpecification.clone() |
PointInTimeRecoverySpecification |
UpdateContinuousBackupsRequest.getPointInTimeRecoverySpecification()
Represents the settings used to enable point in time recovery.
|
PointInTimeRecoverySpecification |
PointInTimeRecoverySpecification.withPointInTimeRecoveryEnabled(Boolean pointInTimeRecoveryEnabled)
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateContinuousBackupsRequest.setPointInTimeRecoverySpecification(PointInTimeRecoverySpecification pointInTimeRecoverySpecification)
Represents the settings used to enable point in time recovery.
|
UpdateContinuousBackupsRequest |
UpdateContinuousBackupsRequest.withPointInTimeRecoverySpecification(PointInTimeRecoverySpecification pointInTimeRecoverySpecification)
Represents the settings used to enable point in time recovery.
|
Copyright © 2022. All rights reserved.