| Package | Description |
|---|---|
| com.amazonaws.services.fis.model |
| Modifier and Type | Method and Description |
|---|---|
ExperimentTargetFilter |
ExperimentTargetFilter.clone() |
ExperimentTargetFilter |
ExperimentTargetFilter.withPath(String path)
The attribute path for the filter.
|
ExperimentTargetFilter |
ExperimentTargetFilter.withValues(Collection<String> values)
The attribute values for the filter.
|
ExperimentTargetFilter |
ExperimentTargetFilter.withValues(String... values)
The attribute values for the filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExperimentTargetFilter> |
ExperimentTarget.getFilters()
The filters to apply to identify target resources using specific attributes.
|
| Modifier and Type | Method and Description |
|---|---|
ExperimentTarget |
ExperimentTarget.withFilters(ExperimentTargetFilter... filters)
The filters to apply to identify target resources using specific attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExperimentTarget.setFilters(Collection<ExperimentTargetFilter> filters)
The filters to apply to identify target resources using specific attributes.
|
ExperimentTarget |
ExperimentTarget.withFilters(Collection<ExperimentTargetFilter> filters)
The filters to apply to identify target resources using specific attributes.
|
Copyright © 2021. All rights reserved.