Uses of Interface
software.amazon.awssdk.services.rds.model.ProcessorFeature.Builder
-
Packages that use ProcessorFeature.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of ProcessorFeature.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ProcessorFeature.Builder Modifier and Type Method Description static ProcessorFeature.BuilderProcessorFeature. builder()ProcessorFeature.BuilderProcessorFeature.Builder. name(String name)The name of the processor feature.ProcessorFeature.BuilderProcessorFeature. toBuilder()ProcessorFeature.BuilderProcessorFeature.Builder. value(String value)The value of a processor feature.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ProcessorFeature.Builder Modifier and Type Method Description static Class<? extends ProcessorFeature.Builder>ProcessorFeature. serializableBuilderClass()
-