Uses of Enum
software.amazon.awssdk.services.rds.model.EngineFamily
Packages that use EngineFamily
-
Uses of EngineFamily in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return EngineFamilyModifier and TypeMethodDescriptionfinal EngineFamilyCreateDbProxyRequest.engineFamily()The kinds of databases that the proxy can connect to.static EngineFamilyUse this in place of valueOf to convert the raw string returned by the service into the enum value.static EngineFamilyReturns the enum constant of this type with the specified name.static EngineFamily[]EngineFamily.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type EngineFamilyMethods in software.amazon.awssdk.services.rds.model with parameters of type EngineFamilyModifier and TypeMethodDescriptionCreateDbProxyRequest.Builder.engineFamily(EngineFamily engineFamily) The kinds of databases that the proxy can connect to.