Uses of Class
software.amazon.awssdk.services.config.model.StaticValue
-
Packages that use StaticValue Package Description software.amazon.awssdk.services.config.model -
-
Uses of StaticValue in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return StaticValue Modifier and Type Method Description StaticValueRemediationParameterValue. staticValue()The value is static and does not change at run-time.Methods in software.amazon.awssdk.services.config.model with parameters of type StaticValue Modifier and Type Method Description RemediationParameterValue.BuilderRemediationParameterValue.Builder. staticValue(StaticValue staticValue)The value is static and does not change at run-time.
-