Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
SourceTableFeatureDetails |
SourceTableFeatureDetails.clone() |
SourceTableFeatureDetails |
BackupDescription.getSourceTableFeatureDetails()
Contains the details of the features enabled on the table when the backup was created.
|
SourceTableFeatureDetails |
SourceTableFeatureDetails.withGlobalSecondaryIndexes(Collection<GlobalSecondaryIndexInfo> globalSecondaryIndexes)
Represents the GSI properties for the table when the backup was created.
|
SourceTableFeatureDetails |
SourceTableFeatureDetails.withGlobalSecondaryIndexes(GlobalSecondaryIndexInfo... globalSecondaryIndexes)
Represents the GSI properties for the table when the backup was created.
|
SourceTableFeatureDetails |
SourceTableFeatureDetails.withLocalSecondaryIndexes(Collection<LocalSecondaryIndexInfo> localSecondaryIndexes)
Represents the LSI properties for the table when the backup was created.
|
SourceTableFeatureDetails |
SourceTableFeatureDetails.withLocalSecondaryIndexes(LocalSecondaryIndexInfo... localSecondaryIndexes)
Represents the LSI properties for the table when the backup was created.
|
SourceTableFeatureDetails |
SourceTableFeatureDetails.withSSEDescription(SSEDescription sSEDescription)
The description of the server-side encryption status on the table when the backup was created.
|
SourceTableFeatureDetails |
SourceTableFeatureDetails.withStreamDescription(StreamSpecification streamDescription)
Stream settings on the table when the backup was created.
|
SourceTableFeatureDetails |
SourceTableFeatureDetails.withTimeToLiveDescription(TimeToLiveDescription timeToLiveDescription)
Time to Live settings on the table when the backup was created.
|
Modifier and Type | Method and Description |
---|---|
void |
BackupDescription.setSourceTableFeatureDetails(SourceTableFeatureDetails sourceTableFeatureDetails)
Contains the details of the features enabled on the table when the backup was created.
|
BackupDescription |
BackupDescription.withSourceTableFeatureDetails(SourceTableFeatureDetails sourceTableFeatureDetails)
Contains the details of the features enabled on the table when the backup was created.
|
Copyright © 2023. All rights reserved.