Uses of Enum
com.amazonaws.services.simplesystemsmanagement.model.DocumentParameterType
Packages that use DocumentParameterType
-
Uses of DocumentParameterType in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return DocumentParameterTypeModifier and TypeMethodDescriptionstatic DocumentParameterType
Use this in place of valueOf.static DocumentParameterType
Returns the enum constant of this type with the specified name.static DocumentParameterType[]
DocumentParameterType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type DocumentParameterTypeModifier and TypeMethodDescriptionvoid
DocumentParameter.setType
(DocumentParameterType type) The type of parameter.DocumentParameter.withType
(DocumentParameterType type) The type of parameter.