Uses of Enum
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 ParameterType
StringParameterAttributes.getType()
Deprecated.use valueType insteadfinal ParameterType
StringParameterAttributes.Jsii$Proxy.getType()
default ParameterType
StringParameterProps.getType()
Deprecated.type will always be 'String'final ParameterType
StringParameterProps.Jsii$Proxy.getType()
static ParameterType
Deprecated.Returns the enum constant of this type with the specified name.static ParameterType[]
ParameterType.values()
Deprecated.Returns an array containing the constants of this enum type, 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 String
StringParameter.valueForTypedStringParameter
(software.constructs.Construct scope, String parameterName, ParameterType type) Deprecated.use valueForTypedStringParameterV2 insteadstatic String
StringParameter.valueForTypedStringParameter
(software.constructs.Construct scope, String parameterName, ParameterType type, Number version) Deprecated.use valueForTypedStringParameterV2 instead