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 DocumentParameterDocumentParameter. clone()DocumentParameterDocumentParameter. withDefaultValue(String defaultValue)If specified, the default values for the parameters.DocumentParameterDocumentParameter. 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.DocumentParameterDocumentParameter. withName(String name)The name of the parameter.DocumentParameterDocumentParameter. withType(DocumentParameterType type)The type of parameter.DocumentParameterDocumentParameter. 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 DocumentDescriptionDocumentDescription. 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 voidDocumentDescription. setParameters(Collection<DocumentParameter> parameters)A description of the parameters for a document.DocumentDescriptionDocumentDescription. withParameters(Collection<DocumentParameter> parameters)A description of the parameters for a document.
-