| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.clone() |
Filter |
Filter.withName(FilterName name)
The name for this filter.
|
Filter |
Filter.withName(String name)
The name for this filter.
|
Filter |
Filter.withValues(Collection<String> values)
The values of the filter.
|
Filter |
Filter.withValues(String... values)
The values of the filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
DescribeBackupsRequest.getFilters()
(Optional) Filters structure.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBackupsRequest |
DescribeBackupsRequest.withFilters(Filter... filters)
(Optional) Filters structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBackupsRequest.setFilters(Collection<Filter> filters)
(Optional) Filters structure.
|
DescribeBackupsRequest |
DescribeBackupsRequest.withFilters(Collection<Filter> filters)
(Optional) Filters structure.
|
Copyright © 2019. All rights reserved.