Uses of Class
software.amazon.awssdk.services.fsx.model.SnapshotFilter
-
Packages that use SnapshotFilter Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of SnapshotFilter in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type SnapshotFilter Modifier and Type Method Description List<SnapshotFilter>DescribeSnapshotsRequest. filters()The filters structure.Methods in software.amazon.awssdk.services.fsx.model with parameters of type SnapshotFilter Modifier and Type Method Description DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest.Builder. filters(SnapshotFilter... filters)The filters structure.Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type SnapshotFilter Modifier and Type Method Description DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest.Builder. filters(Collection<SnapshotFilter> filters)The filters structure.
-