Uses of Enum Class
software.amazon.awscdk.services.ssm.ParameterType
Packages that use ParameterType
-
Uses of ParameterType in software.amazon.awscdk.services.ssm
Methods in software.amazon.awscdk.services.ssm that return ParameterTypeModifier and TypeMethodDescriptiondefault ParameterTypeStringParameterAttributes.getType()Deprecated.use valueType insteadfinal ParameterTypeStringParameterAttributes.Jsii$Proxy.getType()default ParameterTypeStringParameterProps.getType()Deprecated.type will always be 'String'final ParameterTypeStringParameterProps.Jsii$Proxy.getType()static ParameterTypeDeprecated.Returns the enum constant of this class with the specified name.static ParameterType[]ParameterType.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.ssm with parameters of type ParameterTypeModifier and TypeMethodDescriptionStringParameter.Builder.type(ParameterType type) Deprecated.type will always be 'String'StringParameterAttributes.Builder.type(ParameterType type) Deprecated.- use valueType insteadStringParameterProps.Builder.type(ParameterType type) Deprecated.- type will always be 'String'static StringStringParameter.valueForTypedStringParameter(software.constructs.Construct scope, String parameterName, ParameterType type) Deprecated.use valueForTypedStringParameterV2 insteadstatic StringStringParameter.valueForTypedStringParameter(software.constructs.Construct scope, String parameterName, ParameterType type, Number version) Deprecated.use valueForTypedStringParameterV2 instead