| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ParameterConstraints |
ParameterConstraints.clone() |
ParameterConstraints |
ProvisioningArtifactParameter.getParameterConstraints()
The list of constraints that the administrator has put on the parameter.
|
ParameterConstraints |
ParameterConstraints.withAllowedValues(Collection<String> allowedValues)
The values that the administrator has allowed for the parameter.
|
ParameterConstraints |
ParameterConstraints.withAllowedValues(String... allowedValues)
The values that the administrator has allowed for the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProvisioningArtifactParameter.setParameterConstraints(ParameterConstraints parameterConstraints)
The list of constraints that the administrator has put on the parameter.
|
ProvisioningArtifactParameter |
ProvisioningArtifactParameter.withParameterConstraints(ParameterConstraints parameterConstraints)
The list of constraints that the administrator has put on the parameter.
|
Copyright © 2016. All rights reserved.