Uses of Interface
software.amazon.awssdk.services.fms.model.PartialMatch.Builder
-
Packages that use PartialMatch.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of PartialMatch.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return PartialMatch.Builder Modifier and Type Method Description static PartialMatch.BuilderPartialMatch. builder()PartialMatch.BuilderPartialMatch.Builder. reference(String reference)The reference rule from the primary security group of the Firewall Manager policy.PartialMatch.BuilderPartialMatch.Builder. targetViolationReasons(String... targetViolationReasons)The violation reason.PartialMatch.BuilderPartialMatch.Builder. targetViolationReasons(Collection<String> targetViolationReasons)The violation reason.PartialMatch.BuilderPartialMatch. toBuilder()Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type PartialMatch.Builder Modifier and Type Method Description static Class<? extends PartialMatch.Builder>PartialMatch. serializableBuilderClass()
-