Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.DocumentParameter
Packages that use DocumentParameter
-
Uses of DocumentParameter in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return DocumentParameterModifier and TypeMethodDescriptionDocumentParameter.clone()DocumentParameter.withDefaultValue(String defaultValue) If specified, the default values for the parameters.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.The name of the parameter.DocumentParameter.withType(DocumentParameterType type) The type of parameter.The type of parameter.Methods in com.amazonaws.services.simplesystemsmanagement.model that return types with arguments of type DocumentParameterModifier and TypeMethodDescriptionDocumentDescription.getParameters()A description of the parameters for a document.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type DocumentParameterModifier and TypeMethodDescriptionDocumentDescription.withParameters(DocumentParameter... parameters) A description of the parameters for a document.Method parameters in com.amazonaws.services.simplesystemsmanagement.model with type arguments of type DocumentParameterModifier and TypeMethodDescriptionvoidDocumentDescription.setParameters(Collection<DocumentParameter> parameters) A description of the parameters for a document.DocumentDescription.withParameters(Collection<DocumentParameter> parameters) A description of the parameters for a document.