Uses of Class
software.amazon.awssdk.services.rds.model.SupportedEngineLifecycle
-
Packages that use SupportedEngineLifecycle Package Description software.amazon.awssdk.services.rds.model -
-
Uses of SupportedEngineLifecycle in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type SupportedEngineLifecycle Modifier and Type Method Description List<SupportedEngineLifecycle>DBMajorEngineVersion. supportedEngineLifecycles()A list of the lifecycles supported by this engine for theDescribeDBMajorEngineVersionsoperation.Methods in software.amazon.awssdk.services.rds.model with parameters of type SupportedEngineLifecycle Modifier and Type Method Description DBMajorEngineVersion.BuilderDBMajorEngineVersion.Builder. supportedEngineLifecycles(SupportedEngineLifecycle... supportedEngineLifecycles)A list of the lifecycles supported by this engine for theDescribeDBMajorEngineVersionsoperation.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type SupportedEngineLifecycle Modifier and Type Method Description DBMajorEngineVersion.BuilderDBMajorEngineVersion.Builder. supportedEngineLifecycles(Collection<SupportedEngineLifecycle> supportedEngineLifecycles)A list of the lifecycles supported by this engine for theDescribeDBMajorEngineVersionsoperation.
-