Uses of Interface
software.amazon.awscdk.services.dynamodb.ReplicaTableProps
Packages that use ReplicaTableProps
-
Uses of ReplicaTableProps in software.amazon.awscdk.services.dynamodb
Classes in software.amazon.awscdk.services.dynamodb that implement ReplicaTablePropsMethods in software.amazon.awscdk.services.dynamodb that return ReplicaTablePropsModifier and TypeMethodDescriptionReplicaTableProps.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.dynamodb that return types with arguments of type ReplicaTablePropsModifier and TypeMethodDescriptiondefault List<ReplicaTableProps>
TablePropsV2.getReplicas()
Replica tables to deploy with the primary table.final List<ReplicaTableProps>
TablePropsV2.Jsii$Proxy.getReplicas()
Methods in software.amazon.awscdk.services.dynamodb with parameters of type ReplicaTablePropsModifier and TypeMethodDescriptionvoid
TableV2.addReplica
(ReplicaTableProps props) Add a replica table.Method parameters in software.amazon.awscdk.services.dynamodb with type arguments of type ReplicaTablePropsModifier and TypeMethodDescriptionTablePropsV2.Builder.replicas
(List<? extends ReplicaTableProps> replicas) Sets the value ofTablePropsV2.getReplicas()
TableV2.Builder.replicas
(List<? extends ReplicaTableProps> replicas) Replica tables to deploy with the primary table.