| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
TaskFilter |
TaskFilter.clone() |
TaskFilter |
TaskFilter.withName(String name)
The name of the filter being used.
|
TaskFilter |
TaskFilter.withName(TaskFilterName name)
The name of the filter being used.
|
TaskFilter |
TaskFilter.withOperator(Operator operator)
The operator that is used to compare filter values (for example,
Equals or Contains). |
TaskFilter |
TaskFilter.withOperator(String operator)
The operator that is used to compare filter values (for example,
Equals or Contains). |
TaskFilter |
TaskFilter.withValues(Collection<String> values)
The values that you want to filter for.
|
TaskFilter |
TaskFilter.withValues(String... values)
The values that you want to filter for.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskFilter> |
ListTasksRequest.getFilters()
You can use API filters to narrow down the list of resources returned by
ListTasks. |
| Modifier and Type | Method and Description |
|---|---|
ListTasksRequest |
ListTasksRequest.withFilters(TaskFilter... filters)
You can use API filters to narrow down the list of resources returned by
ListTasks. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTasksRequest.setFilters(Collection<TaskFilter> filters)
You can use API filters to narrow down the list of resources returned by
ListTasks. |
ListTasksRequest |
ListTasksRequest.withFilters(Collection<TaskFilter> filters)
You can use API filters to narrow down the list of resources returned by
ListTasks. |
Copyright © 2024. All rights reserved.