Uses of Class
software.amazon.awssdk.services.rds.model.SupportedEngineLifecycle
Packages that use SupportedEngineLifecycle
-
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 SupportedEngineLifecycleModifier and TypeMethodDescriptionfinal 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 SupportedEngineLifecycleModifier and TypeMethodDescriptionDBMajorEngineVersion.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 SupportedEngineLifecycleModifier and TypeMethodDescriptionDBMajorEngineVersion.Builder.supportedEngineLifecycles(Collection<SupportedEngineLifecycle> supportedEngineLifecycles) A list of the lifecycles supported by this engine for theDescribeDBMajorEngineVersionsoperation.