Uses of Interface
software.amazon.awssdk.services.rds.model.OptionVersion.Builder
-
Packages that use OptionVersion.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of OptionVersion.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return OptionVersion.Builder Modifier and Type Method Description static OptionVersion.BuilderOptionVersion. builder()OptionVersion.BuilderOptionVersion.Builder. isDefault(Boolean isDefault)Indicates whether the version is the default version of the option.OptionVersion.BuilderOptionVersion. toBuilder()OptionVersion.BuilderOptionVersion.Builder. version(String version)The version of the option.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type OptionVersion.Builder Modifier and Type Method Description static Class<? extends OptionVersion.Builder>OptionVersion. serializableBuilderClass()
-