| Package | Description |
|---|---|
| com.amazonaws.services.launchwizard.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentFilter |
DeploymentFilter.clone() |
DeploymentFilter |
DeploymentFilter.withName(DeploymentFilterKey name)
The name of the filter.
|
DeploymentFilter |
DeploymentFilter.withName(String name)
The name of the filter.
|
DeploymentFilter |
DeploymentFilter.withValues(Collection<String> values)
The filter values.
|
DeploymentFilter |
DeploymentFilter.withValues(String... values)
The filter values.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentFilter> |
ListDeploymentsRequest.getFilters()
Filters to scope the results.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsRequest |
ListDeploymentsRequest.withFilters(DeploymentFilter... filters)
Filters to scope the results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeploymentsRequest.setFilters(Collection<DeploymentFilter> filters)
Filters to scope the results.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withFilters(Collection<DeploymentFilter> filters)
Filters to scope the results.
|
Copyright © 2025. All rights reserved.