| Package | Description |
|---|---|
| com.amazonaws.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
ImportTaskFilter |
ImportTaskFilter.clone() |
ImportTaskFilter |
ImportTaskFilter.withName(ImportTaskFilterName name)
The name, status, or import task ID for a specific import task.
|
ImportTaskFilter |
ImportTaskFilter.withName(String name)
The name, status, or import task ID for a specific import task.
|
ImportTaskFilter |
ImportTaskFilter.withValues(Collection<String> values)
An array of strings that you can provide to match against a specific name, status, or import task ID to filter
the results for your import task queries.
|
ImportTaskFilter |
ImportTaskFilter.withValues(String... values)
An array of strings that you can provide to match against a specific name, status, or import task ID to filter
the results for your import task queries.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImportTaskFilter> |
DescribeImportTasksRequest.getFilters()
An array of name-value pairs that you provide to filter the results for the
DescribeImportTask
request to a specific subset of results. |
| Modifier and Type | Method and Description |
|---|---|
DescribeImportTasksRequest |
DescribeImportTasksRequest.withFilters(ImportTaskFilter... filters)
An array of name-value pairs that you provide to filter the results for the
DescribeImportTask
request to a specific subset of results. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeImportTasksRequest.setFilters(Collection<ImportTaskFilter> filters)
An array of name-value pairs that you provide to filter the results for the
DescribeImportTask
request to a specific subset of results. |
DescribeImportTasksRequest |
DescribeImportTasksRequest.withFilters(Collection<ImportTaskFilter> filters)
An array of name-value pairs that you provide to filter the results for the
DescribeImportTask
request to a specific subset of results. |
Copyright © 2024. All rights reserved.