Uses of Class
software.amazon.awssdk.services.securityhub.model.Signal
-
Packages that use Signal Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of Signal in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type Signal Modifier and Type Method Description List<Signal>Sequence. signals()Contains information about the signals involved in the attack sequence.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type Signal Modifier and Type Method Description Sequence.BuilderSequence.Builder. signals(Signal... signals)Contains information about the signals involved in the attack sequence.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type Signal Modifier and Type Method Description Sequence.BuilderSequence.Builder. signals(Collection<Signal> signals)Contains information about the signals involved in the attack sequence.
-