Uses of Class
software.amazon.awssdk.services.fsx.model.DataRepositoryTaskFilter
-
Packages that use DataRepositoryTaskFilter Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of DataRepositoryTaskFilter in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type DataRepositoryTaskFilter Modifier and Type Method Description List<DataRepositoryTaskFilter>DescribeDataRepositoryTasksRequest. filters()(Optional) You can use filters to narrow theDescribeDataRepositoryTasksresponse to include just tasks for specific file systems, or tasks in a specific lifecycle state.Methods in software.amazon.awssdk.services.fsx.model with parameters of type DataRepositoryTaskFilter Modifier and Type Method Description DescribeDataRepositoryTasksRequest.BuilderDescribeDataRepositoryTasksRequest.Builder. filters(DataRepositoryTaskFilter... filters)(Optional) You can use filters to narrow theDescribeDataRepositoryTasksresponse to include just tasks for specific file systems, or tasks in a specific lifecycle state.Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type DataRepositoryTaskFilter Modifier and Type Method Description DescribeDataRepositoryTasksRequest.BuilderDescribeDataRepositoryTasksRequest.Builder. filters(Collection<DataRepositoryTaskFilter> filters)(Optional) You can use filters to narrow theDescribeDataRepositoryTasksresponse to include just tasks for specific file systems, or tasks in a specific lifecycle state.
-