| Package | Description |
|---|---|
| com.amazonaws.services.serverlessapplicationrepository.model |
| Modifier and Type | Method and Description |
|---|---|
ParameterValue |
ParameterValue.clone() |
ParameterValue |
ParameterValue.withName(String name)
The key associated with the parameter.
|
ParameterValue |
ParameterValue.withValue(String value)
The input value associated with the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterValue> |
CreateCloudFormationChangeSetRequest.getParameterOverrides()
A list of parameter values for the parameters of the application.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withParameterOverrides(ParameterValue... parameterOverrides)
A list of parameter values for the parameters of the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCloudFormationChangeSetRequest.setParameterOverrides(Collection<ParameterValue> parameterOverrides)
A list of parameter values for the parameters of the application.
|
CreateCloudFormationChangeSetRequest |
CreateCloudFormationChangeSetRequest.withParameterOverrides(Collection<ParameterValue> parameterOverrides)
A list of parameter values for the parameters of the application.
|
Copyright © 2018. All rights reserved.