Uses of Interface
software.amazon.awssdk.services.rds.model.SupportedEngineLifecycle.Builder
Packages that use SupportedEngineLifecycle.Builder
-
Uses of SupportedEngineLifecycle.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return SupportedEngineLifecycle.BuilderModifier and TypeMethodDescriptionSupportedEngineLifecycle.builder()SupportedEngineLifecycle.Builder.lifecycleSupportEndDate(Instant lifecycleSupportEndDate) The end date for the type of support returned byLifecycleSupportName.SupportedEngineLifecycle.Builder.lifecycleSupportName(String lifecycleSupportName) The type of lifecycle support that the engine version is in.SupportedEngineLifecycle.Builder.lifecycleSupportName(LifecycleSupportName lifecycleSupportName) The type of lifecycle support that the engine version is in.SupportedEngineLifecycle.Builder.lifecycleSupportStartDate(Instant lifecycleSupportStartDate) The start date for the type of support returned byLifecycleSupportName.SupportedEngineLifecycle.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type SupportedEngineLifecycle.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SupportedEngineLifecycle.Builder>SupportedEngineLifecycle.serializableBuilderClass()