| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
ControlInputParameter |
ControlInputParameter.clone() |
ControlInputParameter |
ControlInputParameter.withParameterName(String parameterName)
The name of a parameter, for example,
BackupPlanFrequency. |
ControlInputParameter |
ControlInputParameter.withParameterValue(String parameterValue)
The value of parameter, for example,
hourly. |
| Modifier and Type | Method and Description |
|---|---|
List<ControlInputParameter> |
FrameworkControl.getControlInputParameters()
A list of
ParameterName and ParameterValue pairs. |
| Modifier and Type | Method and Description |
|---|---|
FrameworkControl |
FrameworkControl.withControlInputParameters(ControlInputParameter... controlInputParameters)
A list of
ParameterName and ParameterValue pairs. |
| Modifier and Type | Method and Description |
|---|---|
void |
FrameworkControl.setControlInputParameters(Collection<ControlInputParameter> controlInputParameters)
A list of
ParameterName and ParameterValue pairs. |
FrameworkControl |
FrameworkControl.withControlInputParameters(Collection<ControlInputParameter> controlInputParameters)
A list of
ParameterName and ParameterValue pairs. |
Copyright © 2022. All rights reserved.