Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.ExportFilter
-
Packages that use ExportFilter Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of ExportFilter in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type ExportFilter Modifier and Type Method Description List<ExportFilter>DescribeExportTasksRequest. filters()One or more filters.List<ExportFilter>StartExportTaskRequest. filters()If a filter is present, it selects the singleagentIdof the Application Discovery Agent for which data is exported.Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type ExportFilter Modifier and Type Method Description DescribeExportTasksRequest.BuilderDescribeExportTasksRequest.Builder. filters(ExportFilter... filters)One or more filters.StartExportTaskRequest.BuilderStartExportTaskRequest.Builder. filters(ExportFilter... filters)If a filter is present, it selects the singleagentIdof the Application Discovery Agent for which data is exported.Method parameters in software.amazon.awssdk.services.applicationdiscovery.model with type arguments of type ExportFilter Modifier and Type Method Description DescribeExportTasksRequest.BuilderDescribeExportTasksRequest.Builder. filters(Collection<ExportFilter> filters)One or more filters.StartExportTaskRequest.BuilderStartExportTaskRequest.Builder. filters(Collection<ExportFilter> filters)If a filter is present, it selects the singleagentIdof the Application Discovery Agent for which data is exported.
-