| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackInstanceFilter |
StackInstanceFilter.clone() |
StackInstanceFilter |
StackInstanceFilter.withName(StackInstanceFilterName name)
The type of filter to apply.
|
StackInstanceFilter |
StackInstanceFilter.withName(String name)
The type of filter to apply.
|
StackInstanceFilter |
StackInstanceFilter.withValues(String values)
The status to filter by.
|
| Modifier and Type | Method and Description |
|---|---|
List<StackInstanceFilter> |
ListStackInstancesRequest.getFilters()
The filter to apply to stack instances
|
| Modifier and Type | Method and Description |
|---|---|
ListStackInstancesRequest |
ListStackInstancesRequest.withFilters(StackInstanceFilter... filters)
The filter to apply to stack instances
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStackInstancesRequest.setFilters(Collection<StackInstanceFilter> filters)
The filter to apply to stack instances
|
ListStackInstancesRequest |
ListStackInstancesRequest.withFilters(Collection<StackInstanceFilter> filters)
The filter to apply to stack instances
|
Copyright © 2022. All rights reserved.