Uses of Interface
software.amazon.awssdk.services.dynamodb.model.Replica.Builder
-
Packages that use Replica.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of Replica.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return Replica.Builder Modifier and Type Method Description static Replica.BuilderReplica. builder()Replica.BuilderReplica.Builder. regionName(String regionName)The Region where the replica needs to be created.Replica.BuilderReplica. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type Replica.Builder Modifier and Type Method Description static Class<? extends Replica.Builder>Replica. serializableBuilderClass()
-