Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ContinuousBackupsDescription |
ContinuousBackupsDescription.clone() |
ContinuousBackupsDescription |
DescribeContinuousBackupsResult.getContinuousBackupsDescription()
Represents the continuous backups and point in time recovery settings on the table.
|
ContinuousBackupsDescription |
UpdateContinuousBackupsResult.getContinuousBackupsDescription()
Represents the continuous backups and point in time recovery settings on the table.
|
ContinuousBackupsDescription |
ContinuousBackupsDescription.withContinuousBackupsStatus(ContinuousBackupsStatus continuousBackupsStatus)
ContinuousBackupsStatus can be one of the following states: ENABLED, DISABLED |
ContinuousBackupsDescription |
ContinuousBackupsDescription.withContinuousBackupsStatus(String continuousBackupsStatus)
ContinuousBackupsStatus can be one of the following states: ENABLED, DISABLED |
ContinuousBackupsDescription |
ContinuousBackupsDescription.withPointInTimeRecoveryDescription(PointInTimeRecoveryDescription pointInTimeRecoveryDescription)
The description of the point in time recovery settings applied to the table.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeContinuousBackupsResult.setContinuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on the table.
|
void |
UpdateContinuousBackupsResult.setContinuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on the table.
|
DescribeContinuousBackupsResult |
DescribeContinuousBackupsResult.withContinuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on the table.
|
UpdateContinuousBackupsResult |
UpdateContinuousBackupsResult.withContinuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on the table.
|
Copyright © 2019. All rights reserved.