Uses of Interface
software.amazon.awssdk.services.dynamodb.model.UpdateGlobalTableRequest.Builder
Packages that use UpdateGlobalTableRequest.Builder
Package
Description
-
Uses of UpdateGlobalTableRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type UpdateGlobalTableRequest.BuilderModifier and TypeMethodDescriptionDynamoDbAsyncClient.updateGlobalTable(Consumer<UpdateGlobalTableRequest.Builder> updateGlobalTableRequest) Adds or removes replicas in the specified global table.default UpdateGlobalTableResponseDynamoDbClient.updateGlobalTable(Consumer<UpdateGlobalTableRequest.Builder> updateGlobalTableRequest) Adds or removes replicas in the specified global table. -
Uses of UpdateGlobalTableRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return UpdateGlobalTableRequest.BuilderModifier and TypeMethodDescriptionUpdateGlobalTableRequest.builder()UpdateGlobalTableRequest.Builder.globalTableName(String globalTableName) The global table name.UpdateGlobalTableRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateGlobalTableRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateGlobalTableRequest.Builder.replicaUpdates(Collection<ReplicaUpdate> replicaUpdates) A list of Regions that should be added or removed from the global table.UpdateGlobalTableRequest.Builder.replicaUpdates(Consumer<ReplicaUpdate.Builder>... replicaUpdates) A list of Regions that should be added or removed from the global table.UpdateGlobalTableRequest.Builder.replicaUpdates(ReplicaUpdate... replicaUpdates) A list of Regions that should be added or removed from the global table.UpdateGlobalTableRequest.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type UpdateGlobalTableRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateGlobalTableRequest.Builder>UpdateGlobalTableRequest.serializableBuilderClass()