| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
Parameter.clone() |
Parameter |
Parameter.withName(String name)
The name of the variable that is being replaced.
|
Parameter |
Parameter.withValue(String value)
The value assigned to the variable that is being replaced.
|
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
LocalizedText.getParameters()
Values for the dynamic elements of the string specified by the textual
identifier.
|
| Modifier and Type | Method and Description |
|---|---|
LocalizedText |
LocalizedText.withParameters(Parameter... parameters)
Values for the dynamic elements of the string specified by the textual
identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalizedText.setParameters(Collection<Parameter> parameters)
Values for the dynamic elements of the string specified by the textual
identifier.
|
LocalizedText |
LocalizedText.withParameters(Collection<Parameter> parameters)
Values for the dynamic elements of the string specified by the textual
identifier.
|
Copyright © 2016. All rights reserved.