Uses of Interface
software.amazon.awssdk.services.config.model.StaticValue.Builder
-
Packages that use StaticValue.Builder Package Description software.amazon.awssdk.services.config.model -
-
Uses of StaticValue.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return StaticValue.Builder Modifier and Type Method Description static StaticValue.BuilderStaticValue. builder()StaticValue.BuilderStaticValue. toBuilder()StaticValue.BuilderStaticValue.Builder. values(String... values)A list of values.StaticValue.BuilderStaticValue.Builder. values(Collection<String> values)A list of values.Methods in software.amazon.awssdk.services.config.model that return types with arguments of type StaticValue.Builder Modifier and Type Method Description static Class<? extends StaticValue.Builder>StaticValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.config.model with type arguments of type StaticValue.Builder Modifier and Type Method Description default RemediationParameterValue.BuilderRemediationParameterValue.Builder. staticValue(Consumer<StaticValue.Builder> staticValue)The value is static and does not change at run-time.
-