Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<DocumentParameter> |
DocumentDescription.getParameters()
A description of the parameters for a document.
|
Modifier and Type | Method and Description |
---|---|
DocumentDescription |
DocumentDescription.withParameters(DocumentParameter... parameters)
A description of the parameters for a document.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.