Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.DocumentParameterType
-
Packages that use DocumentParameterType Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of DocumentParameterType in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return DocumentParameterType Modifier and Type Method Description static DocumentParameterType
DocumentParameterType. fromValue(String value)
Use this in place of valueOf.static DocumentParameterType
DocumentParameterType. valueOf(String name)
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 DocumentParameterType Modifier and Type Method Description void
DocumentParameter. setType(DocumentParameterType type)
The type of parameter.DocumentParameter
DocumentParameter. withType(DocumentParameterType type)
The type of parameter.
-