Uses of Class
software.amazon.awssdk.services.guardduty.model.LocalPortDetails
-
Packages that use LocalPortDetails Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of LocalPortDetails in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return LocalPortDetails Modifier and Type Method Description LocalPortDetailsNetworkConnectionAction. localPortDetails()The local port information of the connection.LocalPortDetailsPortProbeDetail. localPortDetails()The local port information of the connection.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type LocalPortDetails Modifier and Type Method Description NetworkConnectionAction.BuilderNetworkConnectionAction.Builder. localPortDetails(LocalPortDetails localPortDetails)The local port information of the connection.PortProbeDetail.BuilderPortProbeDetail.Builder. localPortDetails(LocalPortDetails localPortDetails)The local port information of the connection.
-