Uses of Class
software.amazon.awssdk.services.databasemigration.model.PluginNameValue
-
Packages that use PluginNameValue Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of PluginNameValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return PluginNameValue Modifier and Type Method Description static PluginNameValuePluginNameValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PluginNameValuePostgreSQLSettings. pluginName()Specifies the plugin to use to create a replication slot.static PluginNameValuePluginNameValue. valueOf(String name)Returns 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 PluginNameValue Modifier and Type Method Description static Set<PluginNameValue>PluginNameValue. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type PluginNameValue Modifier and Type Method Description PostgreSQLSettings.BuilderPostgreSQLSettings.Builder. pluginName(PluginNameValue pluginName)Specifies the plugin to use to create a replication slot.
-