| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
ParameterSpace |
ParameterSpace.clone() |
ParameterSpace |
StepSearchSummary.getParameterSpace()
The parameters and combination expressions for the search.
|
ParameterSpace |
GetStepResult.getParameterSpace()
A list of step parameters and the combination expression for the step.
|
ParameterSpace |
ParameterSpace.withCombination(String combination)
The combination expression to use in the search.
|
ParameterSpace |
ParameterSpace.withParameters(Collection<StepParameter> parameters)
The parameters to search for.
|
ParameterSpace |
ParameterSpace.withParameters(StepParameter... parameters)
The parameters to search for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StepSearchSummary.setParameterSpace(ParameterSpace parameterSpace)
The parameters and combination expressions for the search.
|
void |
GetStepResult.setParameterSpace(ParameterSpace parameterSpace)
A list of step parameters and the combination expression for the step.
|
StepSearchSummary |
StepSearchSummary.withParameterSpace(ParameterSpace parameterSpace)
The parameters and combination expressions for the search.
|
GetStepResult |
GetStepResult.withParameterSpace(ParameterSpace parameterSpace)
A list of step parameters and the combination expression for the step.
|
Copyright © 2024. All rights reserved.