Uses of Interface
software.amazon.awssdk.services.fsx.model.SnapshotFilter.Builder
-
Packages that use SnapshotFilter.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of SnapshotFilter.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return SnapshotFilter.Builder Modifier and Type Method Description static SnapshotFilter.BuilderSnapshotFilter. builder()SnapshotFilter.BuilderSnapshotFilter.Builder. name(String name)The name of the filter to use.SnapshotFilter.BuilderSnapshotFilter.Builder. name(SnapshotFilterName name)The name of the filter to use.SnapshotFilter.BuilderSnapshotFilter. toBuilder()SnapshotFilter.BuilderSnapshotFilter.Builder. values(String... values)Thefile-system-idorvolume-idthat you are filtering for.SnapshotFilter.BuilderSnapshotFilter.Builder. values(Collection<String> values)Thefile-system-idorvolume-idthat you are filtering for.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type SnapshotFilter.Builder Modifier and Type Method Description static Class<? extends SnapshotFilter.Builder>SnapshotFilter. serializableBuilderClass()
-