Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.DocumentParameter
-
Packages that use DocumentParameter Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of DocumentParameter in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return DocumentParameter Modifier and Type Method Description DocumentParameter
DocumentParameter. clone()
DocumentParameter
DocumentParameter. withDefaultValue(String defaultValue)
If specified, the default values for the parameters.DocumentParameter
DocumentParameter. withDescription(String description)
A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.DocumentParameter
DocumentParameter. withName(String name)
The name of the parameter.DocumentParameter
DocumentParameter. withType(DocumentParameterType type)
The type of parameter.DocumentParameter
DocumentParameter. withType(String type)
The type of parameter.Methods in com.amazonaws.services.simplesystemsmanagement.model that return types with arguments of type DocumentParameter Modifier and Type Method Description List<DocumentParameter>
DocumentDescription. getParameters()
A description of the parameters for a document.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type DocumentParameter Modifier and Type Method Description DocumentDescription
DocumentDescription. withParameters(DocumentParameter... parameters)
A description of the parameters for a document.Method parameters in com.amazonaws.services.simplesystemsmanagement.model with type arguments of type DocumentParameter Modifier and Type Method Description void
DocumentDescription. setParameters(Collection<DocumentParameter> parameters)
A description of the parameters for a document.DocumentDescription
DocumentDescription. withParameters(Collection<DocumentParameter> parameters)
A description of the parameters for a document.
-