Uses of Class
software.amazon.awssdk.services.rds.model.EngineFamily
-
Packages that use EngineFamily Package Description software.amazon.awssdk.services.rds.model -
-
Uses of EngineFamily in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return EngineFamily Modifier and Type Method Description EngineFamilyCreateDbProxyRequest. engineFamily()The kinds of databases that the proxy can connect to.static EngineFamilyEngineFamily. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EngineFamilyEngineFamily. valueOf(String name)Returns 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 EngineFamily Modifier and Type Method Description static Set<EngineFamily>EngineFamily. knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type EngineFamily Modifier and Type Method Description CreateDbProxyRequest.BuilderCreateDbProxyRequest.Builder. engineFamily(EngineFamily engineFamily)The kinds of databases that the proxy can connect to.
-