| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
SnapshotFilter |
SnapshotFilter.clone() |
SnapshotFilter |
SnapshotFilter.withName(SnapshotFilterName name)
The name of the filter to use.
|
SnapshotFilter |
SnapshotFilter.withName(String name)
The name of the filter to use.
|
SnapshotFilter |
SnapshotFilter.withValues(Collection<String> values)
The
file-system-id or volume-id that you are filtering for. |
SnapshotFilter |
SnapshotFilter.withValues(String... values)
The
file-system-id or volume-id that you are filtering for. |
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotFilter> |
DescribeSnapshotsRequest.getFilters()
The filters structure.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withFilters(SnapshotFilter... filters)
The filters structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSnapshotsRequest.setFilters(Collection<SnapshotFilter> filters)
The filters structure.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withFilters(Collection<SnapshotFilter> filters)
The filters structure.
|
Copyright © 2022. All rights reserved.