| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDB
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2018. All rights reserved.