Uses of Enum
software.amazon.awssdk.services.databasemigration.model.PluginNameValue
Packages that use PluginNameValue
-
Uses of PluginNameValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return PluginNameValueModifier and TypeMethodDescriptionstatic PluginNameValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PluginNameValuePostgreSQLSettings.pluginName()Specifies the plugin to use to create a replication slot.static PluginNameValueReturns the enum constant of this type with the specified name.static PluginNameValue[]PluginNameValue.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type PluginNameValueMethods in software.amazon.awssdk.services.databasemigration.model with parameters of type PluginNameValueModifier and TypeMethodDescriptionPostgreSQLSettings.Builder.pluginName(PluginNameValue pluginName) Specifies the plugin to use to create a replication slot.