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