Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ReplicaDescription |
ReplicaDescription.clone() |
ReplicaDescription |
ReplicaDescription.withGlobalSecondaryIndexes(Collection<ReplicaGlobalSecondaryIndexDescription> globalSecondaryIndexes)
Replica-specific global secondary index settings.
|
ReplicaDescription |
ReplicaDescription.withGlobalSecondaryIndexes(ReplicaGlobalSecondaryIndexDescription... globalSecondaryIndexes)
Replica-specific global secondary index settings.
|
ReplicaDescription |
ReplicaDescription.withKMSMasterKeyId(String kMSMasterKeyId)
The KMS key of the replica that will be used for KMS encryption.
|
ReplicaDescription |
ReplicaDescription.withProvisionedThroughputOverride(ProvisionedThroughputOverride provisionedThroughputOverride)
Replica-specific provisioned throughput.
|
ReplicaDescription |
ReplicaDescription.withRegionName(String regionName)
The name of the Region.
|
ReplicaDescription |
ReplicaDescription.withReplicaInaccessibleDateTime(Date replicaInaccessibleDateTime)
The time at which the replica was first detected as inaccessible.
|
ReplicaDescription |
ReplicaDescription.withReplicaStatus(ReplicaStatus replicaStatus)
The current state of the replica:
|
ReplicaDescription |
ReplicaDescription.withReplicaStatus(String replicaStatus)
The current state of the replica:
|
ReplicaDescription |
ReplicaDescription.withReplicaStatusDescription(String replicaStatusDescription)
Detailed information about the replica status.
|
ReplicaDescription |
ReplicaDescription.withReplicaStatusPercentProgress(String replicaStatusPercentProgress)
Specifies the progress of a Create, Update, or Delete action on the replica as a percentage.
|
ReplicaDescription |
ReplicaDescription.withReplicaTableClassSummary(TableClassSummary replicaTableClassSummary) |
Modifier and Type | Method and Description |
---|---|
List<ReplicaDescription> |
TableDescription.getReplicas()
Represents replicas of the table.
|
List<ReplicaDescription> |
GlobalTableDescription.getReplicationGroup()
The Regions where the global table has replicas.
|
Modifier and Type | Method and Description |
---|---|
TableDescription |
TableDescription.withReplicas(ReplicaDescription... replicas)
Represents replicas of the table.
|
GlobalTableDescription |
GlobalTableDescription.withReplicationGroup(ReplicaDescription... replicationGroup)
The Regions where the global table has replicas.
|
Modifier and Type | Method and Description |
---|---|
void |
TableDescription.setReplicas(Collection<ReplicaDescription> replicas)
Represents replicas of the table.
|
void |
GlobalTableDescription.setReplicationGroup(Collection<ReplicaDescription> replicationGroup)
The Regions where the global table has replicas.
|
TableDescription |
TableDescription.withReplicas(Collection<ReplicaDescription> replicas)
Represents replicas of the table.
|
GlobalTableDescription |
GlobalTableDescription.withReplicationGroup(Collection<ReplicaDescription> replicationGroup)
The Regions where the global table has replicas.
|
Copyright © 2021. All rights reserved.