Uses of Interface
software.amazon.awssdk.services.dynamodb.model.UpdateGlobalTableSettingsResponse.Builder
Packages that use UpdateGlobalTableSettingsResponse.Builder
-
Uses of UpdateGlobalTableSettingsResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return UpdateGlobalTableSettingsResponse.BuilderModifier and TypeMethodDescriptionUpdateGlobalTableSettingsResponse.builder()UpdateGlobalTableSettingsResponse.Builder.globalTableName(String globalTableName) The name of the global table.UpdateGlobalTableSettingsResponse.Builder.replicaSettings(Collection<ReplicaSettingsDescription> replicaSettings) The Region-specific settings for the global table.UpdateGlobalTableSettingsResponse.Builder.replicaSettings(Consumer<ReplicaSettingsDescription.Builder>... replicaSettings) The Region-specific settings for the global table.UpdateGlobalTableSettingsResponse.Builder.replicaSettings(ReplicaSettingsDescription... replicaSettings) The Region-specific settings for the global table.UpdateGlobalTableSettingsResponse.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type UpdateGlobalTableSettingsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateGlobalTableSettingsResponse.Builder>UpdateGlobalTableSettingsResponse.serializableBuilderClass()