Uses of Enum
software.amazon.awssdk.services.rds.model.LifecycleSupportName
Packages that use LifecycleSupportName
-
Uses of LifecycleSupportName in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return LifecycleSupportNameModifier and TypeMethodDescriptionstatic LifecycleSupportNameUse this in place of valueOf to convert the raw string returned by the service into the enum value.final LifecycleSupportNameSupportedEngineLifecycle.lifecycleSupportName()The type of lifecycle support that the engine version is in.static LifecycleSupportNameReturns the enum constant of this type with the specified name.static LifecycleSupportName[]LifecycleSupportName.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 LifecycleSupportNameModifier and TypeMethodDescriptionstatic Set<LifecycleSupportName>LifecycleSupportName.knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type LifecycleSupportNameModifier and TypeMethodDescriptionSupportedEngineLifecycle.Builder.lifecycleSupportName(LifecycleSupportName lifecycleSupportName) The type of lifecycle support that the engine version is in.