Uses of Interface
software.amazon.awssdk.services.ssm.model.PatchFilter.Builder
-
Packages that use PatchFilter.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of PatchFilter.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchFilter.Builder Modifier and Type Method Description static PatchFilter.BuilderPatchFilter. builder()PatchFilter.BuilderPatchFilter.Builder. key(String key)The key for the filter.PatchFilter.BuilderPatchFilter.Builder. key(PatchFilterKey key)The key for the filter.PatchFilter.BuilderPatchFilter. toBuilder()PatchFilter.BuilderPatchFilter.Builder. values(String... values)The value for the filter key.PatchFilter.BuilderPatchFilter.Builder. values(Collection<String> values)The value for the filter key.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchFilter.Builder Modifier and Type Method Description static Class<? extends PatchFilter.Builder>PatchFilter. serializableBuilderClass()
-