| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
DataRepositoryTaskFilter |
DataRepositoryTaskFilter.clone() |
DataRepositoryTaskFilter |
DataRepositoryTaskFilter.withName(DataRepositoryTaskFilterName name)
Name of the task property to use in filtering the tasks returned in the response.
|
DataRepositoryTaskFilter |
DataRepositoryTaskFilter.withName(String name)
Name of the task property to use in filtering the tasks returned in the response.
|
DataRepositoryTaskFilter |
DataRepositoryTaskFilter.withValues(Collection<String> values)
Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.
|
DataRepositoryTaskFilter |
DataRepositoryTaskFilter.withValues(String... values)
Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataRepositoryTaskFilter> |
DescribeDataRepositoryTasksRequest.getFilters()
(Optional) You can use filters to narrow the
DescribeDataRepositoryTasks response to include just
tasks for specific file systems, or tasks in a specific lifecycle state. |
| Modifier and Type | Method and Description |
|---|---|
DescribeDataRepositoryTasksRequest |
DescribeDataRepositoryTasksRequest.withFilters(DataRepositoryTaskFilter... filters)
(Optional) You can use filters to narrow the
DescribeDataRepositoryTasks response to include just
tasks for specific file systems, or tasks in a specific lifecycle state. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDataRepositoryTasksRequest.setFilters(Collection<DataRepositoryTaskFilter> filters)
(Optional) You can use filters to narrow the
DescribeDataRepositoryTasks response to include just
tasks for specific file systems, or tasks in a specific lifecycle state. |
DescribeDataRepositoryTasksRequest |
DescribeDataRepositoryTasksRequest.withFilters(Collection<DataRepositoryTaskFilter> filters)
(Optional) You can use filters to narrow the
DescribeDataRepositoryTasks response to include just
tasks for specific file systems, or tasks in a specific lifecycle state. |
Copyright © 2025. All rights reserved.